Introduce @include

This commit is contained in:
Stephan Seitz 2020-05-17 17:07:27 +02:00
parent 57424533a7
commit f6bf56974e
3 changed files with 5 additions and 3 deletions

View file

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