summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_filetype.vim
AgeCommit message (Collapse)Author
2023-02-04patch 9.0.1278: go.work.sum files are not recognizedv9.0.1278Amaan Qureshi
Problem: go.work.sum files are not recognized. Solution: Recognize go.work.sum files as the gosum filetype. (Amaan Qureshi, closes #11940)
2023-02-02patch 9.0.1274: FIRRTL files are not recognizedv9.0.1274Amaan Qureshi
Problem: FIRRTL files are not recognized. Solution: Add a pattern for FIRRTL files. (Amaan Qureshi, closes #11931)
2023-02-01patch 9.0.1272: typo in pattern for filetype detectionv9.0.1272zeertzjq
Problem: Typo in pattern for filetype detection. Solution: Fix the typo. (closes #11924)
2023-01-31patch 9.0.1268: .clangd and .stylelintrc files don't get a filetypev9.0.1268Mark Skelton
Problem: .clangd and .stylelintrc files don't get a filetype. Solution: Use yaml for .clangd and json for .stylelintrc files. (Mark Skelton, closes #11916)
2023-01-30patch 9.0.1263: KDL files are not recognizedv9.0.1263Amaan Qureshi
Problem: KDL files are not recognized. Solution: Add a pattern for KDL files. (Amaan Qureshi, closes #11898)
2023-01-29patch 9.0.1261: Elsa files are not recognizedv9.0.1261Amaan Qureshi
Problem: Elsa files are not recognized. Solution: Add a pattern for Elsa files. (Amaan Qureshi, closes #11908)
2023-01-28patch 9.0.1256: NetworkManager connection files are not recognizedv9.0.1256ObserverOfTime
Problem: NetworkManager connection files are not recognized. Solution: Add a pattern for NetworkManager connection files. (closes #11893)
2023-01-22patch 9.0.1230: Apache thrift files are not recognizedv9.0.1230Amaan Qureshi
Problem: Apache thrift files are not recognized. Solution: Add a pattern for thrift files. (Amaan Qureshi, closes #11859)
2023-01-22patch 9.0.1229: Cap'n Proto files are not recognizedv9.0.1229Amaan Qureshi
Problem: Cap'n Proto files are not recognized. Solution: Add a pattern and the "capnp" filetype. (Amaan Qureshi, closes #11862)
2023-01-13patch 9.0.1191: some Bazel files are not recognizedv9.0.1191Keith Smiley
Problem: Some Bazel files are not recognized. Solution: Add an extra Bazel pattern. (Keith Smily, closes #11807)
2023-01-11patch 9.0.1182: go checksum files are not recognizedv9.0.1182Amaan Q
Problem: go checksum files are not recognized. Solution: Add the name of go checksum files. (Amaan Qureshi, closes #11803)
2023-01-11patch 9.0.1176: smithy files are not recognizedv9.0.1176Chris Kipp
Problem: smithy files are not recognized. Solution: Add a pattern for Smithy files. (Chris Kipp, closes #11804)
2023-01-10patch 9.0.1174: smali files are not recognizedv9.0.1174Amaan Q
Problem: Smali files are not recognized. Solution: Add a pattern for Smali files. (Amaan Qureshi, closes #11801)
2023-01-09patch 9.0.1167: EditorConfig files do not have their own filetypev9.0.1167Gregory Anders
Problem: EditorConfig files do not have their own filetype. Solution: Add the "editorconfig" filetype. (Gregory Anders, closes #11779)
2022-12-31patch 9.0.1120: tex filetype detection not sufficiently testedv9.0.1120smjonas
Problem: Tex filetype detection not sufficiently tested. Solution: Add more test cases for "tex" detection. (Jonas Strittmatter, closes #11765)
2022-12-27patch 9.0.1106: not all postfix files are recognizedv9.0.1106KodeToad
Problem: Not all postfix files are recognized. Solution: Recognize main.cf.proto files. (closes #11732)
2022-12-26patch 9.0.1103: jq files are not recognizedv9.0.1103David McDonald
Problem: jq files are not recognized. Solution: Add detection of Jq files. (David McDonald, closes #11743)
2022-12-23patch 9.0.1090: FHIR Shorthand files are not recognizedv9.0.1090mgramigna
Problem: FHIR Shorthand files are not recognized. Solution: Add a pattern to detect FSH files. (Matthew Gramigna, closes #11738)
2022-12-19patch 9.0.1082: some jsonc files are not recognizedv9.0.1082kylo252
Problem: Some jsonc files are not recognized. Solution: Add patterns for jsonc and move some from json to jsonc. (closes #11711)
2022-12-14patch 9.0.1057: conflict between supercollider and scala filetype detectionv9.0.1057Chris Kipp
Problem: Conflict between supercollider and scala filetype detection. Solution: Do not check for "Class : Method", it can appear in both filetypes. (Chris Kipp, closes #11699)
2022-12-05patch 9.0.1014: zir files are not recognizedv9.0.1014Bram Moolenaar
Problem: Zir files are not recognized. Solution: Add a pattern for Zir files. (closes #11664)
2022-11-26patch 9.0.0952: Eclipse preference files are not recognizedv9.0.0952ObserverOfTime
Problem: Eclipse preference files are not recognized. Solution: Add a pattern to use "jproperties" for Eclipse preference files. (closes #11618)
2022-11-24patch 9.0.0942: Workflow Description Language files are not recognizedv9.0.0942Matt Dunford
Problem: Workflow Description Language files are not recognized. Solution: Add a pattern for the "wdl" filetype. (Matt Dunford, closes #11611)
2022-11-24patch 9.0.0935: when using dash it may not be recognize as filetype "sh"v9.0.0935Eisuke Kawashima
Problem: When using dash it may not be recognize as filetype "sh". Solution: Add checks for "dash". (Eisuke Kawashima,closes #11600)
2022-11-23patch 9.0.0932: Oblivion files are not recognizedv9.0.0932Bram Moolenaar
Problem: Oblivion files are not recognized. Solution: Recognize Oblivion files and alike as "obse". (closes #11540)
2022-11-22patch 9.0.0922: Mermaid files are not recognizedv9.0.0922Bram Moolenaar
Problem: Mermaid files are not recognized. Solution: Add patterns for Mermaid. (Crag MacEachern)
2022-11-17patch 9.0.0897: Clinical Quality Language files are not recognizedv9.0.0897mgramigna
Problem: Clinical Quality Language files are not recognized. Solution: Add the "*.cql" pattern. (Matthew Gramigna, closes #11452)
2022-11-07patch 9.0.0843: VHS tape files are not recognizedv9.0.0843Carlos A Becker
Problem: VHS tape files are not recognized. Solution: Add a filetype pattern. (Carlos Alexandro Becker, closes #11452)
2022-10-21patch 9.0.0814: aws config files are not recognizedv9.0.0814Justin M. Keyes
Problem: Aws config files are not recognized. Solution: Use "confini" for aws config files. (Justin M. Keyes, closes #11416)
2022-10-20patch 9.0.0808: jsonnet filetype detection has a typov9.0.0808Maxime Brunet
Problem: jsonnet filetype detection has a typo. Solution: Change "libjsonnet" to "libsonnet". (Maxime Brunet, closes #11412)
2022-10-19patch 9.0.0798: clang format configuration files are not recognizedv9.0.0798Marwin Glaser
Problem: Clang format configuration files are not recognized. Solution: Use yaml for Clang format configuration files. (Marwin Glaser, closes #11398)
2022-10-17patch 9.0.0782: OpenVPN files are not recognizedv9.0.0782ObserverOfTime
Problem: OpenVPN files are not recognized. Solution: Add patterns for OpenVPN files. (closes #11391)
2022-10-17patch 9.0.0779: lsl and lm3 file extensions are not recognizedv9.0.0779Doug Kearns
Problem: lsl and lm3 file extensions are not recognized. Solution: Add *.lsl and *.lm3 patterns. (Doug Kearns, closes #11384)
2022-10-16patch 9.0.0771: cannot always tell the difference beween tex and rexx filesv9.0.0771Martin Tournoij
Problem: Cannot always tell the difference beween tex and rexx files. Solution: Recognize tex by a leading backslash. (Martin Tournoij, closes #11380)
2022-10-14patch 9.0.0752: Rprofile files are not recognizedv9.0.0752ObserverOfTime
Problem: Rprofile files are not recognized. Solution: Recognize Rprofile files as "r". (closes #11369)
2022-10-12patch 9.0.0731: clang-tidy configuration files are not recognizedv9.0.0731dundargoc
Problem: clang-tidy configuration files are not recognized. Solution: Recognize clang-tidy files as yaml. (closes #11350)
2022-10-10patch 9.0.0711: SubStation Alpha files are not recognizedv9.0.0711ObserverOfTime
Problem: SubStation Alpha files are not recognized. Solution: Add patterns for SubStation Alpha files. (closes #11332)
2022-10-08patch 9.0.0692: PoE filter files are not recognizedv9.0.0692ObserverOfTime
Problem: PoE filter files are not recognized. Solution: Add a pattern to detect PoE filter files. (closes #11305)
2022-09-29patch 9.0.0621: filetype test leaves file behindv9.0.0621Dominique Pelle
Problem: Filetype test leaves file behind. Solution: Add deferred delete flag to writefile(). (Dominique Pellé, closes #11249)
2022-09-27patch 9.0.0611: tests delete files with a separate delete() callv9.0.0611Bram Moolenaar
Problem: Tests delete files with a separate delete() call. Solution: Use deferred delete.
2022-09-27patch 9.0.0604: luacheckrc file is not recognizedv9.0.0604ObserverOfTime
Problem: Luacheckrc file is not recognized. Solution: Use lua filetype for luacheckrc. (closes #11236)
2022-09-27patch 9.0.0602: new TypeScript extensions are not recognizedv9.0.0602rhysd
Problem: New TypeScript extensions are not recognized. Solution: Recognize .mts and .cts files. (closes #11237)
2022-09-27patch 9.0.0600: GYP files are not recognizedv9.0.0600ObserverOfTime
Problem: GYP files are not recognized. Solution: Recognize GYP files. (closes #11242)
2022-09-27patch 9.0.0599: latexmkrc files are not recognizedv9.0.0599ObserverOfTime
Problem: Latexmkrc files are not recognized. Solution: Use Perl filetype for latexmkrc files. (closes #11241)
2022-09-25patch 9.0.0583: only recognizing .m3u8 files is inconsistentv9.0.0583Bram Moolenaar
Problem: Only recognizing .m3u8 files is inconsistent. Solution: Also matc .m3u files. (issue #11204)
2022-09-24patch 9.0.0566: Nim files are not recognizedv9.0.0566Nbiba Bedis
Problem: Nim files are not recognized. Solution: Add patterns for Nim files. (Nbiba Bedis, closes #11205)
2022-09-23patch 9.0.0562: HSL playlist files are not recognizedv9.0.0562=?UTF-8?q?Beno=C3=AEt=20Ryder?=
Problem: HSL playlist files are not recognized. Solution: Add a pattern to recognize HSL palylist files. (Benoît Ryder, closes #11204)
2022-09-20patch 9.0.0510: Chatito files are not recognizedv9.0.0510ObserverOfTime
Problem: Chatito files are not recognized. Solution: Add a pattern for Chatito files. (closes #11174)
2022-09-18patch 9.0.0497: LyRiCs files are not recognizedv9.0.0497ObserverOfTime
Problem: LyRiCs files are not recognized. Solution: Add a pattern to detect LyRiCs files. (closes #11155)
2022-09-16patch 9.0.0479: in :def function all closures in loop get the same variablesv9.0.0479Bram Moolenaar
Problem: In a :def function all closures in a loop get the same variables. Solution: Use a separate list of variables for LOADOUTER and SAVEOUTER.