Add Yacc language.

This commit is contained in:
Lars Brinkhoff
2015-05-12 11:38:51 +02:00
parent b19cd037b7
commit e7c1419390

View File

@@ -295,9 +295,10 @@ Befunge:
Bison:
type: programming
group: Yacc
tm_scope: source.bison
extensions:
- .y
- .bison
ace_mode: text
BitBake:
@@ -3581,6 +3582,15 @@ YAML:
- .yaml
ace_mode: yaml
Yacc:
type: programming
extensions:
- .y
- .yacc
- .yy
tm_scope: source.bison
ace_mode: text
Zephir:
type: programming
color: "#118f9e"