CMPP: also skip over single-quoted strings in code-model source.
This commit is contained in:
parent
0f693a55d0
commit
9ad729ec15
|
|
@ -90,6 +90,7 @@ Z [0-9A-Za-z_]
|
|||
}
|
||||
|
||||
\"(\\.|[^"\\])*\" {return TOK_IDENTIFIER;} /* Literal string. */
|
||||
\'(\\.|[^'\\])*\' {return TOK_IDENTIFIER;}
|
||||
|
||||
ARGS {return TOK_ARGS;}
|
||||
INIT {return TOK_INIT;}
|
||||
|
|
|
|||
Loading…
Reference in New Issue