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

14 lines
153 B
JavaScript

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