Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Conversation

@elifoster
Copy link
Contributor

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

Copy link
Contributor

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

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
Contributor

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

I have alphabetized the list as requested.

winstliu pushed a commit that referenced this pull request Nov 17, 2015
Add support for OpenJsCad
@winstliu winstliu merged commit 8b56db2 into atom:master Nov 17, 2015
@winstliu
Copy link
Contributor

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Question about file type

2 participants