mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
Update go yaml file
This commit is contained in:
parent
bd0c5c655e
commit
1cd4b2c4dc
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ rules:
|
|||
- statement: "!"
|
||||
- statement: ","
|
||||
- constant.number: "\\b([0-9]+|0x[0-9a-fA-F]*)\\b"
|
||||
- constant.specialChar: "([0-7]{3|x[A-Fa-f0-9]{2}|u[A-Fa-f0-9]{4}|U[A-Fa-f0-9]{8})"
|
||||
- constant.specialChar: "\\([0-7]{3|x[A-Fa-f0-9]{2}|u[A-Fa-f0-9]{4}|U[A-Fa-f0-9]{8})"
|
||||
|
||||
- comment:
|
||||
start: "//"
|
||||
|
|
|
|||
Loading…
Reference in a new issue