Files
2025-11-25 22:42:56 +01:00

22 lines
291 B
JSON

{
"name": "Awk",
"type": "programming",
"color": "#c30e9b",
"extensions": [
".awk",
".auk",
".gawk",
".mawk",
".nawk"
],
"interpreters": [
"awk",
"gawk",
"mawk",
"nawk"
],
"tmScope": "source.awk",
"aceMode": "text",
"languageId": 28
}