Skip to content

Commit

Permalink
Merge pull request #236 from ernado/feat/tl
Browse files Browse the repository at this point in the history
Add TypeLanguage support
  • Loading branch information
boyter authored Feb 27, 2021
2 parents aef70f0 + a9047e5 commit 67f71a3
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 67f71a3

Please sign in to comment.