mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-26 09:04:44 +00:00
Merge pull request #726 from DanielPower/patch-1
Remove `new` keyword from C syntax
This commit is contained in:
commit
e27802c41e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ rules:
|
|||
- type.extended: "\\b(bool)\\b"
|
||||
- statement: "\\b(typename|mutable|volatile|register|explicit)\\b"
|
||||
- statement: "\\b(for|if|while|do|else|case|default|switch)\\b"
|
||||
- statement: "\\b(try|throw|catch|operator|new|delete)\\b"
|
||||
- statement: "\\b(try|throw|catch|operator|delete)\\b"
|
||||
- statement: "\\b(goto|continue|break|return)\\b"
|
||||
- preproc: "^[[:space:]]*#[[:space:]]*(define|pragma|include|(un|ifn?)def|endif|el(if|se)|if|warning|error)"
|
||||
- constant: "'([^'\\\\]|(\\\\[\"'abfnrtv\\\\]))'"
|
||||
|
|
|
|||
Loading…
Reference in a new issue