mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add support for the GAP language
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -129,6 +129,11 @@
|
||||
".forth",
|
||||
".fth"
|
||||
],
|
||||
"GAP": [
|
||||
".g",
|
||||
".gd",
|
||||
".gi"
|
||||
],
|
||||
"GAS": [
|
||||
".s"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user