add language recognition for JFlex grammars

JFlex is a lexical analyzer generator for Java, see also
http://jflex.de or https://github.com/jflex-de/jflex
This commit is contained in:
Gerwin Klein
2015-04-10 19:17:58 +10:00
parent 98a23c6a53
commit 9c4c6d908a
3 changed files with 1055 additions and 0 deletions

View File

@@ -1434,6 +1434,14 @@ J:
tm_scope: source.j
ace_mode: text
JFlex:
type: programming
color: "#EBCA30"
extensions:
- .flex
- .jflex
ace_mode: text
JSON:
type: data
tm_scope: source.json