summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorThomas Vigouroux <39092278+vigoux@users.noreply.github.com>2020-05-23 15:19:03 +0200
committerGitHub <noreply@github.com>2020-05-23 15:19:03 +0200
commit9afad9698ec395afb837908031ca03e3c6a7470b (patch)
treea27ba10c44ffcdf57de7e7b43104271687f2c49e /lua
parentfb672f2630f00ff171b552a1d96b53fc0cd0f288 (diff)
parentf6bf56974ea3ee4a2640c9ddd1b42c20a53188cc (diff)
Merge pull request #56 from theHamsta/python-locals
Add python locals.scm
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/highlight.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/highlight.lua b/lua/nvim-treesitter/highlight.lua
index c1981aff..ac46010b 100644
--- a/lua/nvim-treesitter/highlight.lua
+++ b/lua/nvim-treesitter/highlight.lua
@@ -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()