From e2ee6e86dfc385247b6efcaaff87dc6e8485af98 Mon Sep 17 00:00:00 2001 From: Eason Lin Date: Mon, 12 Aug 2019 18:01:09 +0800 Subject: [PATCH 1/2] [Golang] enable syntax highlighting --- doc/go-target.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go-target.md b/doc/go-target.md index 4f7e64e05..695f1564f 100644 --- a/doc/go-target.md +++ b/doc/go-target.md @@ -65,7 +65,7 @@ Another common option to the ANTLR tool is `-visitor`, which generates a parse t We'll write a small main func to call the generated parser/lexer (assuming they are separate). This one writes out the encountered `ParseTreeContext`'s. Suppose the gen'ed parser code is in the `parser` directory relative to this code: -``` +```golang package main import ( From 0fa34a9621989985ef1002468f15843e75f60e1f Mon Sep 17 00:00:00 2001 From: Eason Lin Date: Mon, 12 Aug 2019 18:06:56 +0800 Subject: [PATCH 2/2] sign contributors.txt --- contributors.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.txt b/contributors.txt index d40bacd5f..b917153d6 100644 --- a/contributors.txt +++ b/contributors.txt @@ -221,3 +221,4 @@ YYYY/MM/DD, github id, Full name, email 2019/07/11, olowo726, Olof Wolgast, olof@baah.se 2019/07/16, abhijithneilabraham, Abhijith Neil Abraham, abhijithneilabrahampk@gmail.com 2019/07/26, Braavos96, Eric Hettiaratchi, erichettiaratchi@gmail.com +2019/08/12, easonlin404, Eason Lin, easonlin404@gmail.com