summaryrefslogtreecommitdiff
path: root/src/dged/lang.c
AgeCommit message (Collapse)Author
2024-03-18More work on languages/syntaxAlbert Cervin
Implement another predicate and add javascript.
2024-03-07Implement timers properlyAlbert Cervin
The timers shown with `M-x timers` are now actual timings.
2024-02-28More lang and buffer fixesAlbert Cervin
2024-02-27Fix follow up lang bugsAlbert Cervin
Some functions used "languages." and some did not.
2024-02-23Fix language path bugAlbert Cervin
Caused by previous commit
2024-02-23Make language less specificAlbert Cervin
Now it just contains id and name as static properties.
2024-02-18Add qml lang and fix some regexesAlbert Cervin
2024-02-12Fix final newline displayingAlbert Cervin
2024-02-01Add git commit syntaxAlbert Cervin
2024-01-31Finish lang settings reworkAlbert Cervin
2024-01-31Change how language and settings workAlbert Cervin
No need to register settings anymore and languages can better handle arbitrary settings now.
2024-01-30Syntax highlight is a goAlbert Cervin
2023-05-11Fix some memory leaksAlbert Cervin
2023-05-11Fix languagesAlbert Cervin
- Enumerate windows on screen. - Build with optimizations.
2023-05-01Implement window handlingAlbert Cervin
Also implement searching. fix undo boundaries when it checked for other save point, it used && instead of == which caused it to overwrite other types. Fix bytes vs chars bug in text_get_region