aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/ecma/const.js
blob: 2b778fd153408e7689537b34d5c0b9633883b67e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
_FOO = 4
// <- @constant
__A__ = 2
// <- @constant
_ = 2
// <- @variable
A_B_C = 4
// <- @constant
_1 = 1
// <- @variable

const A = 2
//    ^ @constant