diff options
author | Samantha McVey <samantham@posteo.net> | 2016-12-31 20:17:40 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-31 20:17:40 -0800 |
commit | e4e3050fa0c5159a0709a08c99fa1a48ca1c73bf (patch) | |
tree | 4e22a383a5b340a8548e5fd58746d33799279497 | |
parent | 4d4dae03ea40240ffb6db74c1707279693e58844 (diff) | |
parent | 921952f852652e282a56b09928697255698c65bf (diff) |
Merge pull request #2615 from jparoz/patch-1
[forth/en] Use forth syntax highlighting
-rw-r--r-- | forth.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forth.html.markdown b/forth.html.markdown index 55d755b2..09f3beb0 100644 --- a/forth.html.markdown +++ b/forth.html.markdown @@ -12,7 +12,7 @@ such as Open Firmware. It's also used by NASA. Note: This article focuses predominantly on the Gforth implementation of Forth, but most of what is written here should work elsewhere. -``` +```forth \ This is a comment ( This is also a comment but it's only used when defining words ) |