https://bugs.kde.org/show_bug.cgi?id=457754

Christoph Cullmann <cullm...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/syntax-highlighting/
                   |                            |commit/29d174f194728ad93429
                   |                            |7d0c0a0fa6f4e251332a

--- Comment #3 from Christoph Cullmann <cullm...@kde.org> ---
Git commit 29d174f194728ad934297d0c0a0fa6f4e251332a by Christoph Cullmann, on
behalf of jonathan poelen.
Committed on 21/08/2022 at 16:32.
Pushed by cullmann into branch 'master'.

G-Code: fix number pattern, Mnnn as M-word or M-word (user), add String and...

G-Code: fix number pattern, Mnnn as M-word or M-word (user), add String and
RepRapFirmware expression

Before:

```
G 1 3 0
^ G-word
      ^ Number

M100
^ M-word (user)

M1001
^ M-word (user)
    ^ Number

M200
^ M-word
 ^ Number
```

Now:

```
G 1 3 0
^ G-word

M100
^ M-word (user)

M1001
^ M-word

M200
^ M-word
```

M  +43   -0    autotests/folding/highlight.ngc.fold
M  +43   -0    autotests/html/highlight.ngc.dark.html
M  +43   -0    autotests/html/highlight.ngc.html
M  +43   -0    autotests/input/highlight.ngc
M  +43   -0    autotests/reference/highlight.ngc.ref
M  +126  -72   data/syntax/gcode.xml

https://invent.kde.org/frameworks/syntax-highlighting/commit/29d174f194728ad934297d0c0a0fa6f4e251332a

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to