1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-17 21:49:22 +01:00

Merge pull request #2615 from jparoz/patch-1

[forth/en] Use forth syntax highlighting
This commit is contained in:
Samantha McVey 2016-12-31 20:17:40 -08:00 committed by GitHub
commit e4e3050fa0

View File

@ -12,7 +12,7 @@ such as Open Firmware. It's also used by NASA.
Note: This article focuses predominantly on the Gforth implementation of Note: This article focuses predominantly on the Gforth implementation of
Forth, but most of what is written here should work elsewhere. Forth, but most of what is written here should work elsewhere.
``` ```forth
\ This is a comment \ This is a comment
( This is also a comment but it's only used when defining words ) ( This is also a comment but it's only used when defining words )