Skip to content

Commit

Permalink
Update TypeScript language (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
alii authored May 2, 2024
1 parent 860185a commit 1237c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@
"line_comment": ["//"],
"multi_line_comments": [["/*", "*/"]],
"quotes": [["\\\"", "\\\""], ["'", "'"], ["`", "`"]],
"extensions": ["ts"]
"extensions": ["ts", "mts", "cts"]
},
"UMPL": {
"line_comment": ["!"],
Expand Down

0 comments on commit 1237c8d

Please sign in to comment.