@@ -21,9 +21,9 @@ Syntax highlighting is provided for the following file types:
2121
2222| File Type | Highlighted Elements |
2323| -----------------------------------------------------------| ------------------------------------------------------------------------------------------------------------------------------------------|
24- | ** Klipper config** (` .cfg ` ) | Section headers, key names, values, boolean constants, comments, and SAVE_CONFIG block markers |
25- | ** Moonraker config** (` .conf ` ) | Section headers, key names, values, boolean constants, space-prefixed escaped comment sigils ( ` \# ` , ` \; ` ), inline comments, and comments |
26- | ** G-code** (` .gcode ` , ` .g ` , ` .gc ` , ` .gco ` , ` .ufp ` , ` .nc ` ) | G/M/T commands, coordinates, feed rates, tool and offset registers, math functions, macro variables, and control keywords |
24+ | ** Klipper config** (` .cfg ` ) | Section headers, key names, values, comments, and SAVE_CONFIG block markers |
25+ | ** Moonraker config** (` .conf ` ) | Section headers, key names, values, and comments |
26+ | ** G-code** (` .gcode ` , ` .g ` , ` .gc ` , ` .gco ` , ` .ufp ` , ` .nc ` ) | G/M/T/N command codes, checksum tags, M117/M118 messages, macro names and parameters, parameter letters (X, Y, Z, E, F, S), and comments |
2727| ** Log files** (` .log ` ) | Log-level colorization (debug, info, warning, error, critical), timestamps, URLs, UUIDs, git SHAs, exception names, and stack traces |
2828| ** JSON** | Full validation and IntelliSense via a dedicated language worker |
2929| ** CSS, SCSS, Less** | Property completion, hover, and validation via a dedicated language worker |
0 commit comments