mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge pull request #697 from robstoll/master
Added ANTLR to the list, Pygments should have a lexer for ANTLR
This commit is contained in:
@@ -28,7 +28,13 @@ ABAP:
|
|||||||
type: programming
|
type: programming
|
||||||
lexer: ABAP
|
lexer: ABAP
|
||||||
primary_extension: .abap
|
primary_extension: .abap
|
||||||
|
|
||||||
|
ANTLR:
|
||||||
|
type: programming
|
||||||
|
color: "#9DC3FF"
|
||||||
|
lexer: ANTLR
|
||||||
|
primary_extension: .g
|
||||||
|
|
||||||
ASP:
|
ASP:
|
||||||
type: programming
|
type: programming
|
||||||
color: "#6a40fd"
|
color: "#6a40fd"
|
||||||
@@ -61,7 +67,7 @@ Ada:
|
|||||||
primary_extension: .adb
|
primary_extension: .adb
|
||||||
extensions:
|
extensions:
|
||||||
- .ads
|
- .ads
|
||||||
|
|
||||||
ApacheConf:
|
ApacheConf:
|
||||||
type: markup
|
type: markup
|
||||||
aliases:
|
aliases:
|
||||||
|
|||||||
Reference in New Issue
Block a user