mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Improve some comments
This commit is contained in:
parent
f68cf9e793
commit
cc8e5caaba
1 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@
|
|||
(#match? @variable.builtin "^[*].+[*]$"))
|
||||
|
||||
; Gensym
|
||||
;; TODO: is this needed?
|
||||
;; Might not be needed
|
||||
((sym_lit) @variable
|
||||
(#match? @variable "^.*#$"))
|
||||
|
||||
|
|
@ -279,7 +279,7 @@
|
|||
; Correctly highlight docstrings
|
||||
(list_lit
|
||||
.
|
||||
(sym_lit) @a
|
||||
(sym_lit) @a ; Don't really want to highlight twice
|
||||
(#match? @a "^def.*")
|
||||
.
|
||||
(sym_lit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue