Skip to content

Commit

Permalink
Update draco.tmLanguage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LPeter1997 committed Oct 5, 2023
1 parent f174f7c commit eae55e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Draco.SyntaxHighlighting/draco.tmLanguage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ repository:
match: '[><=!]=?'
# Control keywords that build up expressions
- name: keyword.control.draco
match: \b(if|else|while|for|in|return|goto)\b
match: \b(if|else|while|for|in|return|goto|match)\b
- include: '#call-expression'
# Variable name
- name: variable.other.draco
Expand Down

0 comments on commit eae55e1

Please sign in to comment.