spoofax_prop/editor/Syntax.esv
Glen Whitney 56b8b921dc docs: Initiate building documentation with mkdocs
Also lay out the structure of the documentation and supply a decent
  introduction. Also (unsuccessfully) attempt to get the first example of
  a Stratego transformation from the manual implemented and documented.
2021-01-12 08:41:01 -08:00

29 lines
551 B
Plaintext

module Syntax
imports
libspoofax/color/default
completion/colorer/Spoofax-Propositional-Language-cc-esv
language
table : target/metaborg/sdf.tbl
start symbols : Prop
line comment : "//"
block comment : "/*" * "*/"
fences : [ ] ( ) { }
menus
menu: "Syntax" (openeditor)
action: "Format" = editor-format (source)
action: "Show parsed AST" = debug-show-aterm (source)
action: "Test action" = debug-show-aterm
views
outline view: editor-outline (source)
expand to level: 3