This commit is contained in:
Christoph Brandau
2025-07-18 18:03:12 +02:00
parent e2ba07c8b4
commit c38fedd897
52 changed files with 9597 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
// TODO: LETTER, WORD, etc.
//
// Whitespace
//
WS_INLINE: /[ \t\xa0]/+
WS: /[ \t\xa0\f\r\n]/+