aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/data/syntax/css.xml
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2021-03-16 17:57:55 +0100
committerDavid Schulz <david.schulz@qt.io>2021-03-17 10:35:36 +0000
commitd4c4f8c00753abaa37517f6d5c36dcbc008bb658 (patch)
tree99f3cc965a67f61b357728defaea2f19ebb80617 /src/libs/3rdparty/syntax-highlighting/data/syntax/css.xml
parentd187022892bad0591dd8d8e2a2d44bcddac1995d (diff)
Highlighting: update KSyntaxHighlighting to v5.80.0
Task-number: QTCREATORBUG-22558 Change-Id: I57d782397f88842edbd08b1008b2d88706c6ab52 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, 3 insertions, 3 deletions
diff --git a/src/libs/3rdparty/syntax-highlighting/data/syntax/css.xml b/src/libs/3rdparty/syntax-highlighting/data/syntax/css.xml
index 3a2aa3dc91..37da5ea374 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="10" 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="12" kateversion="5.53" 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>
@@ -822,6 +822,7 @@ Changelog:
<item>static</item>
<item>static-position</item>
<item>status-bar</item>
+ <item>sticky</item>
<item>thick</item>
<item>thin</item>
<item>ultra-condensed</item>
@@ -1584,8 +1585,7 @@ Changelog:
<context name="Comment" attribute="Comment" lineEndContext="#stay">
<DetectSpaces />
<Detect2Chars attribute="Comment" context="#pop#pop" char="*" char1="/" endRegion="comment" />
- <IncludeRules context="##Alerts" />
- <IncludeRules context="##Modelines" />
+ <IncludeRules context="##Comments" />
<DetectIdentifier />
</context>