mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
feat(erlang)!: switch parser to maintained fork (#3791)
update queries to breaking changes
This commit is contained in:
parent
0b00eb4b82
commit
84261c67fc
4 changed files with 100 additions and 79 deletions
|
|
@ -1,7 +1,8 @@
|
|||
[
|
||||
(function_declaration)
|
||||
(lambda_clause)
|
||||
(expr_case)
|
||||
(map)
|
||||
(module_export)
|
||||
(fun_decl)
|
||||
(anonymous_fun)
|
||||
(case_expr)
|
||||
(map_expr)
|
||||
(export_attribute)
|
||||
(export_type_attribute)
|
||||
] @fold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue