mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -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
|
||||
(word) @function.builtin
|
||||
(#any-of? @function.builtin
|
||||
".DEFAULT"
|
||||
".SUFFIXES"
|
||||
".DEFAULT"
|
||||
".DELETE_ON_ERROR"
|
||||
".EXPORT_ALL_VARIABLES"
|
||||
".IGNORE"
|
||||
".INTERMEDIATE"
|
||||
".LOW_RESOLUTION_TIME"
|
||||
".NOTPARALLEL"
|
||||
".ONESHELL"
|
||||
".PHONY"
|
||||
".POSIX"
|
||||
".PRECIOUS"
|
||||
".SECONDARY"
|
||||
".SECONDEXPANSION"
|
||||
".SILENT"
|
||||
".SUFFIXES")))
|
||||
|
||||
(rule ["&:" ":" "::"] @operator)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue