mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
javascript: : in pairs as punctuation.delimiter (#684)
* javascript: : in pairs as punctuation.delimiter * javascript: Change pair : to operator * javascript: Set pair : as punctuation.delimiter * javacscript: Move pair : to punctuation
This commit is contained in:
parent
049028ef3e
commit
3c07232d07
1 changed files with 2 additions and 0 deletions
|
|
@ -151,6 +151,8 @@
|
||||||
"." @punctuation.delimiter
|
"." @punctuation.delimiter
|
||||||
"," @punctuation.delimiter
|
"," @punctuation.delimiter
|
||||||
|
|
||||||
|
(pair ":" @punctuation.delimiter)
|
||||||
|
|
||||||
[
|
[
|
||||||
"--"
|
"--"
|
||||||
"-"
|
"-"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue