Skip to content

Commit

Permalink
Add partialCached to syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidForster committed Feb 12, 2021
1 parent 84b20ed commit f41f8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syntaxes/hugo.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"name": "constant.numeric.hugo"
},
{
"match": "\\b(block|define|else|end|if|partial|range|template|where|with)\\b",
"match": "\\b(block|define|else|end|if|partial|partialCached|range|template|where|with)\\b",
"name": "keyword.control.hugo"
},
{
Expand Down

0 comments on commit f41f8ff

Please sign in to comment.