Skip to content

Commit

Permalink
Add fallthrough, unreachable and yield keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Local Atticus committed Dec 10, 2023
1 parent e10f973 commit bf96ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/laye.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"patterns": [
{
"name": "keyword.laye",
"match": "\\b(?:alias|alignof|and|as|assert|break|cast|catch|callconv|case|const|continue|default|defer|delete|discard|discardable|do|else|enum|export|for|foreign|from|goto|if|import|inline|is|mut|new|not|offsetof|operator|or|return|sizeof|struct|switch|test|try|varargs|variant|xor|xyzzy)\\b"
"match": "\\b(?:alias|alignof|and|as|assert|break|cast|catch|callconv|case|const|continue|default|defer|delete|discard|discardable|do|else|enum|export|fallthrough|for|foreign|from|goto|if|import|inline|is|mut|new|not|offsetof|operator|or|return|sizeof|struct|switch|test|try|unreachable|varargs|variant|xor|xyzzy|yield)\\b"
},
{
"name": "constant.language.laye",
Expand Down

0 comments on commit bf96ac0

Please sign in to comment.