Merge pull request #72 from doubleloop/python

Updated python highlights
This commit is contained in:
Stephan Seitz 2020-06-21 16:22:53 +02:00 committed by GitHub
commit 969d496f3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 45 deletions

View file

@ -13,6 +13,7 @@ local hlmap = vim.treesitter.TSHighlighter.hl_map
hlmap.error = "Error"
hlmap["punctuation.delimiter"] = "Delimiter"
hlmap["punctuation.bracket"] = "Delimiter"
hlmap["punctuation.special"] = "Delimiter"
-- Constants
hlmap["constant"] = "Constant"