summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/filetype
AgeCommit message (Expand)AuthorFiles
2024-06-16vim-patch:9.1.0492: filetype: Vim-script files not detected by shebang lineChristian Clason1
2024-06-04fix(filetype): fix typos in filetype detectionEvgeni Chasnovski1
2024-05-26vim-patch:9.1.0442: hare runtime files outdated (#29011)zeertzjq1
2024-05-11vim-patch:9.1.0401: filetype: zsh module files are not recognizedChristian Clason1
2024-04-19vim-patch:9.1.0354: runtime(uci): No support for uci file types (#28409)zeertzjq1
2024-04-12vim-patch:9.1.0289: filetype: some TeX files are not recognized (#28291)zeertzjq1
2024-04-09vim-patch:9.1.0276: No pandoc syntax supportChristian Clason1
2024-02-21vim-patch:ef387c062bb1 (#27553)zeertzjq1
2024-01-16vim-patch:9.1.0013: Modula2 filetype support lacking (#27020)Sean Dewar1
2024-01-02vim-patch:10b4f75d4c03 (#26846)zeertzjq1
2023-12-19vim-patch:9.0.2179: no filetype detection for execline scriptsChristian Clason1
2023-11-26vim-patch:9.0.2128: runtime(swig): add syntax and filetype pluginsChristian Clason1
2023-11-04vim-patch:2f54c13292afChristian Clason1
2023-10-29vim-patch:9.0.2079: Not all Dart files detectedChristian Clason1
2023-10-24vim-patch:9.0.2062: Janet files are not recognisedChristian Clason1
2023-08-31vim-patch:9.0.1820: Rexx files may not be recognised (#24956)zeertzjq1
2023-08-31vim-patch:9.0.1797: Vimball/Visual Basic filetype detection conflict (#24947)zeertzjq1
2023-08-31vim-patch:9.0.1807: runtime: crystal scripts not recognised (#24949)zeertzjq1
2023-08-23vim-patch:9.0.1773: cannot distinguish Forth and Fortran *.f files (#24841)zeertzjq1
2023-08-08fix(filetype): add typing and dry (#24573)Lewis Russell1
2023-06-09vim-patch:9.0.1620: Nix files are not recognized from the hashbang line (#23961)Christian Clason1
2023-06-04vim-patch:9.0.1601: filetype detection fails for *.conf file without comments...Christian Clason1
2023-06-03feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell1
2023-05-30vim-patch:9.0.1591: some "gomod" files are not recognized (#23820)Omar El Halabi1
2023-05-11vim-patch:9.0.1539: typst filetype is not recognized (#23578)Gaétan Lepage1
2023-04-23vim-patch:9.0.1478: filetypes for *.v files not detected properly (#23282)Christian Clason1
2023-04-19vim-patch:9.0.1464: strace filetype detection is expensive (#23175)Christian Clason1
2023-04-03vim-patch:9.0.1438: .fs files are falsely recognized as forth files (#22871)Christian Clason1
2023-03-22fix(api): vim.filetype.get_option() (#22753)Lewis Russell1
2023-03-20feat: add `vim.filetype.get_option()`Lewis Russell1
2023-02-13feat(filetype): fall back to file extension when matching from hashbang (#22140)Jonas Strittmatter1
2022-12-31fix(filetype): correctly detect tex filesGautam Iyer1
2022-12-14vim-patch:9.0.1057: conflict between supercollider and scala filetype detecti...Christian Clason1
2022-11-25vim-patch:9.0.0935: when using dash it may not be recognize as filetype "sh" ...Christian Clason1
2022-10-18vim-patch:9.0.0779: lsl and lm3 file extensions are not recognized (#20704)Christian Clason1
2022-10-17vim-patch:9.0.0771: cannot always tell the difference beween tex and … (#20...Jonas Strittmatter1
2022-09-02vim-patch:9.0.0349: filetype of *.sil files not well detected (#20050)Jonas Strittmatter1
2022-08-09vim-patch:partial: 48c3f4e0bff7 (#19684)Christian Clason1
2022-07-27vim-patch:9.0.0088: pattern for detecting bitbake files is not sufficient (#1...Gregory Anders1
2022-07-17vim-patch:9.0.0055 (#19392)Gregory Anders1
2022-07-07refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason1
2022-07-06fix(filetype): fix filetype patternssmjonas1
2022-07-06vim-patch:9.0.0042: missing change for filetype detectionsmjonas1
2022-07-03refactor(runtime): port scripts.vim to lua (#18710)Jonas Strittmatter1
2022-07-01vim-patch:9.0.0012: signature files not detected properly (#19172)Christian Clason1
2022-06-29vim-patch:9.0.0006: not all Visual Basic files are recognized (#19153)Christian Clason1
2022-06-27fix(filetype): check for non-nil match in detect.rules (#19129)Christian Clason1
2022-06-21refactor(runtime): refactor filetype.lua (#18813)Jonas Strittmatter1
2022-06-09feat(filetype): remove side effects from vim.filetype.match (#18894)Gregory Anders1
2022-06-06refactor(runtime): port remaining patterns from filetype.vim to filetype.lua ...Jonas Strittmatter1