mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
highlights(make): add all special targets
This commit is contained in:
parent
0f01bbb1c2
commit
c090007a88
1 changed files with 15 additions and 0 deletions
|
|
@ -13,7 +13,22 @@
|
||||||
(rule (targets
|
(rule (targets
|
||||||
(word) @function.builtin
|
(word) @function.builtin
|
||||||
(#any-of? @function.builtin
|
(#any-of? @function.builtin
|
||||||
|
".DEFAULT"
|
||||||
|
".SUFFIXES"
|
||||||
|
".DEFAULT"
|
||||||
|
".DELETE_ON_ERROR"
|
||||||
|
".EXPORT_ALL_VARIABLES"
|
||||||
|
".IGNORE"
|
||||||
|
".INTERMEDIATE"
|
||||||
|
".LOW_RESOLUTION_TIME"
|
||||||
|
".NOTPARALLEL"
|
||||||
|
".ONESHELL"
|
||||||
".PHONY"
|
".PHONY"
|
||||||
|
".POSIX"
|
||||||
|
".PRECIOUS"
|
||||||
|
".SECONDARY"
|
||||||
|
".SECONDEXPANSION"
|
||||||
|
".SILENT"
|
||||||
".SUFFIXES")))
|
".SUFFIXES")))
|
||||||
|
|
||||||
(rule ["&:" ":" "::"] @operator)
|
(rule ["&:" ":" "::"] @operator)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue