summaryrefslogtreecommitdiff
path: root/packages/treesit.el
AgeCommit message (Collapse)Author
2023-11-20message instead of error when treesit parser not availableJohn Turner
2023-09-25new use-package for c-ts-modeJohn Turner
2023-09-25conditionally configure treesitter modes if their parsers are availJohn Turner
2023-09-12fix syntaxJohn Turner
2023-09-12fixupJohn Turner
2023-07-16setup ts modes in the treesit use-package expressionJohn Turner
python-ts-mode and bash-ts-mode are not packages or features, so we can't use them in a use-package expression. Since we can't create use-package expressions for them, just set up the requires variables in the treesit use-package expression.
2023-07-16fixupJohn Turner