summaryrefslogtreecommitdiffhomepage
path: root/lbstanza.html.markdown
diff options
context:
space:
mode:
authorMarcel Ribeiro-Dantas <mribeirodantas@seqera.io>2023-02-28 21:00:37 -0300
committerMarcel Ribeiro-Dantas <mribeirodantas@seqera.io>2023-02-28 21:00:37 -0300
commitfbaa905e23f26d20b37a3886dd8e07cd6edb8680 (patch)
tree00c3caeab6ec01da7ab513834c2ad7a74b99eea7 /lbstanza.html.markdown
parentc8aa954518d119108ea974691f6eab0fce9c1c20 (diff)
Fix broken pages due to unknown language for syntax highlighting
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
Diffstat (limited to 'lbstanza.html.markdown')
-rw-r--r--lbstanza.html.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/lbstanza.html.markdown b/lbstanza.html.markdown
index 06a38aef..90e7b7e5 100644
--- a/lbstanza.html.markdown
+++ b/lbstanza.html.markdown
@@ -8,7 +8,7 @@ contributors:
LB Stanza (or Stanza for short) is a new optionally-typed general purpose programming language from the University of California, Berkeley. Stanza was designed to help programmers tackle the complexity of architecting large programs and significantly increase the productivity of application programmers across the entire software development life cycle.
-```stanza
+```
; this is a comment
;<A>
This is a block comment
@@ -268,7 +268,7 @@ is-there = any?({_ == 2.0}, numbers)
doc: \<doc>
# Document Strings
- ```stanza
+ ```
val you-can = "include code snippets, too"
```
@@ -279,4 +279,4 @@ doc: \<doc>
```
\<doc>
defn docfn () : false
-``` \ No newline at end of file
+```