Skip to content

Commit e7178f8

Browse files
authored
Add keyword "js-implicit" to syntax highlighting.
1 parent 3b791d6 commit e7178f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/torque.tmLanguage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
{
105105
"name": "keyword.other.torque",
106-
"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"
106+
"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"
107107
},
108108
{
109109
"name": "keyword.operator.torque",

0 commit comments

Comments
 (0)