1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-12 03:51:10 +01:00
nixvim/plugins/by-name/treesitter
Austin Horstman ba8f6d40b1 plugins/treesitter: rewrite injections to handle nested
We now look for strings inside any function call (apply_expression)
provided the root attribute matches our allow-list (e.g.,
extraConfigLua). Added 3 level nesting support to handle multiple layers of
wrapping.

Tried breaking them up into sections with some more comments to align
with our test file.
2025-12-09 14:37:55 +00:00
..
default.nix treewide: remove old deprecation warnings 2025-12-07 23:34:03 +00:00
injections.scm plugins/treesitter: rewrite injections to handle nested 2025-12-09 14:37:55 +00:00
test-injections.nix plugins/treesitter: add treesitter injections test file 2025-12-09 14:37:55 +00:00