lean4-htt/tests/lean/interactive/catHover.lean
euprunin 4b47a10bef
chore: fix spelling mistakes in tests (#5439)
Co-authored-by: euprunin <euprunin@users.noreply.github.com>
2024-09-24 03:22:53 +00:00

22 lines
498 B
Text

/-- Index syntax category -/
declare_syntax_cat index
--v textDocument/hover
syntax "foo " term prio index : term
--^ textDocument/hover
--^ textDocument/hover
namespace Foo
/-- Value syntax category -/
declare_syntax_cat value
syntax "bla " value : term
--^ textDocument/hover
end Foo
macro "boo " : term => `(0)
--^ textDocument/hover
syntax term " ++ " value : term
--^ textDocument/hover