Support multi-line comments in idl files
This commit is contained in:
@@ -34,7 +34,8 @@ definition
|
||||
/ type_dcl ';'
|
||||
|
||||
comment
|
||||
= r'[/][/][^\n]*'
|
||||
= r'/\*.*?\*/'
|
||||
/ r'[/][/][^\n]*'
|
||||
|
||||
macro
|
||||
= ifndef
|
||||
|
||||
Reference in New Issue
Block a user