mirror of
https://github.com/documize/community.git
synced 2025-08-04 04:55:23 +02:00
upgraded libs and improved Markdown editing experience
This commit is contained in:
parent
2e146cf767
commit
ea1a8000ee
165 changed files with 15930 additions and 19013 deletions
10
app/public/codemirror/mode/mscgen/mscgen_test.js
vendored
10
app/public/codemirror/mode/mscgen/mscgen_test.js
vendored
|
@ -29,6 +29,14 @@
|
|||
"[base alt loop opt ref else break par seq assert]"
|
||||
);
|
||||
|
||||
MT("xù/ msgenny constants classify as 'base'",
|
||||
"[base auto]"
|
||||
);
|
||||
|
||||
MT("mscgen constants classify as 'variable'",
|
||||
"[variable true]", "[variable false]", "[variable on]", "[variable off]"
|
||||
);
|
||||
|
||||
MT("mscgen options classify as keyword",
|
||||
"[keyword hscale]", "[keyword width]", "[keyword arcgradient]", "[keyword wordwraparcs]"
|
||||
);
|
||||
|
@ -63,7 +71,7 @@
|
|||
MT("a typical program",
|
||||
"[comment # typical mscgen program]",
|
||||
"[keyword msc][base ][bracket {]",
|
||||
"[keyword wordwraparcs][operator =][string \"true\"][base , ][keyword hscale][operator =][string \"0.8\"][keyword arcgradient][operator =][base 30;]",
|
||||
"[keyword wordwraparcs][operator =][variable true][base , ][keyword hscale][operator =][string \"0.8\"][base , ][keyword arcgradient][operator =][base 30;]",
|
||||
"[base a][bracket [[][attribute label][operator =][string \"Entity A\"][bracket ]]][base ,]",
|
||||
"[base b][bracket [[][attribute label][operator =][string \"Entity B\"][bracket ]]][base ,]",
|
||||
"[base c][bracket [[][attribute label][operator =][string \"Entity C\"][bracket ]]][base ;]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue