Skip to content

Commit 2a5ff83

Browse files
committed
Adding nobreak control flow keyword
1 parent f0a2a0f commit 2a5ff83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syntaxes/usecode.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
},
193193
{
194194
"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"
195+
"match": "\\b(?:if|else|return|do|while|for|nobreak|switch|converse|case|break|goto|default|fallthrough|try|catch|throw|abort|forever|breakable)\\b"
196196
},
197197
{
198198
"name": "storage.type.usecode",

0 commit comments

Comments
 (0)