44 Commits

Author SHA1 Message Date
Neil Hodgson
3ab75de66d #295 Examples of Pascal *.pas should be treated as text files. 2024-12-20 13:18:46 +11:00
Neil Hodgson
f6f5d61431 Nix examples *.nix should be treated as text files. 2024-10-27 07:53:02 +11:00
Neil Hodgson
7a2b32dcd5 Treat XML files as text. 2024-09-23 10:44:03 +10:00
Neil Hodgson
fac2c4accc Examples of Smalltalk *.st should be treated as text files. 2024-09-11 12:39:16 +10:00
Neil Hodgson
64fe34f70f Examples of Zig *.zig should be treated as text files. 2024-08-23 08:46:19 +10:00
Neil Hodgson
ebc1af4cef Examples of dart *.dart should be treated as text files. 2024-08-22 09:31:37 +10:00
Neil Hodgson
12eab7f338 Examples of troff / nroff *.roff should be treated as text files. 2024-08-22 08:00:20 +10:00
Neil Hodgson
83ad4c9315 TOML examples *.toml should be treated as text files. 2024-08-15 09:24:35 +10:00
Neil Hodgson
c38d84ed2c VBScript examples *.vbs should be treated as text files. 2024-08-10 12:44:52 +10:00
Neil Hodgson
36d1b31c2b Attribute *.p as text as will be used for Progress ABL examples. 2024-07-30 08:24:13 +10:00
Neil Hodgson
6db2c0b368 #229 Add *.cob to list of text files for testing 2024-03-16 08:14:12 +11:00
Neil Hodgson
c74c8312d2 To support fortran example files, treat *.f as text. 2024-01-11 08:27:17 +11:00
Neil Hodgson
695708fcec To support asm example files, stop ignoring *.asm and treat *.asm as text. 2024-01-09 15:43:50 +11:00
Neil Hodgson
88545c29eb Add *.vh for upcoming Verilog tests. 2023-09-11 16:25:01 +10:00
Neil Hodgson
ce490c31ff Add *.zsh as text so can test zsh extensions alongside bash 2023-08-14 09:44:10 +10:00
Neil Hodgson
c41a1edda4 Set *.aspx (ASP extended) files as text so can be tested 2023-07-21 10:01:35 +10:00
Neil Hodgson
93b0132932 Declare *.diff are text in preparation for diff examples. 2023-02-13 17:36:29 +11:00
Neil Hodgson
f3c9f7e46e #128 #129 Add Modula-3 (*.m3) to set of text files to allow testing. 2023-01-22 10:20:01 +11:00
Neil Hodgson
7214f8a0f9 #100 Add R to set of text files to allow testing. 2022-09-14 08:59:41 +10:00
Neil Hodgson
33d51d4621 Use ".props" for props lexer test as common ".properties" is ignored by TestLexers. 2022-07-27 08:31:12 +10:00
Neil Hodgson
6c2d9606dd #92 Prepare for fix by specifying PowerShell files as text. 2022-06-18 16:34:53 +10:00
Neil Hodgson
d3927ec856 #87 Add sql and tsql to set of text files to allow testing of sql, mssql, and mysql lexers. 2022-06-10 13:18:12 +10:00
Neil Hodgson
352051deb8 #86 Treat gui4cli files as text so see native line ends and match tests. 2022-05-27 09:45:39 +10:00
Neil Hodgson
c58c3bc23d Add VHDL to set of text files to allow testing. 2022-05-02 09:32:08 +10:00
Neil Hodgson
ff49dba34d #77 Define *.cmake as text to enable unit tests. 2022-04-22 16:54:04 +10:00
Neil Hodgson
1024b08f7d #72 Treat json files as text so see native line ends and match tests. 2022-04-07 09:35:40 +10:00
Neil Hodgson
ca187b18ce #63 Treat session files as text. 2022-03-10 16:12:03 +11:00
Neil Hodgson
3a45e7b772 Treat .bsh file extension as text. Used for bash test examples as .sh is treated specially. 2022-02-04 09:21:22 +11:00
Neil Hodgson
67176062bd Make .gd (godot scripts) files text. 2021-11-21 08:09:45 +11:00
Neil Hodgson
f594705ddc Specify that Asciidoc (*.adoc) files are text. 2021-11-13 22:12:35 +11:00
Neil Hodgson
f1e7ad3dd8 Treat *.x12 as text so tests will work. 2021-11-13 14:08:19 +11:00
Neil Hodgson
80b6eb1572 Rust files are text. 2021-10-15 09:05:30 +11:00
Neil Hodgson
bb6c02fa8f Fix inno setup file extension to .iss. 2021-09-17 09:18:37 +10:00
Neil Hodgson
50a0863ca6 Include .inno in text files. 2021-09-17 08:42:38 +10:00
Neil Hodgson
6dbfbf2fe2 Include .css in text files. 2021-09-11 13:56:44 +10:00
Neil Hodgson
7eb82923fc Treat metlab and octae files as text. 2021-06-29 14:41:18 +10:00
Neil Hodgson
d0fd0fd117 Treat Objective Caml as text. 2021-06-18 15:13:45 +10:00
Neil Hodgson
067e69f736 Fixed bugs with styling by handling \n and \r\n line endings consistently.
Add example for Erlang.
2021-06-16 08:19:49 +10:00
Neil Hodgson
78361d5aac Treat YAML as text. 2021-06-15 12:27:01 +10:00
Bertrand Lacoste
6ee6b086a1 Add Julia lexer.
https://sourceforge.net/p/scintilla/feature-requests/1380/
2021-05-21 10:19:20 +10:00
Neil Hodgson
9d7b5ce326 Set *.md as text files. 2021-04-30 10:58:24 +10:00
Neil Hodgson
ca54871b17 Add checking of folders by storing then checking folding information in .folded files. 2021-04-16 13:56:47 +10:00
Neil
796dc78fc3 Renormalize line ends in files to match .gitattributes. 2021-01-30 08:38:10 +11:00
Robert Di Pardo
86f4cf70af Add .gitattributes 2021-01-30 08:33:32 +11:00