diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
commit | 10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch) | |
tree | 4bc444c00a79e88105f2cfce5b6209994c413ca0 /kate/data/css.xml | |
parent | 307136d8eef0ba133b78ceee8e901138d4c996a1 (diff) | |
download | tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip |
Revert automated changes
Sorry guys, they are just not ready for prime time
Work will continue as always
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/data/css.xml')
-rw-r--r-- | kate/data/css.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kate/data/css.xml b/kate/data/css.xml index 7cfdcfd2c..6b24dba0f 100644 --- a/kate/data/css.xml +++ b/kate/data/css.xml @@ -135,7 +135,7 @@ <item> speak-punctuation </item> <item> speech-rate </item> <item> stress </item> - <item> table-tqlayout </item> + <item> table-layout </item> <item> text-align </item> <item> text-decoration </item> <item> text-decoration-color </item> @@ -143,7 +143,7 @@ <item> text-shadow </item> <item> text-transform </item> <item> top </item> - <item> tqunicode-bidi </item> + <item> unicode-bidi </item> <item> vertical-align </item> <item> visibility </item> <item> voice-family </item> @@ -206,7 +206,7 @@ <item> font-style </item> <item> font-variant </item> <item> font-weight </item> - <item> tqunicode-range </item> + <item> unicode-range </item> <item> units-per-em </item> <item> src </item> <item> panose-1 </item> @@ -539,7 +539,7 @@ </context> <!-- to be included --> - <!-- tqfinds rules and detects nesting --> + <!-- finds rules and detects nesting --> <context attribute="Normal Text" lineEndContext="#stay" name="FindRuleSets"> <RegExpr attribute="Media" context="Media" String="@media\b" /> <RegExpr attribute="At Rule" context="Import" String="@import\b" /> @@ -555,20 +555,20 @@ <IncludeRules context="FindComments" /> </context> - <!-- tqfinds arguments to properties --> + <!-- finds arguments to properties --> <context attribute="Normal Text" lineEndContext="#stay" name="FindValues"> <RegExpr attribute="Value" context="#stay" String="[-+]?[0-9.]+(em|ex|px|in|cm|mm|pt|pc|deg|rad|grad|ms|s|Hz|kHz)\b" /> <RegExpr attribute="Value" context="#stay" String="[-+]?[0-9.]+[%]?" /> <RegExpr attribute="Normal Text" context="#stay" String="[\w\-]+" /> </context> - <!-- tqfinds strings --> + <!-- finds strings --> <context attribute="Normal Text" lineEndContext="#stay" name="FindStrings"> <DetectChar attribute="String" context="StringDQ" char=""" /> <DetectChar attribute="String" context="StringSQ" char="'" /> </context> - <!-- tqfinds comments --> + <!-- finds comments --> <context attribute="Normal Text" lineEndContext="#stay" name="FindComments"> <RegExpr attribute="Region Marker" context="#stay" String="/\*BEGIN.*\*/" beginRegion="UserDefined" /> <RegExpr attribute="Region Marker" context="#stay" String="/\*END.*\*/" endRegion="UserDefined" /> |