Remove docstring highlights

This commit is contained in:
Oliver Marshall 2021-06-16 19:23:17 +01:00 committed by mergify[bot]
parent 2bba92dfb0
commit e0ecd61046

View file

@ -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