Merge pull request #1474 from StoneCypher/AddAplToRecognizedLanguages

Add APL to recognized languages
This commit is contained in:
Arfon Smith
2014-08-21 15:28:48 -05:00
2 changed files with 24 additions and 0 deletions

View File

@@ -45,6 +45,12 @@ ANTLR:
extensions:
- .g4
APL:
type: programming
color: "#8a0707"
extensions:
- .apl
ASP:
type: programming
color: "#6a40fd"