added file name field back to lexer config
This commit is contained in:
parent
c8c3f58867
commit
3e0a1c8aff
|
@ -99,6 +99,7 @@ public enum CommentBehavior : ubyte
|
|||
|
||||
public struct LexerConfig
|
||||
{
|
||||
string fileName;
|
||||
StringBehavior stringBehavior;
|
||||
WhitespaceBehavior whitespaceBehavior;
|
||||
CommentBehavior commentBehavior;
|
||||
|
|
Loading…
Reference in New Issue