1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-11 02:05:46 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/query/highlights/ecma/const.js

14 lines
153 B
JavaScript
Raw Normal View History

_FOO = 4
// <- @constant
__A__ = 2
// <- @constant
_ = 2
// <- @variable
A_B_C = 4
// <- @constant
_1 = 1
// <- @variable
const A = 2
// ^ @constant