added file name field back to lexer config

This commit is contained in:
Hackerpilot 2014-01-13 23:03:17 +00:00
parent c8c3f58867
commit 3e0a1c8aff
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ public enum CommentBehavior : ubyte
public struct LexerConfig
{
string fileName;
StringBehavior stringBehavior;
WhitespaceBehavior whitespaceBehavior;
CommentBehavior commentBehavior;