smjonas
|
704988f0c3
|
patch 9.0.0041: a couple of filetype patterns do not have "*" before "/etc"
Problem: A couple of filetype patterns do not have "*" before "/etc".
Solution: Add the star. (Jonas Strittmatter, closes #10662)
|
2022-07-05 18:42:56 +01:00 |
|
Bram Moolenaar
|
cdbfc6dbab
|
patch 9.0.0012: signature files not detected properly
Problem: Signature files not detected properly.
Solution: Add a function to better detect signature files. (Doug Kearns)
|
2022-06-30 16:25:21 +01:00 |
|
Bram Moolenaar
|
8b5901e2f9
|
patch 9.0.0006: not all Visual Basic files are recognized
Problem: Not all Visual Basic files are recognized.
Solution: Change detection of *.cls files. (Doug Kearns)
|
2022-06-29 14:39:12 +01:00 |
|
Hugo Osvaldo Barrera
|
040674129f
|
patch 9.0.0005: hare files are not recognized
Problem: Hare files are not recognized.
Solution: Add a filetype pattern. (Hugo Osvaldo Barrera, closes #10630)
|
2022-06-29 13:48:49 +01:00 |
|
Bram Moolenaar
|
cfa8f9a3f2
|
Update runtime files
|
2022-06-03 21:59:47 +01:00 |
|
Mudskipper875
|
635f48010d
|
patch 8.2.5054: no good filetype for conf files similar to dosini
Problem: No good filetype for conf files similar to dosini.
Solution: Add the confini filetype. (closes #10510)
|
2022-06-03 18:40:53 +01:00 |
|
=?UTF-8?q?Dundar=20G=C3=B6c?=
|
bf82df0dd4
|
patch 8.2.5015: Hoon and Moonscript files are not recognized
Problem: Hoon and Moonscript files are not recognized.
Solution: Add filetype patterns. (Goc Dundar, closes #10478)
|
2022-05-25 12:42:08 +01:00 |
|
Bram Moolenaar
|
3a974a8933
|
patch 8.2.4859: wget2 files are not recognized
Problem: wget2 files are not recognized.
Solution: Add patterns to recognize wget2. (Doug Kearns)
|
2022-05-02 23:51:13 +01:00 |
|
Zoe Roux
|
2096a5f128
|
patch 8.2.4855: robot files are not recognized
Problem: Robot files are not recognized.
Solution: Add patterns for robot files. (Zoe Roux, closes #10339)
|
2022-05-02 10:29:31 +01:00 |
|
Mathias Jean Johansen
|
917c32c4f7
|
patch 8.2.4849: Gleam filetype not detected
Problem: Gleam filetype not detected.
Solution: Add a pattern for Gleam files. (Mathias Jean Johansen,
closes #10326)
|
2022-04-30 15:10:07 +01:00 |
|
Bram Moolenaar
|
ce001a337e
|
Update runtime files
|
2022-04-27 15:25:03 +01:00 |
|
jvoisin
|
1f435dafff
|
patch 8.2.4826: .cshtml files are not recognized
Problem: .cshtml files are not recognized.
Solution: Use html filetype for .cshtml files. (Julien Voisin, closes #10212)
|
2022-04-25 17:40:56 +01:00 |
|
Bram Moolenaar
|
928a131356
|
patch 8.2.4793: recognizing Maxima filetype even though it might be another
Problem: Recognizing Maxima filetype even though it might be another.
Solution: Remove *.mc and *.dem patterns from Maxima files
|
2022-04-19 19:38:38 +01:00 |
|
Bram Moolenaar
|
c448e9c950
|
patch 8.2.4790: lilypond filetype not recognized
Problem: Lilypond filetype not recognized.
Solution: Add patterns for lilypond. (Doug Kearns)
|
2022-04-19 15:29:57 +01:00 |
|
Bram Moolenaar
|
75ab590f85
|
Update runtime files
|
2022-04-18 15:36:40 +01:00 |
|
Doron Behar
|
d0a20c9d11
|
patch 8.2.4781: Maxima files are not recognized
Problem: Maxima files are not recognized.
Solution: Add patterns to detect Maxima files. (Doron Behar, closes #10211)
|
2022-04-18 14:32:42 +01:00 |
|
Chaoren Lin
|
35cff32dd8
|
patch 8.2.4778: pacman files use dosini filetype
Problem: Pacman files use dosini filetype.
Solution: Use conf instead. (Chaoren Lin, closes #10213)
|
2022-04-17 21:15:48 +01:00 |
|
salkin-mada
|
c360b2566c
|
patch 8.2.4767: openscad files are not recognized
Problem: Openscad files are not recognized.
Solution: Add a filetype pattern. (Niklas Adam, closes #10199)
|
2022-04-16 21:33:54 +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 |
|
Aaron Tinio
|
4232dff815
|
patch 8.2.4733: HEEx and Surface do need a separate filetype
Problem: HEEx and Surface do need a separate filetype.
Solution: Revert 8.2.4729. (closes #10147)
|
2022-04-11 11:37:13 +01:00 |
|
Aaron Tinio
|
fa76a24109
|
patch 8.2.4729: HEEx and Surface templates do not need a separate filetype
Problem: HEEx and Surface templates do not need a separate filetype.
Solution: Use Eelixir for the similar filetypes. (Aaron Tinio, closes #10124)
|
2022-04-10 12:13:56 +01:00 |
|
=?UTF-8?q?Dundar=20G=C3=B6c?=
|
36951ed1da
|
patch 8.2.4721: cooklang files are not recognized
Problem: Cooklang files are not recognized.
Solution: recognize *.cook files. (Goc Dundar, closes #10120)
|
2022-04-09 16:08:08 +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 |
|
Julien Voisin
|
5e1792270a
|
patch 8.2.4715: Vagrantfile not recognized
Problem: Vagrantfile not recognized.
Solution: Recognize Vagrantfile as ruby. (Julien Voisin, closes #10119)
|
2022-04-08 19:55:39 +01:00 |
|
Bram Moolenaar
|
cbaff5e06e
|
Update runtime files
|
2022-04-08 17:45:08 +01:00 |
|
Julien Voisin
|
177847e67a
|
patch 8.2.4708: PHP test files are not recognized
Problem: PHP test files are not recognized.
Solution: Add the *.phpt pattern. (Julien Voisin, closes #10112)
|
2022-04-07 16:01:13 +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 |
|
Bruno Roque
|
c1658a196b
|
patch 8.2.4664: Elvish files are not recognized
Problem: Elvish files are not recognized.
Solution: Recognize .elv files. (Bruno Roque, closes #10058)
|
2022-04-02 10:48:24 +01:00 |
|
ranjithshegde
|
3a6f952cc8
|
patch 8.2.4658: org-mode files are not recognized
Problem: Org-mode files are not recognized.
Solution: Add patterns to recognize "org" files. (closes #10046)
|
2022-03-31 20:24:35 +01:00 |
|
Jade Lovelace
|
8d5e514d77
|
patch 8.2.4571: not all gdb files are recognized
Problem: Not all gdb files are recognized.
Solution: Add a few more patterns for gdb. (Jade Lovelace, closes #9956)
|
2022-03-15 12:00:23 +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
|
944697ae19
|
Update runtime files
|
2022-02-20 19:48:20 +00:00 |
|
NullVoxPopuli
|
cdf717283c
|
patch 8.2.4424: ".gts" and ".gjs" files are not recognized
Problem: ".gts" and ".gjs" files are not recognized.
Solution: Recognize Glimmer flavored typescript and javascript.
(closes #9799)
|
2022-02-19 16:35:58 +00:00 |
|
=?UTF-8?q?Dundar=20G=C3=B6c?=
|
97b231541d
|
patch 8.2.4414: solidity files are not recognized
Problem: Solidity files are not recognized.
Solution: Add the *.sol pattern. (Dundar Goc, closes #9792)
|
2022-02-18 13:45:55 +00:00 |
|
=?UTF-8?q?Dundar=20G=C3=B6c?=
|
8e5ba693ad
|
patch 8.2.4411: bicep files are not recognized
Problem: Bicep files are not recognized.
Solution: Match *.bicep files. (Dundar Goc, closes #9791)
|
2022-02-17 21:30:26 +00:00 |
|
Ananda Umamil
|
0c3cc2fec3
|
patch 8.2.4352: ReScript files are not recognized
Problem: ReScript files are not recognized.
Solution: Add the *.res and *.resi patterns. (Ananda Umamil, closes #9752)
|
2022-02-12 10:33:56 +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 |
|
Bram Moolenaar
|
97c554d514
|
patch 8.2.4251: vala files are not recognized
Problem: Vala files are not recognized.
Solution: Add the *.vala pattern. (closes #9654)
|
2022-01-29 12:45:47 +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 |
|
=?UTF-8?q?Dundar=20G=C3=B6c?=
|
428058ab32
|
patch 8.2.4196: various file types not recognized
Problem: Various file types not recognized.
Solution: Add patterns to recognize more file types (closes #9607)
|
2022-01-23 17:09:05 +00:00 |
|
=?UTF-8?q?Dundar=20G=C3=B6c?=
|
e15ebeffb3
|
patch 8.2.4191: json5 files are not recognized
Problem: json5 files are not recognized.
Solution: Add a pattern for json5 files. (closes #9601)
|
2022-01-23 13:05:39 +00:00 |
|
Bram Moolenaar
|
6f4754b9f7
|
Update runtime files
|
2022-01-23 12:07:04 +00:00 |
|
Tim Pope
|
bcfa11b7df
|
patch 8.2.4188: not all gitconfig files are recognized
Problem: Not all gitconfig files are recognized.
Solution: Add a few more patterns. (Tim Pope, closes #9597)
|
2022-01-23 11:28:16 +00:00 |
|
nobodyatandnothing
|
ff5cbe8133
|
patch 8.2.4187: gnuplot file not recognized
Problem: Gnuplot file not recognized.
Solution: Recognize ".gnuplot". (closes #9588)
|
2022-01-23 11:19:37 +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 |
|
Bram Moolenaar
|
8d9e470aa9
|
patch 8.2.4077: not all Libsensors files are recognized
Problem: Not all Libsensors files are recognized.
Solution: Add "sensors.d/*" pattern. (Doug Kearns)
|
2022-01-13 14:49:10 +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 |
|