We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a2a0f commit 2a5ff83Copy full SHA for 2a5ff83
1 file changed
syntaxes/usecode.tmLanguage.json
@@ -192,7 +192,7 @@
192
},
193
{
194
"name": "keyword.control.flow.usecode",
195
- "match": "\\b(?:if|else|return|do|while|for|switch|converse|case|break|goto|default|fallthrough|try|catch|throw|abort|forever|breakable)\\b"
+ "match": "\\b(?:if|else|return|do|while|for|nobreak|switch|converse|case|break|goto|default|fallthrough|try|catch|throw|abort|forever|breakable)\\b"
196
197
198
"name": "storage.type.usecode",
0 commit comments