mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
Add forgotten annon function highlight
This commit is contained in:
parent
89a3dffd8d
commit
9d1fe26b4d
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