cleanup: Add additional context

This commit is contained in:
rockerBOO 2020-11-19 17:32:14 -05:00 committed by Thomas Vigouroux
parent 913261739d
commit 3a337e0b3c

View file

@ -11,7 +11,9 @@ local M = {
local hlmap = vim.treesitter.highlighter.hl_map
-- Constants
-- nvim-treesitter Highlight Group Mappings
-- Note: Some ighlight groups may not be applied upstream, some may be experimental
hlmap["annotation"] = "TSAnnotation"
hlmap["attribute"] = "TSAttribute"