diff options
| author | Ralph Amissah <ralph@amissah.com> | 2014-05-12 20:50:25 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2014-05-12 20:50:27 -0400 | 
| commit | fbe2d78acfde858fbff2a7e153c303435c86f5ac (patch) | |
| tree | a8799ebdf4df665605228f9575dafdc9fbb7de65 | |
| parent | syntax hilighting, line break without spaces<br>flagged as error, close (diff) | |
syntax hilighting, includes with files in subdirectories fix
* (Closes: #744355)
| -rw-r--r-- | data/sisu/conf/editor-syntax-etc/vim/syntax/sisu.vim | 4 | ||||
| -rw-r--r-- | sisu.org | 6 | 
2 files changed, 6 insertions, 4 deletions
| diff --git a/data/sisu/conf/editor-syntax-etc/vim/syntax/sisu.vim b/data/sisu/conf/editor-syntax-etc/vim/syntax/sisu.vim index bee822db..d88720f4 100644 --- a/data/sisu/conf/editor-syntax-etc/vim/syntax/sisu.vim +++ b/data/sisu/conf/editor-syntax-etc/vim/syntax/sisu.vim @@ -30,9 +30,7 @@ if !exists("sisu_no_identifiers")    syn match   sisu_number              contains=@NoSpell                  "[0-9a-f]\{32\}\|[0-9a-f]\{64\}"    syn match   sisu_link                contains=@NoSpell                  "\(_\?https\?://\|\.\.\/\)\S\+"    syn match   sisu_link                                                   " \*\~\S\+" -  syn match   sisu_action                                                 "^<:insert\d\+>" -  syn match   sisu_require             contains=@NoSpell                  "^<<\s*[a-zA-Z0-9^._-]\+\.ss[it]$" -  syn match   sisu_require             contains=@NoSpell                  "^<<{[a-zA-Z0-9^._-]\+\.ss[it]}$" +  syn match   sisu_require             contains=@NoSpell                  "^<<\s*[a-zA-Z0-9^./_-]\+\.ss[it]$"    syn match   sisu_structure                                              "^:A\~$"  "% "Document Sub Headers: @@ -1212,7 +1212,7 @@ wants them, he would add one.  Regards,  Daniel -**** TODO [#C] #744355 [w|u] vim syntaxhighlighting: includes and directories +**** DONE (5.3.5::6.0.5) [#C] #744355 [w|u] vim syntaxhighlighting: includes and directories :syntaxhi:fix:        <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744355>  From: Daniel Baumann <daniel.baumann@progress-technologies.net> @@ -1238,6 +1238,10 @@ then vim doesn't use any colors at all.  Regards,  Daniel +***** NOTES/COMMENTS + +done +  **** DONE PASS [#C] #744356 [w|u] vim syntaxhighlighting: urls and tags :discuss:close:        <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744356> | 
