mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
fix(typescript): remove duplicate capture
This commit is contained in:
parent
5182759e17
commit
a79baf0399
1 changed files with 0 additions and 3 deletions
|
|
@ -55,9 +55,6 @@
|
||||||
(type_annotation
|
(type_annotation
|
||||||
":" @punctuation.delimiter)
|
":" @punctuation.delimiter)
|
||||||
|
|
||||||
(pair
|
|
||||||
":" @punctuation.delimiter)
|
|
||||||
|
|
||||||
(index_signature
|
(index_signature
|
||||||
":" @punctuation.delimiter)
|
":" @punctuation.delimiter)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue