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
|
public struct LexerConfig
|
||||||
{
|
{
|
||||||
|
string fileName;
|
||||||
StringBehavior stringBehavior;
|
StringBehavior stringBehavior;
|
||||||
WhitespaceBehavior whitespaceBehavior;
|
WhitespaceBehavior whitespaceBehavior;
|
||||||
CommentBehavior commentBehavior;
|
CommentBehavior commentBehavior;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue