mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
13 lines
153 B
JavaScript
13 lines
153 B
JavaScript
_FOO = 4
|
|
// <- @constant
|
|
__A__ = 2
|
|
// <- @constant
|
|
_ = 2
|
|
// <- @variable
|
|
A_B_C = 4
|
|
// <- @constant
|
|
_1 = 1
|
|
// <- @variable
|
|
|
|
const A = 2
|
|
// ^ @constant
|