syntaxes: add author and license lines to four of the files

Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
master
Benno Schulenberg 2020-09-14 19:37:45 +02:00
parent accb645d3f
commit 9e382ba691
4 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,8 @@
## Syntax highlighting for Autoconf.
## Original author: Benno Schulenberg
## License: GPL version 3 or newer
syntax autoconf "\.(ac|m4)$"
comment "#"

View File

@ -1,5 +1,8 @@
## Syntax highlighting for Changelogs.
## Original author: Benno Schulenberg
## License: GPL version 3 or newer
syntax changelog "Change[Ll]og[^/]*$"
# Author lines.

View File

@ -1,5 +1,8 @@
## Syntax highlighting for PO files.
## Original author: Benno Schulenberg
## License: GPL version 3 or newer
syntax po "\.pot?$"
comment "#"

View File

@ -1,5 +1,8 @@
## Syntax highlighting for Texinfo files.
## Original author: Benno Schulenberg
## License: GPL version 3 or newer
syntax texinfo "\.texi$"
header "^\\input texinfo"
magic "Texinfo source"