Version 1.1@1: removed single quotes matching for strings
This commit is contained in:
parent
cad681bca4
commit
5f5acb188f
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue