mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -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
|
||||
(identifier) @function)
|
||||
|
||||
(field_expression
|
||||
(identifier)
|
||||
(field) @function)
|
||||
;; TODO: fix me
|
||||
;(field_expression
|
||||
;(identifier)
|
||||
;(field) @function)
|
||||
|
||||
(parameters (identifier) @parameter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue