We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b791d6 commit e7178f8Copy full SHA for e7178f8
syntaxes/torque.tmLanguage.json
@@ -103,7 +103,7 @@
103
},
104
{
105
"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"
+ "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"
107
108
109
"name": "keyword.operator.torque",
0 commit comments