summaryrefslogtreecommitdiff
path: root/dged.nix
AgeCommit message (Collapse)Author
2024-03-18More work on languages/syntaxAlbert Cervin
Implement another predicate and add javascript.
2024-03-05Make syntax path a proper search pathAlbert Cervin
Can be set with the $TREESITTER_GRAMMARS variable, separated by ':'
2024-02-18Add qml lang and fix some regexesAlbert Cervin
2024-02-12Add bash as a languageAlbert Cervin
2024-02-01Add git commit syntaxAlbert Cervin
2024-01-30Syntax highlight is a goAlbert Cervin
2024-01-25Improve word navigationAlbert Cervin
Now behaves the way we want.
2023-05-11Fix languagesAlbert Cervin
- Enumerate windows on screen. - Build with optimizations.
2023-04-04Revamp makefilesAlbert Cervin
Now only supports BSD make.
2023-01-23Add more tests and documentationAlbert Cervin
Both doxygen and man page
2023-01-23Implement some more commandsAlbert Cervin
- More bug fixes for keys: You can now have mod-less keys in keymaps as binds. - Fix calculation bug with space fillouts.
2022-12-07Make make portableAlbert Cervin
2022-11-16🎉 And so it beginsAlbert Cervin