Skip to content

Commit

Permalink
Add initial support for Dyalog APL
Browse files Browse the repository at this point in the history
  • Loading branch information
stampes committed May 25, 2021
1 parent cb04a8d commit 5ceb901
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions languages.json
Expand Up @@ -22,6 +22,34 @@
],
"multi_line": [],
"quotes": []
},
"APL": {
"complexitychecks": [
":For ",
":If ",
":Case ",
":CaseList ",
":While ",
":Repeat ",
":Else ",
"",
"",
"",
"~",
"¨",
"="
],
"extensions": [
"apl",
"aplf",
"apln",
"aplc"
],
"line_comment": [
""
],
"multi_line": [],
"quotes": ["'"]
},
"ASP": {
"complexitychecks": [
Expand Down

0 comments on commit 5ceb901

Please sign in to comment.