syntaxes: add author and license lines to four of the files
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>master
parent
accb645d3f
commit
9e382ba691
|
@ -1,5 +1,8 @@
|
||||||
## Syntax highlighting for Autoconf.
|
## Syntax highlighting for Autoconf.
|
||||||
|
|
||||||
|
## Original author: Benno Schulenberg
|
||||||
|
## License: GPL version 3 or newer
|
||||||
|
|
||||||
syntax autoconf "\.(ac|m4)$"
|
syntax autoconf "\.(ac|m4)$"
|
||||||
comment "#"
|
comment "#"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
## Syntax highlighting for Changelogs.
|
## Syntax highlighting for Changelogs.
|
||||||
|
|
||||||
|
## Original author: Benno Schulenberg
|
||||||
|
## License: GPL version 3 or newer
|
||||||
|
|
||||||
syntax changelog "Change[Ll]og[^/]*$"
|
syntax changelog "Change[Ll]og[^/]*$"
|
||||||
|
|
||||||
# Author lines.
|
# Author lines.
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
## Syntax highlighting for PO files.
|
## Syntax highlighting for PO files.
|
||||||
|
|
||||||
|
## Original author: Benno Schulenberg
|
||||||
|
## License: GPL version 3 or newer
|
||||||
|
|
||||||
syntax po "\.pot?$"
|
syntax po "\.pot?$"
|
||||||
comment "#"
|
comment "#"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
## Syntax highlighting for Texinfo files.
|
## Syntax highlighting for Texinfo files.
|
||||||
|
|
||||||
|
## Original author: Benno Schulenberg
|
||||||
|
## License: GPL version 3 or newer
|
||||||
|
|
||||||
syntax texinfo "\.texi$"
|
syntax texinfo "\.texi$"
|
||||||
header "^\\input texinfo"
|
header "^\\input texinfo"
|
||||||
magic "Texinfo source"
|
magic "Texinfo source"
|
||||||
|
|
Loading…
Reference in New Issue