mirror of
https://github.com/platformio/platformio-core.git
synced 2025-06-25 01:21:53 +02:00
Revert "InoToCpp: add ':' to arguments regexp (#4586)"
This reverts commit 71bb84f3f2
.
This commit is contained in:
@ -30,7 +30,7 @@ class InoToCPPConverter:
|
||||
(?:template\<.*\>\s*)? # template
|
||||
([a-z_\d\&]+\*?\s+){1,2} # return type
|
||||
([a-z_\d]+\s*) # name of prototype
|
||||
\([a-z_:,\.\*\&\[\]\s\d]*\) # arguments
|
||||
\([a-z_,\.\*\&\[\]\s\d]*\) # arguments
|
||||
)\s*(\{|;) # must end with `{` or `;`
|
||||
""",
|
||||
re.X | re.M | re.I,
|
||||
|
Reference in New Issue
Block a user