Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 7b89c70

Browse files
committed
Merge branch '4645_muttrc_syntax'
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
2 parents 99a63fe + ed2891e commit 7b89c70

File tree

3 files changed

+1084
-0
lines changed

3 files changed

+1084
-0
lines changed

misc/syntax/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ SYNTAXFILES = \
5959
markdown.syntax \
6060
ml.syntax \
6161
meson.syntax \
62+
muttrc.syntax \
6263
named.syntax \
6364
nemerle.syntax \
6465
nroff.syntax \

misc/syntax/Syntax.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,9 @@ include PKGBUILD.syntax
288288
file PKGBUILD$ Arch\spackage\sbuild\sscript
289289
include PKGBUILD.syntax
290290

291+
file \\.?[Mm]uttrc$ Mutt\sconfig\sfile
292+
include muttrc.syntax
293+
291294
file \\.install$ Arch\spackage\sinstall\sscript
292295
include sh.syntax
293296

0 commit comments

Comments
 (0)