fostr/editor/Syntax.esv
Glen Whitney 7b00b01856
All checks were successful
continuous-integration/drone/push Build is passing
chore: Switch to this repository from predecessor
2021-01-30 15:37:53 -08:00

28 lines
475 B
Plaintext

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