Change capture groups and add variable highlights

This commit is contained in:
Akin Sowemimo 2020-08-09 15:13:37 +01:00 committed by Thomas Vigouroux
parent aaa990053a
commit 1427c43cf0
3 changed files with 25 additions and 15 deletions

View file

@ -54,6 +54,10 @@ hlmap["type.builtin"] = "TSTypeBuiltin"
hlmap["structure"] = "TSStructure"
hlmap["include"] = "TSInclude"
-- variable
hlmap["variable"] = "TSVariable"
hlmap["variable.builtin"] = "TSVariableBuiltin"
-- Text
hlmap["text"] = "TSText"
hlmap["text.strong"] = "TSStrong"