summaryrefslogtreecommitdiff
path: root/jefs.fs
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-02-18 22:33:50 +1100
committerkitty <nepeta@canaglie.net>2026-02-18 22:33:50 +1100
commit1909b754b3728459ce1643619d8b771a435644e1 (patch)
tree4e994678c24bf2da9e401983103987fbec71539d /jefs.fs
parent394f37243b3f71822017a94f6ccb39883ad3a11f (diff)
fix syntax highlighting (as a treat)
Diffstat (limited to 'jefs.fs')
-rw-r--r--jefs.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/jefs.fs b/jefs.fs
index ff6aa5b..b726db0 100644
--- a/jefs.fs
+++ b/jefs.fs
@@ -22,7 +22,7 @@ decimal
\ TODO interpret mode strings?
: s" [ char " ] literal 1 >in +! ( skip spc ) [compile] litstring ; immediate
-: ." [compile] s" ' say compile, ; immediate \ lol this word breaks the highlighting
+: ." [compile] s" ' say compile, ; immediate \ lol this word breaks the highlighting, here have another "
: begin here @ ; immediate
: again branch here @ 4 + - d, ; immediate \ add 4 to get to beginning of the next instruction