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 "^[*].+[*]$"))
; 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)