The Wayback Machine - https://web.archive.org/web/20221207090827/https://github.com/atom/language-javascript/pull/256
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for OpenJsCad #256

Merged
merged 2 commits into from Nov 17, 2015
Merged

Add support for OpenJsCad #256

merged 2 commits into from Nov 17, 2015

Conversation

elifoster
Copy link
Contributor

@elifoster elifoster commented Nov 17, 2015

This pull requests adds support for .jscad files to have JavaScript syntax highlighting. This closes #247.

@@ -10,6 +10,7 @@
'pjs'
'xsjs'
'xsjslib'
'jscad'
Copy link
Member

@50Wliu 50Wliu Nov 17, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please alphabetize this.

Copy link
Contributor Author

@elifoster elifoster Nov 17, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't look like that list is in alphabetical order to begin with. If it was in alphabetical order it would look like:

'fileTypes': [
  '_js'
  'es'
  'es6'
  'htc'
  'js'
  'jscad'
  'jsm'
  'pjs'
  'xsjs'
  'xsjslib'
]

Should I just realphabetize the entire list?

Copy link
Member

@50Wliu 50Wliu Nov 17, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's leave js at the very top since it's the most common type, but yeah I think everything else can be alphabetized.

@elifoster
Copy link
Contributor Author

elifoster commented Nov 17, 2015

I have alphabetized the list as requested.

50Wliu added a commit that referenced this pull request Nov 17, 2015
@50Wliu 50Wliu merged commit 8b56db2 into atom:master Nov 17, 2015
@50Wliu
Copy link
Member

50Wliu commented Nov 17, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants