Skip to content

Commit

Permalink
Merge pull request #21 from DavidForster/highlight-partialcached
Browse files Browse the repository at this point in the history
Add partialCached to syntax highlighting
  • Loading branch information
Bud Parr committed Feb 12, 2021
2 parents 84b20ed + f41f8ff commit bc13e25
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 bc13e25

Please sign in to comment.