Skip to content

Commit

Permalink
Add TypeLanguage support
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Feb 27, 2021
1 parent aef70f0 commit a9047e5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6190,6 +6190,23 @@
}
]
},
"TL": {
"complexitychecks": [],
"extensions": [
"tl"
],
"line_comment": [
"//",
"///"
],
"multi_line": [
[
"/*",
"*/"
]
],
"quotes": []
},
"Unreal Script": {
"complexitychecks": [
"for ",
Expand Down
2 changes: 1 addition & 1 deletion processor/constants.go

Large diffs are not rendered by default.

0 comments on commit a9047e5

Please sign in to comment.