mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
highlights(swift): add more @operators and implicit keyword
This commit is contained in:
parent
8025b90329
commit
cc1890528f
2 changed files with 25 additions and 1 deletions
8
tests/query/highlights/swift/range-expressions.swift
Normal file
8
tests/query/highlights/swift/range-expressions.swift
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
for i in 0..<5 {
|
||||
// ^ operator
|
||||
print(i)
|
||||
}
|
||||
for i in 0...5 {
|
||||
// ^ operator
|
||||
print(i)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue