Skip to content

Commit

Permalink
add applescript support
Browse files Browse the repository at this point in the history
  • Loading branch information
darricktheprogrammer committed May 12, 2022
1 parent c14ebd8 commit b543b39
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
1 change: 1 addition & 0 deletions LANGUAGES.md
Expand Up @@ -8,6 +8,7 @@ Alex (x)
Alloy (als)
Android Interface Definition Language (aidl)
APL (apl,aplf,apln,aplc)
AppleScript (applescript)
Arvo (avdl,avpr,avsc)
AsciiDoc (adoc)
ASP (asa,asp)
Expand Down
35 changes: 35 additions & 0 deletions languages.json
Expand Up @@ -56,6 +56,41 @@
}
]
},
"AppleScript": {
"complexitychecks": [
"considering ",
"ignoring ",
"repeat ",
"while ",
"if ",
"else ",
"else if ",
"try ",
"on error ",
"and ",
"or "
],
"extensions": [
"applescript"
],
"line_comment": [
"#",
"--"
],
"multi_line": [
[
"(*",
"*)"
]
],
"quotes": [
{
"end": "\"",
"start": "\""
}
],
"shebangs": []
},
"ASP": {
"complexitychecks": [
"for ",
Expand Down
2 changes: 1 addition & 1 deletion processor/constants.go

Large diffs are not rendered by default.

0 comments on commit b543b39

Please sign in to comment.