summaryrefslogtreecommitdiffstats
path: root/syntax/dtd.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2022-01-01 18:34:50 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2022-01-01 18:34:50 +0100
commitc96947b1c64c56f70125a9bac9c006f69e45d5d3 (patch)
treee15e44698144fdd94d00a28697708f03df7fa431 /syntax/dtd.vim
parentf621f6c1eeadf73780ff7a7929a025a25a66702a (diff)
downloadvim-polyglot-c96947b1c64c56f70125a9bac9c006f69e45d5d3.tar.gz
vim-polyglot-c96947b1c64c56f70125a9bac9c006f69e45d5d3.zip
Update
Diffstat (limited to 'syntax/dtd.vim')
-rw-r--r--syntax/dtd.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/syntax/dtd.vim b/syntax/dtd.vim
index 061b5f10..b54e7ae1 100644
--- a/syntax/dtd.vim
+++ b/syntax/dtd.vim
@@ -49,7 +49,7 @@ if !exists("dtd_no_tag_errors")
syn region dtdError contained start=+<!+lc=2 end=+>+
endif
-" if this is a html like comment hightlight also
+" if this is a html like comment highlight also
" the opening <! and the closing > as Comment.
syn region dtdComment start=+<![ \t]*--+ end=+-->+ contains=dtdTodo,@Spell
@@ -103,8 +103,8 @@ syn match dtdEntity "&[^; \t]*;" contains=dtdEntityPunct
syn match dtdEntityPunct contained "[&.;]"
" Strings are between quotes
-syn region dtdString start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=dtdAttrDef,dtdAttrType,dtdEnum,dtdParamEntityInst,dtdEntity,dtdCard
-syn region dtdString start=+'+ skip=+\\\\\|\\'+ end=+'+ contains=dtdAttrDef,dtdAttrType,dtdEnum,dtdParamEntityInst,dtdEntity,dtdCard
+syn region dtdString start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=dtdAttrDef,dtdAttrType,dtdParamEntityInst,dtdEntity,dtdCard
+syn region dtdString start=+'+ skip=+\\\\\|\\'+ end=+'+ contains=dtdAttrDef,dtdAttrType,dtdParamEntityInst,dtdEntity,dtdCard
" Enumeration of elements or data between parenthesis
"