mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
Add forgotten annon function highlight
This commit is contained in:
parent
c9209f8a2c
commit
6641eee7a7
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@
|
|||
(list_lit
|
||||
.
|
||||
(sym_lit) @function)
|
||||
(anon_fn_lit
|
||||
.
|
||||
(sym_lit) @function)
|
||||
|
||||
; Quoted symbols
|
||||
(quoting_lit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue