diff options
Diffstat (limited to 'kate/data/djangotemplate.xml')
-rw-r--r-- | kate/data/djangotemplate.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/data/djangotemplate.xml b/kate/data/djangotemplate.xml index 5189f86ea..47ad9cd09 100644 --- a/kate/data/djangotemplate.xml +++ b/kate/data/djangotemplate.xml @@ -265,7 +265,7 @@ <RegExpr attribute="Element" context="El Close 2" String="</script\b" insensitive="TRUE" endRegion="script" /> <RegExpr attribute="Comment" context="JS comment close" String="//(?=.*</script\b)" insensitive="TRUE" /> <IncludeRules context="FindTemplate" /> - <IncludeRules context="##JavaScript" includeAttrib="true"/> + <IncludeRules context="Normal##JavaScript" includeAttrib="true"/> </context> <context name="JS comment close" attribute="Comment" lineEndContext="#pop"> |