summaryrefslogtreecommitdiffhomepage
path: root/factor.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <adam@adambard.com>2018-10-23 20:36:28 -0700
committerAdam Bard <adam@adambard.com>2018-10-23 20:36:28 -0700
commit868b22058fe14b270c55116d8a5943c2d708415b (patch)
treedb47f8663db0e1a03ba21a673138b935a1f5794f /factor.html.markdown
parent67a716af49dfe940ae1b4aeaadc08aa1ad1f6d60 (diff)
Factor highlight is here
Diffstat (limited to 'factor.html.markdown')
-rw-r--r--factor.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/factor.html.markdown b/factor.html.markdown
index 79596d83..53c692df 100644
--- a/factor.html.markdown
+++ b/factor.html.markdown
@@ -9,7 +9,7 @@ Factor is a modern stack-based language, based on Forth, created by Slava Pestov
Code in this file can be typed into Factor, but not directly imported because the vocabulary and import header would make the beginning thoroughly confusing.
-```
+```factor
! This is a comment
! Like Forth, all programming is done by manipulating the stack.