Skip to content

Commit

Permalink
Version 1.1@1: removed single quotes matching for strings
Browse files Browse the repository at this point in the history
  • Loading branch information
kearnh authored and vim-scripts committed Nov 6, 2010
1 parent cad681b commit 5f5acb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions syntax/nimrod.vim
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ syn keyword nimrodTodo TODO FIXME XXX contained
" strings
syn region nimrodString matchgroup=Normal start=+[uU]\=`+ end=+`+ skip=+\\\\\|\\"+ contains=nimrodEscape,@Spell
syn region nimrodString matchgroup=Normal start=+[uU]\="+ end=+"+ skip=+\\\\\|\\"+ contains=nimrodEscape,@Spell
syn region nimrodRawString matchgroup=Normal start=+[uU]\=[rR]'+ end=+'+ skip=+\\\\\|\\'+ contains=@Spell
syn region nimrodRawString matchgroup=Normal start=+[uU]\=[rR]"+ end=+"+ skip=+\\\\\|\\"+ contains=@Spell
syn region nimrodRawString matchgroup=Normal start=+[uU]\=[rR]"""+ end=+"""+ contains=@Spell
syn region nimrodRawString matchgroup=Normal start=+[uU]\=[rR]'''+ end=+'''+ contains=@Spell
syn match nimrodEscape +\\[abfnrtv'"\\]+ contained
syn match nimrodEscape "\\\o\{1,3}" contained
syn match nimrodEscape "\\x\x\{2}" contained
Expand Down

0 comments on commit 5f5acb1

Please sign in to comment.