mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Add Yacc language.
This commit is contained in:
@@ -295,9 +295,10 @@ Befunge:
|
|||||||
|
|
||||||
Bison:
|
Bison:
|
||||||
type: programming
|
type: programming
|
||||||
|
group: Yacc
|
||||||
tm_scope: source.bison
|
tm_scope: source.bison
|
||||||
extensions:
|
extensions:
|
||||||
- .y
|
- .bison
|
||||||
ace_mode: text
|
ace_mode: text
|
||||||
|
|
||||||
BitBake:
|
BitBake:
|
||||||
@@ -3581,6 +3582,15 @@ YAML:
|
|||||||
- .yaml
|
- .yaml
|
||||||
ace_mode: yaml
|
ace_mode: yaml
|
||||||
|
|
||||||
|
Yacc:
|
||||||
|
type: programming
|
||||||
|
extensions:
|
||||||
|
- .y
|
||||||
|
- .yacc
|
||||||
|
- .yy
|
||||||
|
tm_scope: source.bison
|
||||||
|
ace_mode: text
|
||||||
|
|
||||||
Zephir:
|
Zephir:
|
||||||
type: programming
|
type: programming
|
||||||
color: "#118f9e"
|
color: "#118f9e"
|
||||||
|
|||||||
Reference in New Issue
Block a user