From 14834e6b0a4e7c1272ec3a1838b0634dd66e72ea Mon Sep 17 00:00:00 2001 From: David Schulz Date: Thu, 8 Nov 2018 11:39:48 +0100 Subject: TextEditor: replace generic highlighter with ksyntaxhighlighting Fixes: QTCREATORBUG-21029 Change-Id: I9894c4384e0e47da6bf030b7b8e07c3ad4737ff3 Reviewed-by: Orgad Shaneh --- .../syntax-highlighting/data/syntax/makefile.xml | 498 +++++++++++++++++++++ 1 file changed, 498 insertions(+) create mode 100644 src/libs/3rdparty/syntax-highlighting/data/syntax/makefile.xml (limited to 'src/libs/3rdparty/syntax-highlighting/data/syntax/makefile.xml') diff --git a/src/libs/3rdparty/syntax-highlighting/data/syntax/makefile.xml b/src/libs/3rdparty/syntax-highlighting/data/syntax/makefile.xml new file mode 100644 index 0000000000..6067a2470f --- /dev/null +++ b/src/libs/3rdparty/syntax-highlighting/data/syntax/makefile.xml @@ -0,0 +1,498 @@ + + + + + + + + + + + + + include + -include + define + endef + + + + if + ifeq + ifneq + ifdef + ifndef + + else + endif + + + .if + .ifdef + .ifndef + .ifmake + .ifnmake + + + .elif + .elifdef + .elifndef + .elifmake + .elifnmake + .else + + .endif + + + defined + empty + exists + target + commands + + + + .include + .-include + .sinclude + + + + .info + .warning + .error + + + .for + .endfor + + + + .BEGIN + .DEFAULT + .END + .ERROR + .IGNORE + .INTERRUPT + .MAIN + .MAKEFLAGS + .NOPATH + .NOTPARALLEL + .NO_PARALLEL + .OBJDIR + .ORDER + .PATH + .PHONY + .PRECIOUS + .SHELL + .SILENT + .STALE + .SUFFIXES + + + + .EXEC + .IGNORE + .MADE + .MAKE + .META + .NOMETA + .NOMETA_CMP + .NOPATH + .NOTMAIN + .OPTIONAL + .PHONY + .PRECIOUS + .RECURSIVE + .SILENT + .USE + .USEBEFORE + .WAIT + + + + .unexport-env + .unexport + .undef + .export-env + .export + + + + call + subst + patsubst + strip + findstring + filter + filter-out + sort + word + wordlist + words + firstword + lastword + dir + notdir + suffix + basename + addsuffix + addprefix + join + wildcard + realpath + abspath + if + or + and + foreach + value + eval + origin + flavor + shell + error + warning + info + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3