Skip to content

Commit

Permalink
Merge pull request #2 from v8/js-implicit-keyword
Browse files Browse the repository at this point in the history
Add keyword "js-implicit" to syntax highlighting.
  • Loading branch information
szuend authored Jun 14, 2019
2 parents 3b791d6 + e7178f8 commit fb72a36
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 fb72a36

Please sign in to comment.