nvim-treesitter/queries/rust
Riley Bruins 00d2190683 fix(rust): regex injections, highlights
**Problem:** Rust's regex injections were not applied since the string
content is behind a `(string_content)` node, and the injections were
applied to the parent node without the `include-children` directive.

**Solution:** Apply the injections to the string content. Also highlight
them accordingly.
2024-10-27 11:51:33 +01:00
..
folds.scm fix(rust): separate import folds from others (#7279) 2024-10-24 05:16:55 +00:00
highlights.scm fix(rust): regex injections, highlights 2024-10-27 11:51:33 +01:00
indents.scm fix(rust): indentation in multi-line tuple pattern (#6402) 2024-04-04 15:12:31 +00:00
injections.scm fix(rust): regex injections, highlights 2024-10-27 11:51:33 +01:00
locals.scm refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00