mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Merge pull request #72 from doubleloop/python
Updated python highlights
This commit is contained in:
commit
969d496f3f
2 changed files with 32 additions and 45 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue