summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
AgeCommit message (Collapse)Author
2021-11-27patch 8.2.3686: filetype detection often mixes up Forth and F#v8.2.3686Bram Moolenaar
Problem: Filetype detection often mixes up Forth and F#. Solution: Add a function to inspect the file contents. (Doug Kearns)
2021-11-27patch 8.2.3685: Visual studio project files are not recognizedv8.2.3685Bram Moolenaar
Problem: Visual studio project files are not recognized. Solution: Use the xml file type. (Doug Kearns)
2021-11-16Update runtime filesBram Moolenaar
2021-11-16patch 8.2.3604: not all sudoers files are recognizedv8.2.3604Bram Moolenaar
Problem: Not all sudoers files are recognized. Solution: Add a file pattern. (Doug Kearns, closes #1192)
2021-11-16patch 8.2.3603: fish filetype not recognizedv8.2.3603Bram Moolenaar
Problem: Fish filetype not recognized. Solution: Add a file pattern and match script line. (Doug Kearns)
2021-11-16patch 8.2.3599: not all gdbinit files are recognizedv8.2.3599Bram Moolenaar
Problem: Not all gdbinit files are recognized. Solution: Add "gdbinit". (Doug Kearns)
2021-11-15patch 8.2.3598: RouterOS filetype is not recognizedv8.2.3598zainin
Problem: RouterOS filetype is not recognized. Solution: Add file and script patterns. (closes #9097)
2021-10-16patch 8.2.3519: TOML files are not recognizedv8.2.3519Aman Verma
Problem: TOML files are not recognized. Solution: Add filetype patterns for TOML. (Aman Verma, closes #8984)
2021-10-12patch 8.2.3501: tmux filetype dection is incompletev8.2.3501Eric Pruitt
Problem: tmux filetype dection is incomplete Solution: Also use tmux for files having text after .conf. (Eric Pruitt, closes #8971)
2021-10-04Update runtime filesBram Moolenaar
2021-10-04patch 8.2.3473: some files with tcl syntax are not recognizedv8.2.3473Bram Moolenaar
Problem: Some files with tcl syntax are not recognized. Solution: Add a few file patterns. (Doug Kearns
2021-10-03patch 8.2.3469: some files with json syntax are not recognizedv8.2.3469Bram Moolenaar
Problem: Some files with json syntax are not recognized. Solution: Add a few file patterns. (Emiliano Ruiz Carletti, closes #8947)
2021-10-03patch 8.2.3464: nginx files are not recognizedv8.2.3464Chris Aumann
Problem: nginx files are not recognized. Solution: Add several file patterns. (Chris Aumann, closes #8922)
2021-09-26patch 8.2.3458: not all dictdconf files are recognizedv8.2.3458Bram Moolenaar
Problem: Not all dictdconf files are recognized. Solution: Adjust the pattern. (Doug Kearns)
2021-09-21Update runtime filesBram Moolenaar
2021-09-21patch 8.2.3452: MPD files are not recognizedv8.2.3452Steven Penny
Problem: MPD files are not recognized. Solution: Recognize MPD files as XML. (Steven Penny, closes #8893)
2021-09-20patch 8.2.3451: not all apache files are recognizedv8.2.3451Zdenek Dohnal
Problem: Not all apache files are recognized. Solution: Adjust the filetype pattern. (Zdenek Dohnal, closes #8882)
2021-09-09Update runtime filesBram Moolenaar
2021-09-03patch 8.2.3399: Octave files are not recognizedv8.2.3399Bram Moolenaar
Problem: Octave files are not recognized. Solution: Detect Octave files. (Doug Kearns)
2021-08-29Update runtime filesBram Moolenaar
2021-08-25patch 8.2.3374: Pyret files are not recognizedv8.2.3374Bram Moolenaar
Problem: Pyret files are not recognized. Solution: Recognize .arr files as Pyret. (Doug Kearns)
2021-08-23patch 8.2.3368: not all Racket files are recognizedv8.2.3368Bram Moolenaar
Problem: Not all Racket files are recognized. Solution: Also recognize .rktl and .rktd files. (Doug Kearns)
2021-08-17patch 8.2.3358: structurizr files are not recognizedv8.2.3358Bastian Venthur
Problem: Structurizr files are not recognized. Solution: Recognize the file by contents. (Bastian Venthur, closes #8764)
2021-08-04patch 8.2.3285: scdoc filetype is not recognizedv8.2.3285Gregory Anders
Problem: Scdoc filetype is not recognized. Solution: Add filetype detection. (Gregory Anders, closes #8701)
2021-08-04patch 8.2.3283: Julia filetype is not recognizedv8.2.3283Christian Clason
Problem: Julia filetype is not recognized Solution: Add filetype detection. (Christian Clason, closes #8700)
2021-07-07Update runtime filesBram Moolenaar
2021-07-03patch 8.2.3087: Gemtext files are not recognizedv8.2.3087Bram Moolenaar
Problem: Gemtext files are not recognized. Solution: Recognize .gmi and .gemini files. (closes #8427)
2021-07-03patch 8.2.3085: JSONC files are not recognizedv8.2.3085Izhak Jakov
Problem: JSONC files are not recognized. Solution: Recognize .jsonc files. (Izhak Jakov, closes #8500)
2021-06-26patch 8.2.3050: cannot recognize elixir filesv8.2.3050Austin Gatlin
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-25patch 8.2.3049: JSON patch file not recognizedv8.2.3049Kevin Locke
Problem: JSON patch file not recognized. Solution: Recognize json-patch as json. (Kevin Locke, closes #8450)
2021-06-13Update runtime filesBram Moolenaar
2021-06-13patch 8.2.2990: Jupyter Notebook files are not recognizedv8.2.2990kompowiec2
Problem: Jupyter Notebook files are not recognized. Solution: Recognize *.ipynb. (closes #8375)
2021-06-06patch 8.2.2954: short file name extension for Scala not recognizedv8.2.2954Brennon M
Problem: Short file name extension for Scala not recognized. Solution: Recognize *.sc. (closes #8337)
2021-05-23patch 8.2.2879: file extension .hsig not recognizedv8.2.2879Marcin Szamotulski
Problem: File extension .hsig not recognized. Solution: Use Haskell filetype for .hsig files. (Marcin Szamotulski, closes #8236)
2021-05-06patch 8.2.2838: file extension .wrap not recognizedv8.2.2838Liam Beguin
Problem: File extension .wrap not recognized. Solution: Use dosini filetype for .wrap files. (Liam Beguin, closes #8177)
2021-04-23patch 8.2.2801: free Pascal makefile not recognizedv8.2.2801Bram Moolenaar
Problem: Free Pascal makefile not recognized. Solution: Add the fpcmake filetype. (Doug Kearns)
2021-04-20patch 8.2.2788: Raku is now the only name what once was called perl6v8.2.2788Bram Moolenaar
Problem: Raku is now the only name what once was called perl6. Solution: Adjust the filetype detection. (closes #8120)
2021-04-17Update runtime files.Bram Moolenaar
2021-04-17patch 8.2.2773: PSL filetype not recognizedv8.2.2773Bram Moolenaar
Problem: PSL filetype not recognized. Solution: Add a filetype pattern. (Daniel Kho, closes #8117)
2021-04-15patch 8.2.2769: Modula-3 config files are not recognizedv8.2.2769Bram Moolenaar
Problem: Modula-3 config files are not recognized. Solution: Add filetype patterns. (Doug Kearns)
2021-04-05patch 8.2.2714: filetype pattern ending in star is too far upv8.2.2714Bram Moolenaar
Problem: Filetype pattern ending in star is too far up. Solution: Move down to where patterns ending in star belong. (closes #8065)
2021-04-02patch 8.2.2690: PowerShell files are not recognizedv8.2.2690Bram Moolenaar
Problem: PowerShell files are not recognized. Solution: Recognize several PowerShell extension. (Heath Stewart, closes #8051)
2021-03-31Update runtime files.Bram Moolenaar
2021-03-19patch 8.2.2625: rss files not recognizedv8.2.2625Bram Moolenaar
Problem: Rss files not recognized. Solution: Recognize .rss as XML. (Kivin Locke, closes #7987)
2021-03-19patch 8.2.2624: atom files not recognizedv8.2.2624Bram Moolenaar
Problem: Atom files not recognized. Solution: Recognize .atom as XML. (Kivin Locke, closes #7986)
2021-03-13Update runtime files.Bram Moolenaar
2021-03-12patch 8.2.2591: Poke files are not recognizedv8.2.2591Bram Moolenaar
Problem: Poke files are not recognized. Solution: Add a filetype entry. (Matt Ihlenfield)
2021-02-17patch 8.2.2523: Svelte filetype not recognizedv8.2.2523Bram Moolenaar
Problem: Svelte filetype not recognized. Solution: Add a detection rule. (Brian Ryall, closes #7858)
2021-02-17patch 8.2.2522: Beancount filetype not recognizedv8.2.2522Bram Moolenaar
Problem: Beancount filetype not recognized. Solution: Add a detection rule. (Brian Ryall, closes #7859)
2021-01-25Update runtime files.Bram Moolenaar