Skip to content

Commit

Permalink
Added Nial, K, and SNOBOL
Browse files Browse the repository at this point in the history
  • Loading branch information
Garklein committed Jul 28, 2022
1 parent f1d7a9a commit 9a39e97
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 4 deletions.
86 changes: 84 additions & 2 deletions languages.json
Expand Up @@ -37,13 +37,15 @@
"",
"~",
"¨",
"="
"=",
":"
],
"extensions": [
"apl",
"aplf",
"apln",
"aplc"
"aplc",
"dyalog"
],
"line_comment": [
""
Expand Down Expand Up @@ -3522,6 +3524,33 @@
}
]
},
"K": {
"complexitychecks": [
"'",
"/",
"\\",
"':",
"/:",
"\\:",
"|",
"&",
"!",
"="
],
"extensions": [
"k"
],
"line_comment": [
"/"
],
"multi_line": [],
"quotes": [
{
"end": "\"",
"start": "\""
}
]
},
"Korn Shell": {
"complexitychecks": [
"for ",
Expand Down Expand Up @@ -4390,6 +4419,34 @@
}
]
},
"Nial": {
"complexitychecks": [
"case ",
"for ",
"if ",
"repeat ",
"while ",
"or ",
"and ",
"= ",
"equal ",
"~= ",
"unequal "
],
"extensions": [
"ndf"
],
"line_comment": [
"%"
],
"multi_line": [],
"quotes": [
{
"end": "'",
"start": "'"
}
]
},
"Nim": {
"complexitychecks": [
"for ",
Expand Down Expand Up @@ -5644,6 +5701,31 @@
}
]
},
"SNOBOL": {
"complexitychecks": [
":(",
":s(",
":f(",
"eq ",
"ne "
],
"extensions": [
"sno"
],
"line_comment": [
"*"
],
"quotes": [
{
"end": "\"",
"start": "\""
},
{
"end": "'",
"start": "'"
}
]
},
"SPDX": {
"complexitychecks": [],
"extensions": [
Expand Down
4 changes: 2 additions & 2 deletions processor/constants.go

Large diffs are not rendered by default.

0 comments on commit 9a39e97

Please sign in to comment.