TravonteD / tree-sitter-fennel

Treesitter grammar for the Fennel programming language
MIT License
42 stars 9 forks source link

Update to 0.19.2 #15

Closed theHamsta closed 3 years ago

theHamsta commented 3 years ago

We are currently preparing a switch to the next ABI version of tree-sitter. All parsers need to be regenerated. We marked some parsers that have not yet done the update to enable users to still use them. Howevery, without the regenerated C files users will need the tree-sitter CLI installed.

nvim-treesitter/nvim-treesitter#1000

This query causes some problems with the new runtime if you want to investigate.

(field_expression
   (identifier)
   (field) @function)
TravonteD commented 3 years ago

Upgrade is complete

theHamsta commented 3 years ago

Thanks!

theHamsta commented 3 years ago

Did you find out what the problem with

;; TODO: fix me
;(field_expression
   ;(identifier)
   ;(field) @function)

is?