diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-12 18:34:45 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-12 18:34:45 -0800 |
| commit | 88779eb24039da16b85cb95b22853e69ccfb5b91 (patch) | |
| tree | b042a6bdd29bd947db5094e308848a4465b0dbe4 /grammars | |
| parent | d7a9dec0df88afce06d6b6bf4060a7362682e13c (diff) | |
Removed unnecessary start of file check
Diffstat (limited to 'grammars')
| -rw-r--r-- | grammars/builtins.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammars/builtins.bp b/grammars/builtins.bp index fffddf1..59104c3 100644 --- a/grammars/builtins.bp +++ b/grammars/builtins.bp @@ -4,7 +4,7 @@ no: !'' # Configurable options: is-tty: no # Defined as either always-match or always-fail, depending on stdout include-binary-files: no; -is-text-file: ^^ >32(\t/\n/\r/\x20-x7e/!\x00-x7f utf8-codepoint/$$) +is-text-file: >32(\t/\n/\r/\x20-x7e/!\x00-x7f utf8-codepoint/$$) # Meta-rules for acting on everything: pattern: !'' # Not defined by default |
