Improve some comments

This commit is contained in:
Oliver Marshall 2021-06-13 23:20:51 +01:00 committed by Stephan Seitz
parent f68cf9e793
commit cc8e5caaba

View file

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