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
parent
89e84e76c3
commit
208146f2f2
|
@ -1,5 +1,8 @@
|
||||||
## Syntax highlighting for Go.
|
## Syntax highlighting for Go.
|
||||||
|
|
||||||
|
## Original author: Robert Clausecker
|
||||||
|
## License: CC0 (public domain)
|
||||||
|
|
||||||
syntax go "\.go$"
|
syntax go "\.go$"
|
||||||
comment "//"
|
comment "//"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue