hi. is possible add support to Klipper firmware (for 3D printers) configuration files, gcode extensions and macros? an example of documentation is here: https://github.com/dannymcgee/vscode-klipper greetings
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/510
Git commit 0a55c7dc2bf7403d3626b37bb504e8b33f1a81b0 by Christoph Cullmann, on behalf of Jonathan Poelen. Committed on 18/07/2023 at 07:17. Pushed by cullmann into branch 'master'. add Klipper Config and Klipper G-Code Since the edit in G-Code is only for a typo in a comment, there was no version change. A +21 -0 autotests/folding/klipper.cfg.fold A +14 -0 autotests/folding/klipper.gcode.fold A +28 -0 autotests/html/klipper.cfg.dark.html A +28 -0 autotests/html/klipper.cfg.html A +21 -0 autotests/html/klipper.gcode.dark.html A +21 -0 autotests/html/klipper.gcode.html A +21 -0 autotests/input/klipper.cfg A +1 -0 autotests/input/klipper.cfg.syntax A +14 -0 autotests/input/klipper.gcode A +1 -0 autotests/input/klipper.gcode.syntax A +21 -0 autotests/reference/klipper.cfg.ref A +14 -0 autotests/reference/klipper.gcode.ref M +1 -1 data/syntax/gcode.xml A +301 -0 data/syntax/klipper-config.xml A +28 -0 data/syntax/klipper-gcode.xml https://invent.kde.org/frameworks/syntax-highlighting/-/commit/0a55c7dc2bf7403d3626b37bb504e8b33f1a81b0