aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/highlight.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/highlight.lua b/lua/nvim-treesitter/highlight.lua
index 3cbaf6e38..316decd3e 100644
--- a/lua/nvim-treesitter/highlight.lua
+++ b/lua/nvim-treesitter/highlight.lua
@@ -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"