summaryrefslogtreecommitdiff
path: root/dged.nix
AgeCommit message (Collapse)Author
2024-09-11Overhaul unicode parsingAlbert Cervin
It now instead iterates the actual unicode code points. This is better than what it was previously doing but it is still not entirely correct w.r.t to unicode sequences. This handling of unicode code points does however make it slightly easier to handle UTF-16 if needed in the future. This also adds some long needed tests for buffer methods.
2024-05-12Improve API docs and configure systemAlbert Cervin
There is now a super minimalistic configure script that automatically detects the event system (epoll/kqueue) and generates a config.h and a config.mk.
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