mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 22:10:01 -04:00
Merge pull request #56 from theHamsta/python-locals
Add python locals.scm
This commit is contained in:
commit
9afad9698e
5 changed files with 250 additions and 1 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