diff options
Diffstat (limited to 'state.go')
-rw-r--r-- | state.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,6 +44,10 @@ func UnicodeWhitespace(s *State) { } s.Pos += w } +} + +// NoWhitespace disables automatic whitespace matching +func NoWhitespace(s *State) { } |