aboutsummaryrefslogtreecommitdiffstats
path: root/src/share
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-02-09 09:28:40 +0200
committerOrgad Shaneh <orgads@gmail.com>2017-05-19 06:28:20 +0000
commitaae55000dbd660ec80e672e9637eea4d858a8c6a (patch)
tree1238f0cc49aacd7d95b17660cbe4816e88e878bf /src/share
parentdc873311e5907f9d26589ad40cb2773bcc149c51 (diff)
GenericHighlighter: Remove invalid entries in makefile.xml
Those keywords are mapped to undefined lists. Reported in https://phabricator.kde.org/D3621#inline-17949 Change-Id: I5d5fc654afe2e35577175a0e3fa2196555ee4ada Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/share')
-rw-r--r--src/share/3rdparty/generic-highlighter/makefile.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/share/3rdparty/generic-highlighter/makefile.xml b/src/share/3rdparty/generic-highlighter/makefile.xml
index 30e27022db..147070f3d4 100644
--- a/src/share/3rdparty/generic-highlighter/makefile.xml
+++ b/src/share/3rdparty/generic-highlighter/makefile.xml
@@ -350,10 +350,6 @@
<DetectSpaces attribute="Error" context="#stay"/>
<!-- Handle bmake Variable modifiers: ${variable[:modifier[:...]]} -->
<Detect2Chars context="#stay" char="\" char1=":"/>
- <!-- modifiers without arguments-->
- <keyword attribute="Keyword" context="#pop!expect}" String="bmake_var_modifiers_noarg"/>
- <!-- with arguments -->
- <keyword attribute="Keyword" context="#pop!bmake_var_modifier_arg" String="bmake_var_modifiers_with_arg"/>
<!-- other modifiers -->
<DetectChar attribute="RealOperator" context="bmake_var_modifier" char=":"/>
<AnyChar attribute="Error" context="#stay" String="=#"/>