tree-sitter-elixir/test/highlight/identifiers.ex

16 lines
177 B
Elixir
Raw Normal View History

2021-09-29 17:32:23 +00:00
abc_123
# ^ variable
_018OP
# ^ comment.unused
A__0
# ^ module
2021-09-29 17:32:23 +00:00
__MODULE__ ; __STACKTRACE__
# ^ constant.builtin
# ^ constant.builtin
__OTHER__
# ^ comment.unused