aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for Gentoo style ChaneLogsv9Anna Vyalkova2023-03-111-8/+2
| | | | | | | | 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>
* Enable syntax detection for make.conf as a directoryv7Richard-Rogalski2023-02-081-1/+1
| | | | | | | | | Technically, make.conf can be a directory, and I use it as one :). Niche use case but works \o/ Signed-off-by: Richard Rogalski <rrogalski@tutanota.com> Closes: https://github.com/gentoo/gentoo-syntax/pull/54 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* ftdetect/gentoo.vim: set multiple file typesAnna “CyberTailor”2022-02-211-4/+4
| | | | | | | | | So basically Syntastic shell checks (most importantly "sh" and "checkbashisms") works for init.d, conf.d and env.d files now. Yay! Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Closes: https://github.com/gentoo/gentoo-syntax/pull/44 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* env and bashrc would benefit from ft=ebuildVadim Misbakh-Soloviov2021-02-071-0/+4
| | | | Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* repos.conf also uses ini-like syntaxVadim Misbakh-Soloviov2021-02-071-0/+4
| | | | Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* package.env also uses package.use-like syntaxVadim Misbakh-Soloviov2021-02-071-1/+1
| | | | Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* ftdetect/gentoo.vim: detect init files by shebangsluidfoe2018-08-141-1/+1
| | | | | | | | Use only the shebang/interpreter value to detect /sbin/{openrc-run,runscript} files, do not only detect them underneath a directory called "files." Closes: https://github.com/gentoo/gentoo-syntax/pull/16
* ftdetect: Account for GLEPs using YAML-compatible preambleMichał Górny2018-08-141-1/+1
|
* ftdetect: Account for GLEPs using .rst suffixMichał Górny2018-08-141-1/+1
|
* ftdetect: detect both runscript and openrc-run shebangs as init scriptsgentoo-syntax-2016053020160530Tim Harder2016-05-291-1/+1
| | | | Fixes #6.
* whitespace consistency cleanupTim Harder2014-11-011-2/+1
|
* Detect ChangeLog*Mike Gilbert2012-01-031-1/+1
| | | | svn path=/trunk/gentoo-syntax/; revision=82
* bug 346477: detect package.accept_keywords by Mike GilbertJeremy Olexa2010-12-121-1/+1
| | | | svn path=/trunk/gentoo-syntax/; revision=72
* Add support for package.{license,properties} and ↵Dror Levin2010-04-051-0/+8
| | | | | | ACCEPT_{LICENSE,PROPERTIES}, bug 281481. svn path=/trunk/gentoo-syntax/; revision=71
* syntax highlighting should be enabled for package.* as well, fixes bug 254208Jeremy Olexa2009-01-241-3/+3
| | | | svn path=/trunk/gentoo-syntax/; revision=57
* Detect files under directories ↵Ali Polatel2008-07-171-3/+3
| | | | | | portage/packages.[use,keywords,mask,unmask,...]/*, #229035 svn path=/trunk/gentoo-syntax/; revision=46
* Split up gentoo-syntax (part 3).Mike Kelly2007-05-061-18/+0
| | | | svn path=/trunk/gentoo-syntax/; revision=31
* Update GuideXML support. See Bug #145999Mike Kelly2006-11-051-9/+9
| | | | svn path=/trunk/; revision=19
* add support for guidexml handbooksRyan Phillips2005-07-211-9/+9
| | | | svn path=/trunk/; revision=12
* s/eclectic/eselect/g. New script (rolldist.sh) ot make rolling distribution ↵Elfyn McBratney2005-06-151-5/+5
| | | | | | tarballs easier. svn path=/trunk/; revision=4
* initial importRyan Phillips2005-06-072-0/+112
svn path=/trunk/; revision=1