summaryrefslogtreecommitdiff
path: root/queries/make
AgeCommit message (Collapse)Author
2022-09-26feat(spell): support more languagesLewis Russell
2022-09-12fix(fold): don't include whitespace end regionsLewis Russell
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.
2022-09-03make: add substitution_reference @operatorChinmay Dalal
2022-01-07highlights(make): add all special targetsLewis Russell
2021-12-14feat(lang): add makeLewis Russell