Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/make/highlights.scm')
| -rw-r--r-- | runtime/queries/make/highlights.scm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/runtime/queries/make/highlights.scm b/runtime/queries/make/highlights.scm index 68a61cf4..50380baf 100644 --- a/runtime/queries/make/highlights.scm +++ b/runtime/queries/make/highlights.scm @@ -45,9 +45,7 @@ (raw_text) ] @string -(variable_assignment (word) @variable) -(shell_text - [(variable_reference (word) @variable.parameter)]) +(variable_assignment (word) @string) [ "ifeq" @@ -141,7 +139,6 @@ function: "info" (arguments (text) @info)) - ;; Install Command Categories ;; Others special variables ;; Variables Used by Implicit Rules @@ -158,7 +155,7 @@ (word) @clean @constant.builtin (#match? @clean "^(AR|AS|CC|CXX|CPP|FC|M2C|PC|CO|GET|LEX|YACC|LINT|MAKEINFO|TEX|TEXI2DVI|WEAVE|CWEAVE|TANGLE|CTANGLE|RM|ARFLAGS|ASFLAGS|CFLAGS|CXXFLAGS|COFLAGS|CPPFLAGS|FFLAGS|GFLAGS|LDFLAGS|LDLIBS|LFLAGS|YFLAGS|PFLAGS|RFLAGS|LINTFLAGS|PRE_INSTALL|POST_INSTALL|NORMAL_INSTALL|PRE_UNINSTALL|POST_UNINSTALL|NORMAL_UNINSTALL|MAKEFILE_LIST|MAKE_RESTARTS|MAKE_TERMOUT|MAKE_TERMERR|\.DEFAULT_GOAL|\.RECIPEPREFIX|\.EXTRA_PREREQS\.VARIABLES|\.FEATURES|\.INCLUDE_DIRS|\.LOADED)$")) -;; Standard targets +;; Standart targets (targets (word) @constant.macro (#match? @constant.macro "^(all|install|install-html|install-dvi|install-pdf|install-ps|uninstall|install-strip|clean|distclean|mostlyclean|maintainer-clean|TAGS|info|dvi|html|pdf|ps|dist|check|installcheck|installdirs)$")) @@ -171,5 +168,3 @@ (targets (word) @constant.macro (#match? @constant.macro "^\.(PHONY|SUFFIXES|DEFAULT|PRECIOUS|INTERMEDIATE|SECONDARY|SECONDEXPANSION|DELETE_ON_ERROR|IGNORE|LOW_RESOLUTION_TIME|SILENT|EXPORT_ALL_VARIABLES|NOTPARALLEL|ONESHELL|POSIX)$")) - -(targets (word) @constant) |