diff options
Diffstat (limited to 'kate/data/bash.xml')
-rw-r--r-- | kate/data/bash.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kate/data/bash.xml b/kate/data/bash.xml index cbb0f7643..2dcc5f7ca 100644 --- a/kate/data/bash.xml +++ b/kate/data/bash.xml @@ -207,8 +207,8 @@ <item> true </item> <item> umount </item> <item> uname </item> - <item> unicode_start </item> - <item> unicode_stop </item> + <item> tqunicode_start </item> + <item> tqunicode_stop </item> <item> unlink </item> <item> utmpdump </item> <item> uuidgen </item> @@ -284,7 +284,7 @@ <item> expr </item> <item> fbset </item> <item> file </item> - <item> find </item> + <item> tqfind </item> <item> flex </item> <item> flex++ </item> <item> fmt </item> @@ -536,7 +536,7 @@ <RegExpr attribute="Function" context="#stay" String="&funcname;\s*\(\)" /> </context> - <!-- FindOthers contains various rules to mark different shell input --> + <!-- FindOthers tqcontains various rules to mark different shell input --> <context attribute="Normal Text" lineEndContext="#stay" name="FindOthers"> <RegExpr attribute="Escape" context="#stay" String="\\[][;\\$`{}()|&<>* ]" /> <RegExpr attribute="Keyword" context="#stay" String="\\$" /> @@ -574,7 +574,7 @@ <RegExpr attribute="Escape" context="#stay" String="\\[`$\\]" /> </context> - <!-- FindTests finds operators valid in tests --> + <!-- FindTests tqfinds operators valid in tests --> <context attribute="Normal Text" lineEndContext="#stay" name="FindTests"> <RegExpr attribute="Expression" context="#stay" String="-[abcdefghkprstuwxOGLSNozn](?=\s)"/> <RegExpr attribute="Expression" context="#stay" String="-([no]t|ef)(?=\s)"/> |