add textmate grammar for JFlex

This commit is contained in:
Gerwin Klein
2015-04-10 19:25:24 +10:00
parent 9c4c6d908a
commit 22ff4898a5
4 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -651,3 +651,6 @@
[submodule "vendor/grammars/Sublime-Red"] [submodule "vendor/grammars/Sublime-Red"]
path = vendor/grammars/Sublime-Red path = vendor/grammars/Sublime-Red
url = https://github.com/Oldes/Sublime-Red url = https://github.com/Oldes/Sublime-Red
[submodule "vendor/grammars/jflex.tmbundle"]
path = vendor/grammars/jflex.tmbundle
url = https://github.com/jflex-de/jflex.tmbundle.git

View File

@@ -295,6 +295,8 @@ vendor/grammars/javadoc.tmbundle:
- text.html.javadoc - text.html.javadoc
vendor/grammars/javascript-objective-j.tmbundle: vendor/grammars/javascript-objective-j.tmbundle:
- source.js.objj - source.js.objj
vendor/grammars/jflex.tmbundle:
- source.jflex
vendor/grammars/jquery-tmbundle: vendor/grammars/jquery-tmbundle:
- source.js.jquery - source.js.jquery
vendor/grammars/json.tmbundle: vendor/grammars/json.tmbundle:

View File

@@ -1440,6 +1440,7 @@ JFlex:
extensions: extensions:
- .flex - .flex
- .jflex - .jflex
tm_scope: source.jflex
ace_mode: text ace_mode: text
JSON: JSON: