mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -04:00
Add header comment
This commit is contained in:
parent
d6aae5a7d2
commit
c9209f8a2c
1 changed files with 13 additions and 3 deletions
|
|
@ -1,6 +1,16 @@
|
||||||
;; TODO: Make comparison screenshot
|
;; >> Explanation
|
||||||
;; TODO: Try out for a while
|
;; Parsers for lisps are a bit weird in that they just return the raw forms.
|
||||||
;; TODO: Tweak
|
;; This means we have to do a bit of extra work in the queries to get things
|
||||||
|
;; highlighted as they should be.
|
||||||
|
;;
|
||||||
|
;; For the most part this means that some things have to be assigned multiple
|
||||||
|
;; groups.
|
||||||
|
;; By doing this we can add a basic capture and then later refine it with more
|
||||||
|
;; specialied captures.
|
||||||
|
;; This can mean that sometimes things are highlighted weirdly because they
|
||||||
|
;; have multiple highlight groups applied to them.
|
||||||
|
|
||||||
|
|
||||||
;; >> Litterals
|
;; >> Litterals
|
||||||
|
|
||||||
(dis_expr) @comment
|
(dis_expr) @comment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue