mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
neovim: Remove (broken) rust injections
This commit is contained in:
parent
b4aefc0445
commit
a2ae25e2f7
1 changed files with 0 additions and 12 deletions
|
|
@ -372,18 +372,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
extraFiles."queries/rust/injections.scm" = ''
|
||||
;; extends
|
||||
|
||||
(
|
||||
(macro_invocation
|
||||
macro: ((scoped_identifier) @_sql_def)
|
||||
(token_tree (string_literal) @sql))
|
||||
|
||||
(#eq? @_sql_def "sqlx::query")
|
||||
)
|
||||
'';
|
||||
|
||||
plugins.treesitter = {
|
||||
enable = true;
|
||||
indent = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue