Bram Moolenaar
|
a4d131d110
|
Update runtime files
|
2021-12-27 21:33:07 +00:00 |
|
Bram Moolenaar
|
bbdd3fb804
|
patch 8.2.3909: Containerfile using prefix name not recognized
Problem: Containerfile using prefix name not recognized.
Solution: Recognize Containerfile.*.
|
2021-12-27 10:35:52 +00:00 |
|
Bram Moolenaar
|
c88ac94a0b
|
patch 8.2.3905: Dockerfile using prefix name not recognized
Problem: Dockerfile using prefix name not recognized.
Solution: Recognize Dockerfile.*. (closes #9410)
|
2021-12-26 17:31:35 +00:00 |
|
Bram Moolenaar
|
fa3b72348d
|
Update runtime files
|
2021-12-24 13:18:38 +00:00 |
|
Bram Moolenaar
|
70a120b72b
|
patch 8.2.3880: Solution filter files are not recognized
Problem: Solution filter files are not recognized.
Solution: Add pattern *.slnf and use json. (Doug Kearns)
|
2021-12-24 11:33:56 +00:00 |
|
Bram Moolenaar
|
82b3b4c6cf
|
patch 8.2.3873: go.mod files are not recognized
Problem: go.mod files are not recognized.
Solution: Check for the file name. (closes #9380)
|
2021-12-22 19:19:08 +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
|
0e6adf8a29
|
Update runtime files
|
2021-12-16 14:41:10 +00:00 |
|
Bram Moolenaar
|
cfabad9bcf
|
patch 8.2.3814: .csx files and .sln files are not recognized
Problem: .csx files and .sln files are not recognized.
Solution: Add filetype patterns. (Doug Kearns)
|
2021-12-15 13:30:43 +00:00 |
|
Quentin Hibon
|
8176be1598
|
patch 8.2.3805: i3config files are not recognized
Problem: i3config files are not recognized.
Solution: Add patterns to match i3config files. (Quentin Hibon,
closes #7969)
|
2021-12-14 09:34:41 +00:00 |
|
Gregory Anders
|
4c8c634365
|
patch 8.2.3769: zig files are not recognized
Problem: Zig files are not recognized.
Solution: Add *.zig. (Gregory Anders, closes #9313)
|
2021-12-09 20:54:21 +00:00 |
|
Bram Moolenaar
|
4700398e38
|
Update runtime files
|
2021-12-05 21:54:04 +00:00 |
|
Bram Moolenaar
|
800b01b0c8
|
patch 8.2.3730: "/etc/Muttrc.d/README" gets filetype muttrc
Problem: "/etc/Muttrc.d/README" gets filetype muttrc.
Solution: Move the Muttrc.d pattern down, add exception for *.rc files.
|
2021-12-03 19:24:41 +00:00 |
|
Matt Dunford
|
6f42cb6e51
|
patch 8.2.3729: no support for squirrels
Problem: No support for squirrels. (closes #9259)
Solution: Recognize nuts.
|
2021-12-03 17:44:26 +00:00 |
|
Bram Moolenaar
|
c903695be5
|
patch 8.2.3726: README file in a config directory gets wrong filetype
Problem: README file in a config directory gets wrong filetype.
Solution: Match README before patterns that match everything in a directory.
|
2021-12-03 11:44:03 +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 |
|
Bram Moolenaar
|
c07f11e42f
|
patch 8.2.3685: Visual studio project files are not recognized
Problem: Visual studio project files are not recognized.
Solution: Use the xml file type. (Doug Kearns)
|
2021-11-27 14:31:47 +00:00 |
|
Bram Moolenaar
|
519cc559b0
|
Update runtime files
|
2021-11-16 19:18:26 +00:00 |
|
Bram Moolenaar
|
c143fa0778
|
patch 8.2.3604: not all sudoers files are recognized
Problem: Not all sudoers files are recognized.
Solution: Add a file pattern. (Doug Kearns, closes #1192)
|
2021-11-16 16:38:42 +00:00 |
|
Bram Moolenaar
|
b1b163efd7
|
patch 8.2.3603: fish filetype not recognized
Problem: Fish filetype not recognized.
Solution: Add a file pattern and match script line. (Doug Kearns)
|
2021-11-16 15:28:10 +00:00 |
|
Bram Moolenaar
|
782b4bbc16
|
patch 8.2.3599: not all gdbinit files are recognized
Problem: Not all gdbinit files are recognized.
Solution: Add "gdbinit". (Doug Kearns)
|
2021-11-16 11:10:11 +00:00 |
|
zainin
|
0818ab82e7
|
patch 8.2.3598: RouterOS filetype is not recognized
Problem: RouterOS filetype is not recognized.
Solution: Add file and script patterns. (closes #9097)
|
2021-11-15 21:44:11 +00:00 |
|
Aman Verma
|
28b6a3bef6
|
patch 8.2.3519: TOML files are not recognized
Problem: TOML files are not recognized.
Solution: Add filetype patterns for TOML. (Aman Verma, closes #8984)
|
2021-10-16 13:44:04 +01:00 |
|
Eric Pruitt
|
e519eb41c1
|
patch 8.2.3501: tmux filetype dection is incomplete
Problem: tmux filetype dection is incomplete
Solution: Also use tmux for files having text after .conf. (Eric Pruitt,
closes #8971)
|
2021-10-12 13:58:23 +01:00 |
|
Bram Moolenaar
|
6e64922492
|
Update runtime files
|
2021-10-04 21:32:54 +01:00 |
|
Bram Moolenaar
|
78aa5ffe31
|
patch 8.2.3473: some files with tcl syntax are not recognized
Problem: Some files with tcl syntax are not recognized.
Solution: Add a few file patterns. (Doug Kearns
|
2021-10-04 20:41:45 +01:00 |
|
Bram Moolenaar
|
50c5689342
|
patch 8.2.3469: some files with json syntax are not recognized
Problem: Some files with json syntax are not recognized.
Solution: Add a few file patterns. (Emiliano Ruiz Carletti, closes #8947)
|
2021-10-03 20:11:20 +01:00 |
|
Chris Aumann
|
8b8c0ed657
|
patch 8.2.3464: nginx files are not recognized
Problem: nginx files are not recognized.
Solution: Add several file patterns. (Chris Aumann, closes #8922)
|
2021-10-03 11:46:09 +01:00 |
|
Bram Moolenaar
|
be01090efa
|
patch 8.2.3458: not all dictdconf files are recognized
Problem: Not all dictdconf files are recognized.
Solution: Adjust the pattern. (Doug Kearns)
|
2021-09-26 22:11:52 +01:00 |
|
Bram Moolenaar
|
34cc7d8c03
|
Update runtime files
|
2021-09-21 20:09:51 +02:00 |
|
Steven Penny
|
690c524ce6
|
patch 8.2.3452: MPD files are not recognized
Problem: MPD files are not recognized.
Solution: Recognize MPD files as XML. (Steven Penny, closes #8893)
|
2021-09-21 19:37:01 +02:00 |
|
Zdenek Dohnal
|
770ddbe159
|
patch 8.2.3451: not all apache files are recognized
Problem: Not all apache files are recognized.
Solution: Adjust the filetype pattern. (Zdenek Dohnal, closes #8882)
|
2021-09-20 20:57:31 +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
|
eb05d05f8a
|
patch 8.2.3374: Pyret files are not recognized
Problem: Pyret files are not recognized.
Solution: Recognize .arr files as Pyret. (Doug Kearns)
|
2021-08-25 17:10:39 +02:00 |
|
Bram Moolenaar
|
9cd91a1e88
|
patch 8.2.3368: not all Racket files are recognized
Problem: Not all Racket files are recognized.
Solution: Also recognize .rktl and .rktd files. (Doug Kearns)
|
2021-08-23 20:48:43 +02:00 |
|
Bastian Venthur
|
dea561111a
|
patch 8.2.3358: structurizr files are not recognized
Problem: Structurizr files are not recognized.
Solution: Recognize the file by contents. (Bastian Venthur, closes #8764)
|
2021-08-17 23:44:54 +02:00 |
|
Gregory Anders
|
dd097bdc13
|
patch 8.2.3285: scdoc filetype is not recognized
Problem: Scdoc filetype is not recognized.
Solution: Add filetype detection. (Gregory Anders, closes #8701)
|
2021-08-04 20:00:27 +02:00 |
|
Christian Clason
|
0eec851942
|
patch 8.2.3283: Julia filetype is not recognized
Problem: Julia filetype is not recognized
Solution: Add filetype detection. (Christian Clason, closes #8700)
|
2021-08-04 17:03:59 +02:00 |
|
Bram Moolenaar
|
90df4b9d42
|
Update runtime files
|
2021-07-07 20:26:08 +02:00 |
|
Bram Moolenaar
|
fcde67c99f
|
patch 8.2.3087: Gemtext files are not recognized
Problem: Gemtext files are not recognized.
Solution: Recognize .gmi and .gemini files. (closes #8427)
|
2021-07-03 13:51:44 +02:00 |
|
Izhak Jakov
|
acbb4b5720
|
patch 8.2.3085: JSONC files are not recognized
Problem: JSONC files are not recognized.
Solution: Recognize .jsonc files. (Izhak Jakov, closes #8500)
|
2021-07-03 13:09:37 +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 |
|
Kevin Locke
|
6582e230a0
|
patch 8.2.3049: JSON patch file not recognized
Problem: JSON patch file not recognized.
Solution: Recognize json-patch as json. (Kevin Locke, closes #8450)
|
2021-06-25 21:54:25 +02:00 |
|
Bram Moolenaar
|
2346a63784
|
Update runtime files
|
2021-06-13 19:02:49 +02:00 |
|
kompowiec2
|
2e66b0d137
|
patch 8.2.2990: Jupyter Notebook files are not recognized
Problem: Jupyter Notebook files are not recognized.
Solution: Recognize *.ipynb. (closes #8375)
|
2021-06-13 17:03:06 +02:00 |
|
Brennon M
|
6db7b6375a
|
patch 8.2.2954: short file name extension for Scala not recognized
Problem: Short file name extension for Scala not recognized.
Solution: Recognize *.sc. (closes #8337)
|
2021-06-06 20:15:53 +02:00 |
|
Marcin Szamotulski
|
f5409dbf66
|
patch 8.2.2879: file extension .hsig not recognized
Problem: File extension .hsig not recognized.
Solution: Use Haskell filetype for .hsig files. (Marcin Szamotulski,
closes #8236)
|
2021-05-23 11:18:50 +02:00 |
|