mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -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 "^[*].+[*]$"))
|
(#match? @variable.builtin "^[*].+[*]$"))
|
||||||
|
|
||||||
; Gensym
|
; Gensym
|
||||||
;; TODO: is this needed?
|
;; Might not be needed
|
||||||
((sym_lit) @variable
|
((sym_lit) @variable
|
||||||
(#match? @variable "^.*#$"))
|
(#match? @variable "^.*#$"))
|
||||||
|
|
||||||
|
|
@ -279,7 +279,7 @@
|
||||||
; Correctly highlight docstrings
|
; Correctly highlight docstrings
|
||||||
(list_lit
|
(list_lit
|
||||||
.
|
.
|
||||||
(sym_lit) @a
|
(sym_lit) @a ; Don't really want to highlight twice
|
||||||
(#match? @a "^def.*")
|
(#match? @a "^def.*")
|
||||||
.
|
.
|
||||||
(sym_lit)
|
(sym_lit)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue