diff options
Diffstat (limited to 'syntax/abel.vim')
-rw-r--r-- | syntax/abel.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/abel.vim b/syntax/abel.vim index 26ee20c7..c6adb940 100644 --- a/syntax/abel.vim +++ b/syntax/abel.vim @@ -63,7 +63,7 @@ syn region abelSpecifier start='istype' end=';' contains=abelTypeIdChar,abelType syn match abelTypeIdChar "[,']" contained syn match abelTypeIdEnd ";" contained -" string contstants and special characters within them +" string constants and special characters within them syn match abelSpecial contained "\\['\\]" syn region abelString start=+'+ skip=+\\"+ end=+'+ contains=abelSpecial |