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 modelist to build and denote supported syntax modes #154

Merged
merged 2 commits into from
Apr 26, 2016

Conversation

coltonmercurio
Copy link
Contributor

Since the ace editor now supports more than just c/cpp files it needs access to the list of supported files -- this is contained in "ace/ext/modelist", so it is added to the build list.
Support for makefiles has been added and also the logic to set ace highlighting mode to the correct mode (a supported mode) on file load.
Note: To add more nodes one would need to add the supported files to the build list contained in build-js.js and also specify the mode in the supportedAceModes list in editor.js.

@jwchang0206 jwchang0206 merged commit fdbd11c into master Apr 26, 2016
@jwchang0206 jwchang0206 deleted the syntax_error_fix branch April 26, 2016 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants