commit 208146f2f285f08154bfa0db80b31be7109f1a99
parent 89e84e76c363db1a896aba17e571e626dc6382fa
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Thu, 10 Dec 2020 15:48:14 +0100
syntax: go: add author and license line
In the original submission (https://savannah.gnu.org/patch/?8189)
the submitter said: "I hereby put it into the public domain."
Public-domain license: https://directory.fsf.org/wiki/License:CC0
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/syntax/go.nanorc b/syntax/go.nanorc
@@ -1,5 +1,8 @@
## Syntax highlighting for Go.
+## Original author: Robert Clausecker
+## License: CC0 (public domain)
+
syntax go "\.go$"
comment "//"