aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/data/syntax/css.xml
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2020-11-04 10:05:42 +0100
committerDavid Schulz <david.schulz@qt.io>2020-11-16 06:40:26 +0000
commitb49a9c2d8b13cd7ff20cb28139e7387a09faf0d9 (patch)
tree71e1bc9dbe7d8b1cf8d3c700af48e64786090d81 /src/libs/3rdparty/syntax-highlighting/data/syntax/css.xml
parent1eb0b02ce9a118cbb46d18857d18970f1f7ebf8c (diff)
Editor: update KSyntaxHighlighting to v5.75.0
Change-Id: Ibef1526fccf52920d0d557c8b8f3a52bec5550f8 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/libs/3rdparty/syntax-highlighting/data/syntax/css.xml')
-rw-r--r--src/libs/3rdparty/syntax-highlighting/data/syntax/css.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libs/3rdparty/syntax-highlighting/data/syntax/css.xml b/src/libs/3rdparty/syntax-highlighting/data/syntax/css.xml
index 228bb45b85..3a2aa3dc91 100644
--- a/src/libs/3rdparty/syntax-highlighting/data/syntax/css.xml
+++ b/src/libs/3rdparty/syntax-highlighting/data/syntax/css.xml
@@ -38,7 +38,7 @@ Changelog:
-->
-<language name="CSS" version="9" kateversion="5.0" section="Markup" extensions="*.css" indenter="cstyle" mimetype="text/css" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL" priority="10">
+<language name="CSS" version="10" kateversion="5.0" section="Markup" extensions="*.css" indenter="cstyle" mimetype="text/css" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL" priority="10">
<!-- https://www.w3.org/Style/CSS/current-work -->
<highlighting>
@@ -1585,6 +1585,7 @@ Changelog:
<DetectSpaces />
<Detect2Chars attribute="Comment" context="#pop#pop" char="*" char1="/" endRegion="comment" />
<IncludeRules context="##Alerts" />
+ <IncludeRules context="##Modelines" />
<DetectIdentifier />
</context>
@@ -1731,8 +1732,9 @@ Changelog:
<general>
<keywords casesensitive="0" weakDeliminator="-%@" />
<comments>
- <comment name="multiLine" start="/*" end="*/" />
+ <comment name="multiLine" start="/*" end="*/" region="comment" />
</comments>
</general>
</language>
+<!-- kate: replace-tabs on; tab-width 4; indent-width 4; -->