]> git.pld-linux.org Git - packages/vim-syntax-spec.git/commitdiff
- recognize macros in Summary
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 4 Dec 2008 14:23:27 +0000 (14:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    spec.vim -> 1.93

spec.vim

index 74daad99aa40a44e7d241de9afca47fc854518db..f959ad094915d3a93b63040764cdfb2f12abf7af 100644 (file)
--- a/spec.vim
+++ b/spec.vim
@@ -173,7 +173,7 @@ syn region specPreAmble oneline matchgroup=specPreambleField
 syn region specPreAmble oneline matchgroup=specPreambleField
        \ start='\(Summary\)'
        \ end='$\|}\@='
-       \ contains=specPreambleCharset
+       \ contains=specPreambleCharset,specURLMacro,specMacroIdentifier,specSectionMacroBcondArea
 
 " %% Description Section %%
 syn region specDescriptionArea matchgroup=specSection start='^%description' end='^%'me=e-1
This page took 0.03131 seconds and 4 git commands to generate.