mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
add TSNone
This commit is contained in:
parent
bfdee5658a
commit
71ba2afc70
3 changed files with 6 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ hlmap["text.title"] = "TSTitle"
|
|||
hlmap["text.literal"] = "TSLiteral"
|
||||
hlmap["text.uri"] = "TSURI"
|
||||
|
||||
hlmap["none"] = "TSNone"
|
||||
|
||||
function M.attach(bufnr, lang)
|
||||
local lang = lang or parsers.get_buf_lang(bufnr)
|
||||
local config = configs.get_module('highlight')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue