Skip to content

Commit

Permalink
Add namespacing related keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
b-studios committed Feb 5, 2024
1 parent d562223 commit bccd453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/effekt.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"keywords": {
"patterns": [{
"match": "\\b(module|import|def|fun|val|var|effect|type|match|case|record|extern|include|box|unbox|in|region|new|resource|interface)\\b",
"match": "\\b(module|import|def|fun|val|var|effect|type|match|case|record|extern|include|box|unbox|in|region|new|resource|interface|namespace|module|include|export|as)\\b",
"name": "keyword.syntax"
}, {
"match": "\\b(resume|while|try|with|if|else|do|return|is|and)\\b",
Expand Down

0 comments on commit bccd453

Please sign in to comment.