bom is whitespace

This commit is contained in:
Kat Marchán 2020-12-11 17:55:42 -08:00
parent 573c614a85
commit 95ee1478f9
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 2 additions and 0 deletions

View File

@ -141,4 +141,6 @@ escline := '\' newline
linespace := newline | ws
newline := (CR LF) | LF
ws := bom | whitespace-chars (todo)
```