Files
helix/tests/query/highlights/elixir/constructs.ex
2026-06-20 14:49:53 +09:00

11 lines
177 B
Elixir

defmodule App do
# ^ @namespace
def greet(name) do
# ^ @function
s = :ok
# ^ @string.special.symbol
re = ~r/foo/
# ^ @string.regexp
end
end