Prechádzať zdrojové kódy

:memo: added language to code snippet

Felix Bytow 2 rokov pred
rodič
commit
47af61ae24
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -14,7 +14,7 @@ Your evaluator has to support the following words:
 
 Your evaluator also has to support defining new words using the customary syntax:
 
-```
+```forth
 : word-name definition ;
 ```