mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
Fix fennel queries
This commit is contained in:
parent
85d7d810cb
commit
49f2b33687
1 changed files with 4 additions and 3 deletions
|
|
@ -116,8 +116,9 @@
|
||||||
"." @punctuation.delimiter
|
"." @punctuation.delimiter
|
||||||
(identifier) @function)
|
(identifier) @function)
|
||||||
|
|
||||||
(field_expression
|
;; TODO: fix me
|
||||||
(identifier)
|
;(field_expression
|
||||||
(field) @function)
|
;(identifier)
|
||||||
|
;(field) @function)
|
||||||
|
|
||||||
(parameters (identifier) @parameter)
|
(parameters (identifier) @parameter)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue