Skip to content

Commit

Permalink
add deftemplate and template-expand keyswords highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
rszyma committed Feb 17, 2024
1 parent defbbbd commit 5b7a52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/kanata.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
"_description": "top-level blocks",
"match": "(?:\\(\\s*)(defcfg|defsrc|defalias|deflayer|defvar|deffakekeys|defseq|defchords|defaliasenvcond|defoverrides|deflocalkeys-linux|deflocalkeys-win|deflocalkeys-wintercept|deflocalkeys-macos|include)(?=\\s|[()])",
"match": "(?:\\(\\s*)(defcfg|defsrc|defalias|deflayer|defvar|deffakekeys|defseq|defchords|defaliasenvcond|defoverrides|deflocalkeys-linux|deflocalkeys-win|deflocalkeys-wintercept|deflocalkeys-macos|include|deftemplate|template-expand)(?=\\s|[()])",
"captures": {
"1": {
"name": "keyword.control.kanata"
Expand Down

0 comments on commit 5b7a52e

Please sign in to comment.