aboutsummaryrefslogtreecommitdiffstats
path: root/queries/make
Commit message (Collapse)AuthorAgeFilesLines
* 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