aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-20 22:36:07 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-20 22:36:07 +0200
commit9b572f92349cf63d44ff457e2942838d7e1385e3 (patch)
treee34cae3fc45d35b290ffc91e7c8aa4e9ebf34d0b
parentsyntax/gentoo-common: Detect mixed tab-space indent (diff)
downloadgentoo-syntax-9b572f92349cf63d44ff457e2942838d7e1385e3.tar.gz
gentoo-syntax-9b572f92349cf63d44ff457e2942838d7e1385e3.tar.bz2
gentoo-syntax-9b572f92349cf63d44ff457e2942838d7e1385e3.zip
syntax/ebuild: Also detect whitespace errors in double quotes
Include our whitespace error thingies in the list of thingies for double-quotes. Sadly, the shell syntax highlighting seems to miss a list for single quotes. Bug: https://bugs.gentoo.org/637104
-rw-r--r--syntax/ebuild.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim
index 1fb0ce4..e89d4cf 100644
--- a/syntax/ebuild.vim
+++ b/syntax/ebuild.vim
@@ -319,7 +319,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 shDblQuoteList add=EbuildErrorC,GentooError
syn cluster shExprList2 add=GentooError
hi def link EbuildCoreKeyword Keyword