Skip to content

Commit

Permalink
languages: add SPL (#553)
Browse files Browse the repository at this point in the history
Co-authored-by: TudbuT <[email protected]>
  • Loading branch information
TudbuT and TudbuT authored Nov 3, 2024
1 parent 10b0f6d commit 550ed0e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7485,5 +7485,46 @@
"start": "」」"
}
]
},
"SPL": {
"complexitychecks": [
"construct",
"foreach",
"map",
"while",
"if",
"include",
"catch",
"and",
"or",
"not",
"call",
"<|",
"<{",
"dup",
"swap"
],
"extensions": ["spl"],
"line_comment": [],
"multi_line": [["\"", "\";"]],
"quotes": [
{
"end": "\"",
"start": "\""
},
{
"end": " ",
"start": "^"
},
{
"end": ">",
"start": "^"
},
{
"end": ":",
"start": "^"
}
],
"shebangs": ["spl"]
}
}
Loading

0 comments on commit 550ed0e

Please sign in to comment.