Merge pull request #56 from theHamsta/python-locals

Add python locals.scm
This commit is contained in:
Thomas Vigouroux 2020-05-23 15:19:03 +02:00 committed by GitHub
commit 9afad9698e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 250 additions and 1 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()