| 
							
							
								 Bram Moolenaar | bf6614643f | patch 8.2.5110: icon filetype not recognized from the first line Problem:    Icon filetype not recognized from the first line.
Solution:   Add a check for the first line. (Doug Kearns) | 2022-06-16 13:27:18 +01:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 75ab590f85 | Update runtime files | 2022-04-18 15:36:40 +01:00 |  | 
			
				
					| 
							
							
								 KnoP-01 | 93c7a45e86 | patch 8.2.4766: KRL files using "deffct" not recognized Problem:    KRL files using "deffct" not recognized.
Solution:   Adjust the pattern used for matching. (Patrick Meiser-Knosowski,
            closes #10200) | 2022-04-16 21:14:04 +01:00 |  | 
			
				
					| 
							
							
								 KnoP-01 | f420ff2440 | patch 8.2.4747: no filetype override for .sys files Problem:    No filetype override for .sys files.
Solution:   Add g:filetype_sys. (Patrick Meiser-Knosowski, closes #10181) | 2022-04-13 20:46:21 +01:00 |  | 
			
				
					| 
							
							
								 ranjithshegde | 8cac20ed42 | patch 8.2.4746: supercollider filetype not recognized Problem:    Supercollider filetype not recognized.
Solution:   Match file extentions and check file contents to detect
            supercollider. (closes #10142) | 2022-04-13 15:29:21 +01:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 0bbf09ca41 | patch 8.2.0003: Build file dependencies are incomplete Problem:    Build file dependencies are incomplete.
Solution:   Fix the dependencies. (Ken Takata, closes #5356) | 2022-04-09 15:16:53 +01:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | cbaff5e06e | Update runtime files | 2022-04-08 17:45:08 +01:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 3ad2090316 | patch 8.2.4701: Kuka Robot Language files not recognized Problem:    Kuka Robot Language files not recognized.
Solution:   Recognize *.src and *.dat files. (Patrick Meiser-Knosowski,
            closes #10096) | 2022-04-06 18:57:39 +01:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 46eea444d9 | Update runtime files | 2022-03-30 10:51:39 +01:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 1588bc8ebe | Update runtime files | 2022-03-08 21:35:07 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | c12dc47b8f | patch 8.2.4511: filetype test fails Problem:    Filetype test fails.
Solution:   Change "endw" to "endwhile". | 2022-03-05 13:45:56 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | c51cf03298 | Update runtime files. | 2022-02-26 12:25:45 +00:00 |  | 
			
				
					| 
							
							
								 =?UTF-8?q?Teubel=20Gy=C3=B6rgy?= | 4d56b971cb | patch 8.2.4464: Dtrace files are recognized as filetype D Problem:    Dtrace files are recognized as filetype D.
Solution:   Add a pattern for Dtrace files. (Teubel György, closes #9841)
            Add some more testing. | 2022-02-24 17:59:09 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | b2c72359dc | patch 8.2.4448: filetype detection is failing Problem:    Filetype detection is failing.
Solution:   Do not use "s:" where it is no longer allowed. | 2022-02-22 21:17:40 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 299d8e5eec | patch 8.2.4372: filetype detection from file contents is in legacy script Problem:    Filetype detection from file contents is in legacy script.
Solution:   Use a compiled function for filetype detection. | 2022-02-13 20:32:02 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | e5b7897585 | patch 8.2.4305: tex filetype detection fails Problem:    Tex filetype detection fails.
Solution:   Check value to be positive. (closes #9704) | 2022-02-05 19:50:34 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 3e79c97c18 | Update runtime files; use compiled functions | 2022-02-04 19:48:06 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | a2baa73d1d | Update runtime files. | 2022-02-04 16:09:54 +00:00 |  | 
			
				
					| 
							
							
								 Doug Kearns | c570e9cf68 | patch 8.2.4274: Basic and form filetype detection is incomplete Problem:    Basic and form filetype detection is incomplete.
Solution:   Add a separate function for .frm files. (Doug Kearns, closes #9675) | 2022-01-31 17:09:14 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | c4573eb12d | Update runtime files | 2022-01-31 15:40:56 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | f10911e5db | Update runtime files | 2022-01-29 22:20:48 +00:00 |  | 
			
				
					| 
							
							
								 =?UTF-8?q?Dundar=20G=C3=B6c?= | bd8168c770 | patch 8.2.4238: *.tf file could be fileytpe "tf" or "terraform" Problem:    *.tf file could be fileytpe "tf" or "terraform".
Solution:   Detect the type from the file contents. (closes #9642) | 2022-01-28 14:15:09 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 6517f14165 | patch 8.2.4172: filetype detection for BASIC is not optimal Problem:    Filetype detection for BASIC is not optimal.
Solution:   Improve BASIC filetype detection. (Doug Kearns) | 2022-01-21 14:55:13 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | fd31be29b8 | Update runtime files | 2022-01-16 14:46:06 +00:00 |  | 
			
				
					| 
							
							
								 Elwardi | 2284f6cca3 | patch 8.2.4064: foam files are not detected Problem:    Foam files are not detected.
Solution:   Detect the foam filetype by the path and file contents. (Mohammed
            Elwardi Fadeli, closes #9501) | 2022-01-11 18:14:23 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | a4d131d110 | Update runtime files | 2021-12-27 21:33:07 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | fa3b72348d | Update runtime files | 2021-12-24 13:18:38 +00:00 |  | 
			
				
					| 
							
							
								 James McCoy | 647ab4cede | patch 8.2.3843: dep3patch files are not recognized Problem:    Dep3patch files are not recognized.
Solution:   Recognize dep3patch files by their location and content. (James
            McCoy, closes #9367) | 2021-12-17 20:52:57 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 4700398e38 | Update runtime files | 2021-12-05 21:54:04 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 53ba95e4f0 | patch 8.2.3703: most people call F# "fsharp" and not "fs" Problem:    Most people call F# "fsharp" and not "fs".
Solution:   Rename filetype "fs" to "fsharp". | 2021-11-30 13:02:58 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 3d14c0f2b9 | patch 8.2.3686: filetype detection often mixes up Forth and F# Problem:    Filetype detection often mixes up Forth and F#.
Solution:   Add a function to inspect the file contents. (Doug Kearns) | 2021-11-27 17:22:07 +00:00 |  | 
			
				
					| 
							
							
								 Doug Kearns | 7329cfab36 | patch 8.2.3679: objc file detected as Octave Problem:    objc file detected as Octave. (Antony Lee)
Solution:   Detect objc by preprocessor lines. (Doug Kearns, closes #9223,
            closes #9220) | 2021-11-26 13:01:41 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 519cc559b0 | Update runtime files | 2021-11-16 19:18:26 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 113cb513f7 | Update runtime files | 2021-11-07 20:27:04 +00:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 6e64922492 | Update runtime files | 2021-10-04 21:32:54 +01:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 34cc7d8c03 | Update runtime files | 2021-09-21 20:09:51 +02:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | ca0627df69 | patch 8.2.3432: octave/Matlab filetype detection does not work properly Problem:    Octave/Matlab filetype detection does not work properly.
Solution:   Update the patterns used for matching. (Doug Kearns) | 2021-09-12 17:03:08 +02:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 6c391a74fe | Update runtime files | 2021-09-09 21:55:11 +02:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | deba5eb195 | patch 8.2.3399: Octave files are not recognized Problem:    Octave files are not recognized.
Solution:   Detect Octave files. (Doug Kearns) | 2021-09-03 19:21:36 +02:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 89a9c159f2 | Update runtime files | 2021-08-29 21:55:35 +02:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 4d8f476176 | Update runtime files | 2021-06-27 15:18:56 +02:00 |  | 
			
				
					| 
							
							
								 Austin Gatlin | f3caeb63d6 | patch 8.2.3050: cannot recognize elixir files Problem:    Cannot recognize elixir files.
Solution:   Recognize Elixir-specific files.  Check if an .ex file is Euphoria
            or Elixir. (Austin Gatlin, closes #8401, closes #8446) | 2021-06-26 12:02:55 +02:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 4c295027a4 | Update runtime files | 2021-05-02 17:19:11 +02:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 9faec4e3d4 | Update runtime files. | 2021-02-27 16:38:07 +01:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 942db23c9c | Update runtime files | 2021-02-13 18:14:48 +01:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | a0122dcd1c | patch 8.2.2334: Pascal-like filetypes not always detected Problem:    Pascal-like filetypes not always detected.
Solution:   Improved Puppet, InstantFPC and Pascal detection. (Doug Kearns,
            closes #7662) | 2021-01-12 17:42:24 +01:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 23515b4ef7 | Update runtime files | 2020-11-29 14:36:24 +01:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 4466ad6baa | Update runtime files | 2020-11-21 13:16:30 +01:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | cb80aa2d53 | Update runtime files. | 2020-10-26 21:12:46 +01:00 |  | 
			
				
					| 
							
							
								 Bram Moolenaar | 4f4d51a942 | Update runtime files. | 2020-10-11 13:57:40 +02:00 |  |