diff options
author | Neil <nyamatongwe@gmail.com> | 2020-07-07 11:37:28 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-07-07 11:37:28 +1000 |
commit | 3073fd6f55dad53feb8d6d8dd34ee94dd7295164 (patch) | |
tree | 002c587636ead70b7189f905b5324d271d5dd1d8 | |
parent | 08ef2dc76e39deed8b0b7f1d6ac8da271f805760 (diff) | |
download | scintilla-mirror-3073fd6f55dad53feb8d6d8dd34ee94dd7295164.tar.gz |
Add .p6 extension for Raku to list of native line ends.
This avoids non-matching line ends when running lexer tests.
-rwxr-xr-x | .hgeol | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ **.lua = native **.nim = native **.pl = native +**.p6 = native **.rb = native **.tcl = native **.err = native |