Skip to content

Commit

Permalink
ANTLR was in the wrong order. corrected this mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Sep 27, 2013
1 parent 74ba0f9 commit b0b7d75
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/linguist/languages.yml
Expand Up @@ -28,7 +28,13 @@ ABAP:
type: programming
lexer: ABAP
primary_extension: .abap


ANTLR:
type: programming
color: "#9DC3FF"
lexer: ANTLR
primary_extension: .g

ASP:
type: programming
color: "#6a40fd"
Expand Down Expand Up @@ -61,13 +67,7 @@ Ada:
primary_extension: .adb
extensions:
- .ads

ANTLR:
type: programming
color: "#9DC3FF"
lexer: ANTLR
primary_extension: .g


ApacheConf:
type: markup
aliases:
Expand Down

0 comments on commit b0b7d75

Please sign in to comment.