mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(wgsl_bevy): Correct formatter mistake
Old version of `format-queries` incorrectly took away a space, creating a wrong capture. This is a fixup for that.
This commit is contained in:
parent
77e298e4de
commit
e0420e73c9
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
(function_declaration
|
||||
(import_path
|
||||
(identifier) @function.))
|
||||
(identifier) @function .))
|
||||
|
||||
(import_path
|
||||
(identifier) @module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue