add TSNone

This commit is contained in:
kiyan42 2020-09-14 21:00:03 +02:00 committed by Stephan Seitz
parent bfdee5658a
commit 71ba2afc70
3 changed files with 6 additions and 0 deletions

View file

@ -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')