Bug 468831 - add support klipper 3D printer firmware config/macros/gcode text highlighter
Summary: add support klipper 3D printer firmware config/macros/gcode text highlighter
Status: RESOLVED FIXED
Alias: None
Product: frameworks-syntax-highlighting
Classification: Frameworks and Libraries
Component: syntax (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-22 19:35 UTC by Gustavo Alvarez
Modified: 2023-07-18 07:17 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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