summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'state.go')
-rw-r--r--state.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/state.go b/state.go
index 5d35ac8..9d081cf 100644
--- a/state.go
+++ b/state.go
@@ -44,6 +44,10 @@ func UnicodeWhitespace(s *State) {
}
s.Pos += w
}
+}
+
+// NoWhitespace disables automatic whitespace matching
+func NoWhitespace(s *State) {
}