mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
cleanup: Add additional context
This commit is contained in:
parent
913261739d
commit
3a337e0b3c
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@ local M = {
|
||||||
|
|
||||||
local hlmap = vim.treesitter.highlighter.hl_map
|
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["annotation"] = "TSAnnotation"
|
||||||
|
|
||||||
hlmap["attribute"] = "TSAttribute"
|
hlmap["attribute"] = "TSAttribute"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue