Files
nx_post_support/server/libs/lark/grammars/unicode.lark
T
2025-07-18 18:03:12 +02:00

8 lines
96 B
Plaintext

// TODO: LETTER, WORD, etc.
//
// Whitespace
//
WS_INLINE: /[ \t\xa0]/+
WS: /[ \t\xa0\f\r\n]/+