mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
The current Nix injections don't mark this as bash: ```nix pkgs.writers.writeBash "" '' echo Hello, world! '' ``` but do mark this as bash: ```nix writers.............................writeBash "" '' echo hi '' ``` (and similar for other languages). Note that in order to solve this issue, I had to swap from Lua patterns to Vim regexps, which I know is less efficient. Unfortunately Lua patterns don't let you use modifiers on groups, so I swapped. |
||
|---|---|---|
| .. | ||
| queries | ||