summaryrefslogtreecommitdiff
path: root/packages/treesit.el
AgeCommit message (Collapse)Author
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