mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
Fix spaces
This commit is contained in:
parent
40cc924bf4
commit
a188d4ff91
1 changed files with 31 additions and 31 deletions
|
|
@ -5,7 +5,6 @@
|
||||||
[
|
[
|
||||||
(method_declaration
|
(method_declaration
|
||||||
name: (identifier))
|
name: (identifier))
|
||||||
|
|
||||||
(method_invocation
|
(method_invocation
|
||||||
name: (identifier))
|
name: (identifier))
|
||||||
] @method
|
] @method
|
||||||
|
|
@ -198,4 +197,5 @@
|
||||||
"{"
|
"{"
|
||||||
"}"
|
"}"
|
||||||
"("
|
"("
|
||||||
")"] @punctuation.bracket
|
")"
|
||||||
|
] @punctuation.bracket
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue