aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Vyalkova <cyber+gentoo@sysrq.in>2023-03-11 20:25:21 +0500
committerMichał Górny <mgorny@gentoo.org>2023-03-11 21:42:15 +0100
commitd4659a919096a0488694338a9cf4fbb749080779 (patch)
tree154d35626ef8cd318003d76b335400650244a72d /doc/gentoo-syntax.txt
parentglep: loosen email regexp (diff)
downloadgentoo-syntax-d4659a919096a0488694338a9cf4fbb749080779.tar.gz
gentoo-syntax-d4659a919096a0488694338a9cf4fbb749080779.tar.bz2
gentoo-syntax-d4659a919096a0488694338a9cf4fbb749080779.zip
Drop support for Gentoo style ChaneLogsv9
They haven't been used anywhere for ages. Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Closes: https://github.com/gentoo/gentoo-syntax/pull/57 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'doc/gentoo-syntax.txt')
-rw-r--r--doc/gentoo-syntax.txt20
1 files changed, 5 insertions, 15 deletions
diff --git a/doc/gentoo-syntax.txt b/doc/gentoo-syntax.txt
index 854241f..8e68f7a 100644
--- a/doc/gentoo-syntax.txt
+++ b/doc/gentoo-syntax.txt
@@ -18,7 +18,6 @@ Authors: Ciaran McCreesh <ciaranm at gentoo dot org>
Common Syntax Rules |gentoo-common-syntax|
Ebuild and Eclass Files |gentoo-ebuild-syntax|
GLEP Files |gentoo-glep-syntax|
- ChangeLogs |gentoo-changelog-syntax|
conf.d Files |gentoo-conf.d-syntax|
cron.d Files |gentoo-cron.d-syntax|
env.d Files |gentoo-env.d-syntax|
@@ -43,8 +42,8 @@ Authors: Ciaran McCreesh <ciaranm at gentoo dot org>
The gentoo-syntax package provides a collection of syntax, ftdetect,
ftplugin and indent files to help Gentoo developers and users work
- with ebuilds, eclasses, GLEPs, Gentoo style ChangeLogs, init.d /
- conf.d / env.d / cron.d entries, /etc/portage/ files and so on.
+ with ebuilds, eclasses, GLEPs, init.d / conf.d / env.d / cron.d entries,
+ /etc/portage/ files and so on.
Detection Specifics *gentoo-syntax-detection*
@@ -56,9 +55,6 @@ Authors: Ciaran McCreesh <ciaranm at gentoo dot org>
the first line of the file starts with "GLEP: ". They are assigned the
'glep' filetype.
- Gentoo ChangeLogs are detected by the 'ChangeLog' filename and a
- copyright header on the second line.
-
init.d scripts are detected by being in /etc/init.d/ . They are also
detected if they are under a files/ directory and include a
'#!/sbin/runscript' header.
@@ -79,8 +75,8 @@ Authors: Ciaran McCreesh <ciaranm at gentoo dot org>
Highlighting Specifics *gentoo-syntax-highlighting*
- Syntax highlighting is provided for ebuild/eclass, GLEP files,
- Gentoo ChangeLogs and init.d / conf.d / env.d / cron.d scripts.
+ Syntax highlighting is provided for ebuild/eclass, GLEP files and
+ init.d / conf.d / env.d / cron.d scripts.
*gentoo-common-syntax*
@@ -106,11 +102,6 @@ Authors: Ciaran McCreesh <ciaranm at gentoo dot org>
syntax file. Additional highlighting is available for the headers at
the top of the file and for heading sections.
- *gentoo-changelog-syntax*
-
- Syntax highlighting for Gentoo ChangeLogs is implemented from scratch
- (some rules come from |gentoo-common-syntax|).
-
*gentoo-conf.d-syntax*
Syntax highlighting for conf.d files is based upon the vim-provided
@@ -183,8 +174,7 @@ Authors: Ciaran McCreesh <ciaranm at gentoo dot org>
the hyphen character is added as a valid keyword character
(|'iskeyword'|).
- For ebuilds, eclasses and ChangeLogs, UTF-8 is used for fileencoding
- as per GLEP 31.
+ For ebuilds, eclasses, UTF-8 is used for fileencoding as per GLEP 31.
Indent Specifics *gentoo-indent-settings*