Skip to content

Commit

Permalink
Add keyword "js-implicit" to syntax highlighting.
Browse files Browse the repository at this point in the history
  • Loading branch information
tebbi authored Jun 14, 2019
1 parent 3b791d6 commit e7178f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/torque.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
{
"name": "keyword.other.torque",
"match": "\\b(constexpr|macro|builtin|runtime|intrinsic|javascript|implicit|deferred|label|labels|tail|let|generates|weak|extern|const|typeswitch|case|transient|transitioning|operator|namespace)\\b"
"match": "\\b(constexpr|macro|builtin|runtime|intrinsic|javascript|implicit|js-implicit|deferred|label|labels|tail|let|generates|weak|extern|const|typeswitch|case|transient|transitioning|operator|namespace)\\b"
},
{
"name": "keyword.operator.torque",
Expand Down

0 comments on commit e7178f8

Please sign in to comment.