Skip to content

Commit

Permalink
Merge pull request #344 from arthyn/master
Browse files Browse the repository at this point in the history
support hoon
  • Loading branch information
boyter committed Jul 28, 2022
2 parents 81ba2b3 + 4573dc0 commit 41cace5
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
1 change: 1 addition & 0 deletions LANGUAGES.md
Expand Up @@ -105,6 +105,7 @@ Happy (y,ly)
Haskell (hs)
Haxe (hx)
HEX (hex)
hoon (hoon)
HTML (html,htm)
IDL (idl,webidl,widl)
Idris (idr,lidr)
Expand Down
66 changes: 66 additions & 0 deletions languages.json
Expand Up @@ -3001,6 +3001,72 @@
}
]
},
"hoon": {
"complexitychecks": [
"%+ turn",
"(turn ",
"%+ roll",
"(roll ",
"%+ reel",
"(reel ",
"|. ",
"|.(",
"|- ",
"|-(",
"|? ",
"|?(",
"?| ",
"?|(",
"|(",
"?- ",
"?-(",
"?: ",
"?:(",
"?. ",
"?.(",
"?^ ",
"?^(",
"?< ",
"?<(",
"?> ",
"?>(",
"?+ ",
"?+(",
"?& ",
"?&(",
"&(",
"?@ ",
"?@(",
"?~ ",
"?~(",
"?= ",
"?=(",
".= ",
"=(",
"!=("
],
"extensions": [
"hoon"
],
"line_comment": [
"::"
],
"multi_line": [],
"quotes": [
{
"end": "\"",
"start": "\""
},
{
"end": "'",
"start": "'"
},
{
"end": "```",
"start": "```"
}
]
},
"IDL": {
"complexitychecks": [
"for ",
Expand Down

0 comments on commit 41cace5

Please sign in to comment.