summaryrefslogtreecommitdiffstats
path: root/queries/make
Commit message (Collapse)AuthorAgeFilesLines
* feat(make): highlight phony prerequisites as functionsRiley Bruins2023-11-291-0/+5
|
* feat(make): give targets the function highlightRiley Bruins2023-11-291-0/+2
|
* chore(injections)!: update injection syntax to 0.9Pham Huy Hoang2023-08-121-3/+6
| | | | | | | | | Since 0.9, @lang syntax is still available as fallback but will soon be deprecated. Because of that, new syntax should be adopted once 0.9 becomes the baseline requirements for nvim-treesitter - update health check - update doc
* fix(make/highlights): add `define` and operatorsTyler Miller2023-06-031-10/+25
|
* highlights(make): fix capturesObserverOfTime2022-11-261-9/+4
|
* feat(spell): support more languagesLewis Russell2022-09-261-1/+1
|
* fix(fold): don't include whitespace end regionsLewis Russell2022-09-121-0/+7
| | | | | | | | | | | | Some languages that are difficult to parse via Treesitter may incorrectly include whitespace lines at the end of regions. This can makes the calculated folds sub-optimal. To recitfy, use a custom directive (trim), to calculate the range with the trailing whitespace lines removed. Note this only works if the region end column is 0. Also added folds for Make.
* make: add substitution_reference @operatorChinmay Dalal2022-09-031-0/+1
|
* highlights(make): add all special targetsLewis Russell2022-01-071-0/+15
|
* feat(lang): add makeLewis Russell2021-12-142-0/+109