mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
7 lines
329 B
Swift
7 lines
329 B
Swift
var one = 1
|
|
var two = 2
|
|
var name = "Let's do some math: \(one) + \(one) = \(one + one) = \(two)"
|
|
// ^ punctuation.bracket
|
|
// ^ variable
|
|
// ^ punctuation.bracket
|
|
// ^ punctuation.bracket
|