Add support for the GAP language

This commit is contained in:
Max Horn
2014-04-04 23:46:39 +02:00
parent f39456ee47
commit 078a2877c7
9 changed files with 2531 additions and 0 deletions

View File

@@ -620,6 +620,16 @@ Forth:
extensions:
- .4th
GAP:
type: programming
lexer: Text only
primary_extension: .g
extensions:
- .g
- .gap
- .gd
- .gi
GAS:
type: programming
group: Assembly

View File

@@ -129,6 +129,11 @@
".forth",
".fth"
],
"GAP": [
".g",
".gd",
".gi"
],
"GAS": [
".s"
],