mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Introduce @include
This commit is contained in:
parent
57424533a7
commit
f6bf56974e
3 changed files with 5 additions and 3 deletions
|
|
@ -47,6 +47,7 @@ hlmap["exception"] = "Exception"
|
|||
hlmap["type"] = "Type"
|
||||
hlmap["type.builtin"] = "Type"
|
||||
hlmap["structure"] = "Structure"
|
||||
hlmap["include"] = "Include"
|
||||
|
||||
function M.attach(bufnr, ft)
|
||||
local buf = bufnr or api.nvim_get_current_buf()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue