From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: ftdetect/
Date: Tue, 14 Aug 2018 13:55:30 +0000 (UTC) [thread overview]
Message-ID: <1534254925.604d85f810300b04dbe5139c65f31ebe3055eea8.mgorny@gentoo> (raw)
commit: 604d85f810300b04dbe5139c65f31ebe3055eea8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 12:43:11 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 14 13:55:25 2018 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=604d85f8
ftdetect: Account for GLEPs using .rst suffix
ftdetect/gentoo.vim | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ftdetect/gentoo.vim b/ftdetect/gentoo.vim
index 305d567..610c6ef 100644
--- a/ftdetect/gentoo.vim
+++ b/ftdetect/gentoo.vim
@@ -18,7 +18,7 @@ au BufNewFile,BufRead *.e{build,class}
\ set filetype=ebuild
" GLEPs
-au BufNewFile,BufRead *.txt
+au BufNewFile,BufRead *.txt,*.rst
\ if (getline(1) =~? "^GLEP: ") |
\ set filetype=glep |
\ endif
next reply other threads:[~2018-08-14 13:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-14 13:55 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-08 16:43 [gentoo-commits] proj/gentoo-syntax:master commit in: ftdetect/ Michał Górny
2021-02-07 0:29 Vadim Misbakh-Soloviov
2021-02-07 0:29 Vadim Misbakh-Soloviov
2021-02-07 0:29 Vadim Misbakh-Soloviov
2018-08-14 13:57 Michał Górny
2018-08-14 13:55 Michał Górny
2016-05-30 3:09 Tim Harder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1534254925.604d85f810300b04dbe5139c65f31ebe3055eea8.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox