aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-11-28 23:03:21 -0800
committerTim Harder <radhermit@gentoo.org>2014-11-28 23:03:21 -0800
commit7a6071bfd2e8bd250a7e5da8a3895ab1c9b36a0a (patch)
treea9888aaeb4635a304e383c9d37028364499a75dd
parentremove extra newlines (diff)
downloadgentoo-syntax-7a6071bfd2e8bd250a7e5da8a3895ab1c9b36a0a.tar.gz
gentoo-syntax-7a6071bfd2e8bd250a7e5da8a3895ab1c9b36a0a.tar.bz2
gentoo-syntax-7a6071bfd2e8bd250a7e5da8a3895ab1c9b36a0a.zip
fix minor spelling errors
-rw-r--r--syntax/ebuild.vim2
1 files changed, 1 insertions, 1 deletions
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