summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
AgeCommit message (Collapse)Author
2022-08-29patch 9.0.0319: Godot shader files are not recognizedv9.0.0319Maxim Kim
Problem: Godot shader files are not recognized. Solution: Add patterns for "gdshader". (Maxim Kim, closes #11006)
2022-08-29patch 9.0.0314: VDM files are not recognizedv9.0.0314Alessandro Pezzoni
Problem: VDM files are not recognized. Solution: Add patterns for VDM files. (Alessandro Pezzoni, closes #11004)
2022-08-13patch 9.0.0197: astro files are not detectedv9.0.0197Emilia Zapata
Problem: Astro files are not detected. Solution: Add a pattern to match Astro files. (Emilia Zapata, closes #10904)
2022-08-12patch 9.0.0195: metafun files are not recogizedv9.0.0195Bram Moolenaar
Problem: Metafun files are not recogized. Solution: Add filetype detection patterns.
2022-08-10patch 9.0.0182: quarto files are not recognizedv9.0.0182smjonas
Problem: Quarto files are not recognized. Solution: Recognize quarto files by the extension. (Jonas Strittmatter, closes #10880)
2022-07-27patch 9.0.0093: sway config files are recognized as i3configv9.0.0093James Eapen
Problem: Sway config files are recognized as i3config. Solution: Recognize swayconfig separately. (James Eapen, closes #10672)
2022-07-26patch 9.0.0084: using "terraform" filetype for .tfvars file is badv9.0.0084Bram Moolenaar
Problem: Using "terraform" filetype for .tfvars file is bad. Solution: use "terraform-vars", so that different completion and other mechanisms can be used. (Radek Simko, closes #10755)
2022-07-25patch 9.0.0073: too many files recognized as bsdlv9.0.0073Martin Tournoij
Problem: Too many files recognized as bsdl. Solution: Use pattern "*.bsd" instead of "*bsd". (Martin Tournoij, closes #10783)
2022-07-16patch 9.0.0055: bitbake files are not detectedv9.0.0056v9.0.0055Gregory Anders
Problem: Bitbake files are not detected. Solution: Add bitbake filetype detection by file name and contents. (Gregory Anders, closes #10697)
2022-07-09patch 9.0.0049: csv and tsv files are not recognizedv9.0.0049Leandro Lourenci
Problem: Csv and tsv files are not recognized. Solution: Add patterns fo csv and tsv files. (Leandro Lourenci, closes #10680)
2022-07-06Update runtime filesBram Moolenaar
2022-07-05patch 9.0.0041: a couple of filetype patterns do not have "*" before "/etc"v9.0.0041smjonas
Problem: A couple of filetype patterns do not have "*" before "/etc". Solution: Add the star. (Jonas Strittmatter, closes #10662)
2022-06-30patch 9.0.0012: signature files not detected properlyv9.0.0012Bram Moolenaar
Problem: Signature files not detected properly. Solution: Add a function to better detect signature files. (Doug Kearns)
2022-06-29patch 9.0.0006: not all Visual Basic files are recognizedv9.0.0006Bram Moolenaar
Problem: Not all Visual Basic files are recognized. Solution: Change detection of *.cls files. (Doug Kearns)
2022-06-29patch 9.0.0005: hare files are not recognizedv9.0.0005Hugo Osvaldo Barrera
Problem: Hare files are not recognized. Solution: Add a filetype pattern. (Hugo Osvaldo Barrera, closes #10630)
2022-06-03Update runtime filesBram Moolenaar
2022-06-03patch 8.2.5054: no good filetype for conf files similar to dosiniv8.2.5054Mudskipper875
Problem: No good filetype for conf files similar to dosini. Solution: Add the confini filetype. (closes #10510)
2022-05-25patch 8.2.5015: Hoon and Moonscript files are not recognizedv8.2.5015=?UTF-8?q?Dundar=20G=C3=B6c?=
Problem: Hoon and Moonscript files are not recognized. Solution: Add filetype patterns. (Goc Dundar, closes #10478)
2022-05-02patch 8.2.4859: wget2 files are not recognizedv8.2.4859Bram Moolenaar
Problem: wget2 files are not recognized. Solution: Add patterns to recognize wget2. (Doug Kearns)
2022-05-02patch 8.2.4855: robot files are not recognizedv8.2.4855Zoe Roux
Problem: Robot files are not recognized. Solution: Add patterns for robot files. (Zoe Roux, closes #10339)
2022-04-30patch 8.2.4849: Gleam filetype not detectedv8.2.4849Mathias Jean Johansen
Problem: Gleam filetype not detected. Solution: Add a pattern for Gleam files. (Mathias Jean Johansen, closes #10326)
2022-04-27Update runtime filesBram Moolenaar
2022-04-25patch 8.2.4826: .cshtml files are not recognizedv8.2.4826jvoisin
Problem: .cshtml files are not recognized. Solution: Use html filetype for .cshtml files. (Julien Voisin, closes #10212)
2022-04-19patch 8.2.4793: recognizing Maxima filetype even though it might be anotherv8.2.4793Bram Moolenaar
Problem: Recognizing Maxima filetype even though it might be another. Solution: Remove *.mc and *.dem patterns from Maxima files
2022-04-19patch 8.2.4790: lilypond filetype not recognizedv8.2.4790Bram Moolenaar
Problem: Lilypond filetype not recognized. Solution: Add patterns for lilypond. (Doug Kearns)
2022-04-18Update runtime filesBram Moolenaar
2022-04-18patch 8.2.4781: Maxima files are not recognizedv8.2.4781Doron Behar
Problem: Maxima files are not recognized. Solution: Add patterns to detect Maxima files. (Doron Behar, closes #10211)
2022-04-17patch 8.2.4778: pacman files use dosini filetypev8.2.4778Chaoren Lin
Problem: Pacman files use dosini filetype. Solution: Use conf instead. (Chaoren Lin, closes #10213)
2022-04-16patch 8.2.4767: openscad files are not recognizedv8.2.4767salkin-mada
Problem: Openscad files are not recognized. Solution: Add a filetype pattern. (Niklas Adam, closes #10199)
2022-04-13patch 8.2.4746: supercollider filetype not recognizedv8.2.4746ranjithshegde
Problem: Supercollider filetype not recognized. Solution: Match file extentions and check file contents to detect supercollider. (closes #10142)
2022-04-11patch 8.2.4733: HEEx and Surface do need a separate filetypev8.2.4733Aaron Tinio
Problem: HEEx and Surface do need a separate filetype. Solution: Revert 8.2.4729. (closes #10147)
2022-04-10patch 8.2.4729: HEEx and Surface templates do not need a separate filetypev8.2.4729Aaron Tinio
Problem: HEEx and Surface templates do not need a separate filetype. Solution: Use Eelixir for the similar filetypes. (Aaron Tinio, closes #10124)
2022-04-09patch 8.2.4721: cooklang files are not recognizedv8.2.4721=?UTF-8?q?Dundar=20G=C3=B6c?=
Problem: Cooklang files are not recognized. Solution: recognize *.cook files. (Goc Dundar, closes #10120)
2022-04-09patch 8.2.0003: Build file dependencies are incompletev8.2.4720Bram Moolenaar
Problem: Build file dependencies are incomplete. Solution: Fix the dependencies. (Ken Takata, closes #5356)
2022-04-08patch 8.2.4715: Vagrantfile not recognizedv8.2.4715Julien Voisin
Problem: Vagrantfile not recognized. Solution: Recognize Vagrantfile as ruby. (Julien Voisin, closes #10119)
2022-04-08Update runtime filesBram Moolenaar
2022-04-07patch 8.2.4708: PHP test files are not recognizedv8.2.4708Julien Voisin
Problem: PHP test files are not recognized. Solution: Add the *.phpt pattern. (Julien Voisin, closes #10112)
2022-04-06patch 8.2.4701: Kuka Robot Language files not recognizedv8.2.4701Bram Moolenaar
Problem: Kuka Robot Language files not recognized. Solution: Recognize *.src and *.dat files. (Patrick Meiser-Knosowski, closes #10096)
2022-04-02patch 8.2.4664: Elvish files are not recognizedv8.2.4664Bruno Roque
Problem: Elvish files are not recognized. Solution: Recognize .elv files. (Bruno Roque, closes #10058)
2022-03-31patch 8.2.4658: org-mode files are not recognizedv8.2.4658ranjithshegde
Problem: Org-mode files are not recognized. Solution: Add patterns to recognize "org" files. (closes #10046)
2022-03-15patch 8.2.4571: not all gdb files are recognizedv8.2.4571Jade Lovelace
Problem: Not all gdb files are recognized. Solution: Add a few more patterns for gdb. (Jade Lovelace, closes #9956)
2022-02-24patch 8.2.4464: Dtrace files are recognized as filetype Dv8.2.4464=?UTF-8?q?Teubel=20Gy=C3=B6rgy?=
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-20Update runtime filesBram Moolenaar
2022-02-19patch 8.2.4424: ".gts" and ".gjs" files are not recognizedv8.2.4424NullVoxPopuli
Problem: ".gts" and ".gjs" files are not recognized. Solution: Recognize Glimmer flavored typescript and javascript. (closes #9799)
2022-02-18patch 8.2.4414: solidity files are not recognizedv8.2.4414=?UTF-8?q?Dundar=20G=C3=B6c?=
Problem: Solidity files are not recognized. Solution: Add the *.sol pattern. (Dundar Goc, closes #9792)
2022-02-17patch 8.2.4411: bicep files are not recognizedv8.2.4411=?UTF-8?q?Dundar=20G=C3=B6c?=
Problem: Bicep files are not recognized. Solution: Match *.bicep files. (Dundar Goc, closes #9791)
2022-02-12patch 8.2.4352: ReScript files are not recognizedv8.2.4352Ananda Umamil
Problem: ReScript files are not recognized. Solution: Add the *.res and *.resi patterns. (Ananda Umamil, closes #9752)
2022-01-31patch 8.2.4274: Basic and form filetype detection is incompletev8.2.4274Doug Kearns
Problem: Basic and form filetype detection is incomplete. Solution: Add a separate function for .frm files. (Doug Kearns, closes #9675)
2022-01-31Update runtime filesBram Moolenaar
2022-01-29Update runtime filesBram Moolenaar