瀏覽代碼

:memo: added language to code snippet

Felix Bytow 2 年之前
父節點
當前提交
47af61ae24
共有 1 個文件被更改,包括 1 次插入1 次删除
  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:
 Your evaluator also has to support defining new words using the customary syntax:
 
 
-```
+```forth
 : word-name definition ;
 : word-name definition ;
 ```
 ```