mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -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
|
(list_lit
|
||||||
.
|
.
|
||||||
(sym_lit) @function)
|
(sym_lit) @function)
|
||||||
|
(anon_fn_lit
|
||||||
|
.
|
||||||
|
(sym_lit) @function)
|
||||||
|
|
||||||
; Quoted symbols
|
; Quoted symbols
|
||||||
(quoting_lit
|
(quoting_lit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue