mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
The current [RFC][] document that describes [ABNF][] specifies in section “2.2. Rule Form”, that ABNF grammars use CRLF (Carriage Return + Line Feed) as rule/line separator. We therefore set the default line ending for the scope `source.abnf` to `"\r\n"`. [ABNF]: https://en.wikipedia.org/wiki/Augmented_Backus–Naur_form [RFC]: https://tools.ietf.org/html/rfc5234