summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/filetype.lua
AgeCommit message (Expand)AuthorFiles
2022-06-04vim-patch:8.2.5054: no good filetype for conf files similar to dosini (#18851)Christian Clason1
2022-06-03fix(filetype): fix typo in starsetf function (#18856)Gregory Anders1
2022-05-30feat(filetype): convert more patterns to filetype.luaChristian Clason1
2022-05-25vim-patch:8.2.5015: Hoon and Moonscript files are not recognized (#18747)dundargoc1
2022-05-22refactor(runtime): convert the remaining dist#ft functions to lua (#18623)Jonas Strittmatter1
2022-05-17refactor(runtime): convert more dist#ft functions to lua (#18430)Jonas Strittmatter1
2022-05-09chore: format runtime with styluaChristian Clason1
2022-05-04refactor(lua): replace hard-coded gsub with vim.pesc() (#18407)James McCoy1
2022-05-03refactor(runtime): convert dist#ft functions to lua (#18247)Jonas Strittmatter1
2022-05-03vim-patch:8.2.4859: wget2 files are not recognized (#18385)Christian Clason1
2022-05-02Merge pull request #18353 from jamessan/ft-match-fixJames McCoy1
2022-05-02fix(filetype.lua): escape expansion of ~ when used as a patternJames McCoy1
2022-05-02vim-patch:8.2.4855: robot files are not recognized (#18364)Christian Clason1
2022-04-30vim-patch:8.2.4849: Gleam filetype not detected (#18326)Christian Clason1
2022-04-25vim-patch:8.2.4826: .cshtml files are not recognized (#18259)Christian Clason1
2022-04-21docs(lua): explain and link to lua patterns (#18206)Christian Clason1
2022-04-20vim-patch:8.2.4793: recognizing Maxima filetype even though it might be anotherChristian Clason1
2022-04-20vim-patch:8.2.4790: lilypond filetype not recognized (#18174)Christian Clason1
2022-04-17vim-patch:8.2.4778: pacman files use dosini filetype (#18152)Christian Clason1
2022-04-17vim-patch:8.2.4767: openscad files are not recognized (#18138)Christian Clason1
2022-04-13vim-patch:8.2.4746: supercollider filetype not recognized (#18102)Christian Clason1
2022-04-11vim-patch:8.2.4733: HEEx and Surface do need a separate filetypezeertzjq1
2022-04-10vim-patch:8.2.4729: HEEx and Surface templates do not need a separate filetyp...Christian Clason1
2022-04-09vim-patch:8.2.4721: cooklang files are not recognized (#18058)Christian Clason1
2022-04-09vim-patch:8.2.4720: ABB Rapid files are not recognized properly (#18057)Christian Clason1
2022-04-09vim-patch:8.2.4715: Vagrantfile not recognized (#18052)Christian Clason1
2022-04-07vim-patch:8.2.4708: PHP test files are not recognized (#18025)Christian Clason1
2022-04-07vim-patch:8.2.4701: Kuka Robot Language files not recognized (#18012)Christian Clason1
2022-04-02vim-patch:8.2.4664: Elvish files are not recognized (#17963)Christian Clason1
2022-03-31vim-patch:8.2.4658: org-mode files are not recognized (#17939)Christian Clason1
2022-03-31feat(runtime): add query filetype (#17905)Christian Clason1
2022-03-25fix(filetype.lua): always return a string in getline helper function (#17852)Jared Weakly1
2022-03-15vim-patch:8.2.4571: not all gdb files are recognized (#17727)Jade Lovelace1
2022-02-26vim-patch:8.2.4464: Dtrace files are recognized as filetype D (#17518)Christian Clason1
2022-02-19vim-patch:8.2.4424: ".gts" and ".gjs" files are not recognized (#17464)Christian Clason1
2022-02-18vim-patch:8.2.4414: solidity files are not recognized (#17451)Christian Clason1
2022-02-17vim-patch:8.2.4411: bicep files are not recognized (#17447)Christian Clason1
2022-02-12vim-patch:8.2.4352: ReScript files are not recognizedChristian Clason1
2022-02-01vim-patch:8.2.4274: Basic and form filetype detection is incomplete (#17259)Christian Clason1
2022-01-31vim-patch:c4573eb12dba (#17258)Christian Clason1
2022-01-29feat(filetype): convert patterns for mail buffers (#17238)Gregory Anders1
2022-01-29vim-patch:8.2.4251: vala files are not recognized (#17235)Christian Clason1
2022-01-28vim-patch:8.2.4238: *.tf file could be fileytpe "tf" or "terraform"Christian Clason1
2022-01-25vim-patch:8.2.4196: various file types not recognized (#17182)dundargoc1
2022-01-23vim-patch:8.2.4188: not all gitconfig files are recognized (#17178)Christian Clason1
2022-01-23vim-patch:8.2.4191: json5 files are not recognized (#17180)dundargoc1
2022-01-23vim-patch:8.2.4187: gnuplot file not recognized (#17177)Christian Clason1
2022-01-21vim-patch:8.2.4172: filetype detection for BASIC is not optimal (#17161)Christian Clason1
2022-01-14fix(filetype): expand tildes in filetype patterns (#17091)Gregory Anders1
2022-01-13fix(filetype): fix foam pattern detectionGregory Anders1