commit: 7a6071bfd2e8bd250a7e5da8a3895ab1c9b36a0a Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sat Nov 29 07:03:21 2014 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Sat Nov 29 07:03:21 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-syntax.git;a=commit;h=7a6071bf
fix minor spelling errors --- syntax/ebuild.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim index 7a1eafa..649bc47 100644 --- a/syntax/ebuild.vim +++ b/syntax/ebuild.vim @@ -210,7 +210,7 @@ syn match EbuildExportFunctionsFuncE contained /\S\+\(\s\|$\)\@=\(pkg_pretend\|p " Eclass documentation syn match EclassDocumentation /@\(BLURB\|CODE\|DESCRIPTION\|ECLASS-VARIABLE\|ECLASS\|EXAMPLE\|FUNCTION\|MAINTAINER\|RETURN\|USAGE\|VARIABLE\):/ contained -" use shComment (sh.vim), make it compatbile with other comment hightlights +" use shComment (sh.vim), make it compatible with other comment highlights syn match shComment "^\s*\zs#.*$" contains=EclassDocumentation syn match shComment "\s\zs#.*$" contains=EclassDocumentation
