diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-20 22:29:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-20 22:29:27 +0200 |
commit | 47fb36a2ef522919704b0403fcc82b7e1bb8770a (patch) | |
tree | 1c34ba007d2bfdda72ea5e8c63a1af7ca684afd2 | |
parent | syntax/ebuild: Highlight DESCRIPTION if too long (diff) | |
download | gentoo-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
-rw-r--r-- | syntax/ebuild.vim | 1 |
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 |