<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -69,8 +69,10 @@ function! s:Add(name)
 endfunction
 
 syn match   cucumberComment  &quot;\%(^\s*\)\@&lt;=#.*&quot;
+syn match   cucumberUnparsed &quot;\S.*&quot; nextgroup=cucumberUnparsedComment,cucumberUnparsed,cucumberBackground,cucumberScenario,cucumberScenarioOutline,cucumberExamples skipwhite skipempty contained
+syn match   cucumberUnparsedComment &quot;#.*&quot; nextgroup=cucumberUnparsedComment,cucumberUnparsed,cucumberBackground,cucumberScenario,cucumberScenarioOutline,cucumberExamples skipwhite skipempty contained
 
-exe 'syn match cucumberFeature &quot;\%(^\s*\)\@&lt;='.s:pattern('feature').':&quot;'
+exe 'syn match cucumberFeature &quot;\%(^\s*\)\@&lt;='.s:pattern('feature').':&quot; nextgroup=cucumberUnparsedComment,cucumberUnparsed,cucumberBackground,cucumberScenario,cucumberScenarioOutline,cucumberExamples skipwhite skipempty'
 exe 'syn match cucumberBackground &quot;\%(^\s*\)\@&lt;='.s:pattern('background').':&quot;'
 exe 'syn match cucumberScenario &quot;\%(^\s*\)\@&lt;='.s:pattern('scenario').':&quot;'
 exe 'syn match cucumberScenarioOutline &quot;\%(^\s*\)\@&lt;='.s:pattern('scenario_outline').':&quot;'
@@ -86,6 +88,7 @@ call s:Add('Then')
 call s:Add('When')
 call s:Add('Given')
 
+hi def link cucumberUnparsedComment   cucumberComment
 hi def link cucumberComment           Comment
 hi def link cucumberFeature           Macro
 hi def link cucumberBackground        Define</diff>
      <filename>syntax/cucumber.vim</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f5725ca14397010f4892a1ad979fc84d60c96ba6</id>
    </parent>
  </parents>
  <author>
    <name>Tim Pope</name>
    <email>code@tpope.net</email>
  </author>
  <url>http://github.com/tpope/vim-cucumber/commit/7c6500de1cf232cd6ef2ded613524e80c24f347d</url>
  <id>7c6500de1cf232cd6ef2ded613524e80c24f347d</id>
  <committed-date>2009-11-01T15:44:14-08:00</committed-date>
  <authored-date>2009-11-01T15:44:14-08:00</authored-date>
  <message>Don't highlight When, etc in leading free text</message>
  <tree>3f97414e9692bc4cf6df4cd7f874de7baa473245</tree>
  <committer>
    <name>Tim Pope</name>
    <email>code@tpope.net</email>
  </committer>
</commit>
