Bug 468831

Summary: add support klipper 3D printer firmware config/macros/gcode text highlighter
Product: [Frameworks and Libraries] frameworks-syntax-highlighting Reporter: Gustavo Alvarez <sl1pkn07>
Component: syntaxAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: walter.von.entferndt
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Gustavo Alvarez 2023-04-22 19:35:02 UTC
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
Comment 1 Bug Janitor Service 2023-07-17 01:37:28 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/510
Comment 2 Christoph Cullmann 2023-07-18 07:17:17 UTC
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