diff --git a/src/syntaxes/hugo.tmLanguage.json b/src/syntaxes/hugo.tmLanguage.json index 1e76ee9..3c82746 100644 --- a/src/syntaxes/hugo.tmLanguage.json +++ b/src/syntaxes/hugo.tmLanguage.json @@ -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" }, {