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>
master
Benno Schulenberg 2020-12-10 15:48:14 +01:00
parent 89e84e76c3
commit 208146f2f2
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
## Syntax highlighting for Go.
## Original author: Robert Clausecker
## License: CC0 (public domain)
syntax go "\.go$"
comment "//"