mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
Remove docstring highlights
This commit is contained in:
parent
2bba92dfb0
commit
e0ecd61046
1 changed files with 4 additions and 2 deletions
|
|
@ -284,7 +284,8 @@
|
|||
.
|
||||
(sym_lit)
|
||||
.
|
||||
(str_lit)? @text
|
||||
;; TODO: Add @comment highlight
|
||||
(str_lit)?
|
||||
.
|
||||
(_))
|
||||
|
||||
|
|
@ -296,7 +297,8 @@
|
|||
.
|
||||
(sym_lit)? @function
|
||||
.
|
||||
(str_lit)? @text)
|
||||
;; TODO: Add @comment highlight
|
||||
(str_lit)?)
|
||||
;; TODO: Fix parameter highlighting
|
||||
;; I think there's a bug here in nvim-treesitter
|
||||
;; TODO: Reproduce bug and file ticket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue