summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/filetype.lua
AgeCommit message (Expand)AuthorFiles
2022-10-12vim-patch:9.0.0731: clang-tidy configuration files are not recognized (#20620)Christian Clason1
2022-10-10vim-patch:9.0.0711: SubStation Alpha files are not recognized (#20577)Christian Clason1
2022-10-08vim-patch:9.0.0692: PoE filter files are not recognized (#20542)ObserverOfTime1
2022-09-29fix(filetype): add missing return to changelog detection function (#20403)Jonas Strittmatter1
2022-09-27vim-patch:9.0.0604: luacheckrc file is not recognized (#20371)ObserverOfTime1
2022-09-27vim-patch:9.0.0602: new TypeScript extensions are not recognizedChristian Clason1
2022-09-27vim-patch:9.0.0600: GYP files are not recognizedChristian Clason1
2022-09-27vim-patch:9.0.0599: latexmkrc files are not recognizedChristian Clason1
2022-09-25vim-patch:9.0.0583: only recognizing .m3u8 files is inconsistent (#20342)Christian Clason1
2022-09-24vim-patch:9.0.0566: Nim files are not recognized (#20317)Christian Clason1
2022-09-24vim-patch:9.0.0562: HSL playlist files are not recognized (#20307)Christian Clason1
2022-09-21feat(filetype): expand environment variables in filetype patterns (#20145)Jonas Strittmatter1
2022-09-20vim-patch:9.0.0510: Chatito files are not recognized (#20260)Christian Clason1
2022-09-18vim-patch:9.0.0497: LyRiCs files are not recognized (#20239)Christian Clason1
2022-09-16vim-patch:9.0.0479: in :def function all closures in loop get the sam… (#20...Christian Clason1
2022-09-12vim-patch:9.0.0448: SubRip files are not recognized (#20167)Christian Clason1
2022-09-11vim-patch:9.0.0443: blueprint files are not recognized (#20155)Christian Clason1
2022-09-10vim-patch:9.0.0434: gitignore files are not recognized (#20143)Christian Clason1
2022-09-09vim-patch:9.0.0427: Drupal theme files are not recognized (#20138)Christian Clason1
2022-09-09vim-patch:9.0.0424: gitattributes files are not recognized (#20134)Christian Clason1
2022-09-08vim-patch:9.0.0417: Jsonnet files are not recognized (#20119)Christian Clason1
2022-09-07vim-patch:9.0.0402: javascript module files are not recoginzed (#20108)Christian Clason1
2022-09-02vim-patch:9.0.0349: filetype of *.sil files not well detected (#20050)Jonas Strittmatter1
2022-08-30Vim 9.0.{0314,0319}: some filetypes are not recognized (#20005)Christian Clason1
2022-08-19fix(filetype): only check first 100 and last line of buffer (#19819)Christian Clason1
2022-08-13vim-patch:9.0.0197: astro files are not detected (#19755)Christian Clason1
2022-08-13vim-patch:9.0.0195: metafun files are not recogized (#19746)Christian Clason1
2022-08-10vim-patch:9.0.0182: quarto files are not recognized (#19702)Jonas Strittmatter1
2022-08-01Use Strings instead of Tables in vim.filetype.matchregex Doc (#19604)LaurenceWarne1
2022-07-27vim-patch:9.0.0093: sway config files are recognized as i3config (#19545)Christian Clason1
2022-07-26vim-patch:9.0.0084: using "terraform" filetype for .tfvars file is bad (#19526)Christian Clason1
2022-07-26vim-patch:9.0.0073: too many files recognized as bsdl (#19504)Christian Clason1
2022-07-19docs: fix vim.filetype.add by avoiding quotes (#19433)Javier Lopez1
2022-07-17vim-patch:9.0.0055 (#19392)Gregory Anders1
2022-07-10vim-patch:9.0.0049: csv and tsv files are not recognized (#19300)Christian Clason1
2022-07-07feat(runtime)!: enable filetype.lua by default (#19216)Christian Clason1
2022-07-07refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason1
2022-07-06fix(filetype): remove call to vim.fn.resolve and pass filename to match functionsmjonas1
2022-07-06fix(filetype): fix filetype patternssmjonas1
2022-07-06vim-patch:9.0.0041: a couple of filetype patterns do not have "*" before "/etc"smjonas1
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-30fix(filetype): update call sites of vim.filetype.match (#19171)Gregory Anders1
2022-06-29vim-patch:9.0.0005: hare files are not recognized (#19151)Christian Clason1
2022-06-27refactor(filetype): allow vim.filetype.match to accept buf and filename (#19114)Gregory Anders1
2022-06-26refactor(filetype)!: allow vim.filetype.match to use different strategies (#1...Gregory Anders1
2022-06-24fix(filetype.lua): always return a string in getlines function (#19080)Hazel Weakly1
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