aboutsummaryrefslogtreecommitdiff
path: root/syntax
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-20 22:29:07 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-20 22:29:27 +0200
commit47fb36a2ef522919704b0403fcc82b7e1bb8770a (patch)
tree1c34ba007d2bfdda72ea5e8c63a1af7ca684afd2 /syntax
parentsyntax/ebuild: Highlight DESCRIPTION if too long (diff)
downloadgentoo-syntax-47fb36a2ef522919704b0403fcc82b7e1bb8770a.tar.gz
gentoo-syntax-47fb36a2ef522919704b0403fcc82b7e1bb8770a.tar.bz2
gentoo-syntax-47fb36a2ef522919704b0403fcc82b7e1bb8770a.zip
syntax/ebuild: Detect whitespace errors inside functions too
Bug: https://bugs.gentoo.org/637104
Diffstat (limited to 'syntax')
-rw-r--r--syntax/ebuild.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim
index f9f0eba..1fb0ce4 100644
--- a/syntax/ebuild.vim
+++ b/syntax/ebuild.vim
@@ -320,6 +320,7 @@ syn cluster EbuildThings add=EbuildCDROMKeyword,EbuildLinuxInfoKeyword,EbuildDis
syn cluster shCommandSubList add=@EbuildThings
syn cluster shCommentGroup add=GentooBug
syn cluster shDblQuoteList add=EbuildErrorC
+syn cluster shExprList2 add=GentooError
hi def link EbuildCoreKeyword Keyword
hi def link EbuildDeprecatedKeyword Error