aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/filetype.lua
AgeCommit message (Expand)AuthorFilesLines
2024-08-28introduce new `wiki` file typeMatěj Cepl1-0/+3
2024-08-28introduce new `org` file typeMatěj Cepl1-0/+3
2024-05-30Fail silently when syntax has no lexerMichiel van den Heuvel1-9/+1
2024-05-06lua: filetype: properly search for lexer pathRandy Palamar1-2/+2
2024-04-29lua: small filetype/style setting cleanupRandy Palamar1-8/+3
2024-04-07plugins/filetype: fix javascript/typescript detectiongit-bruh1-2/+2
2024-03-27lua: update default plugins to work with scintillua 6.2Randy Palamar1-1/+1
2024-03-14filetype.lua: add typst detectionDisonantemus1-0/+3
2024-03-10lua: filetype: add JSX and Typescript extensionsSam Nystrom1-1/+1
2024-02-26Introduce new `modula2` and `modula3` file types.Matěj Cepl1-0/+6
2023-12-05lua: filetype: use alt_name field to alias to other lexersRandy Palamar1-4/+5
2023-12-02Recognize also Python type stub files.Matěj Cepl1-1/+1
2023-10-05lua: filetype: fix fstab detectionRandy Palamar1-1/+1
2023-10-05fix literal makefile name detectionFlorian Fischer1-1/+1
2023-09-27filetype.lua: add common *roff extensionsTom Schwindl1-1/+2
2023-09-20filetype: add psm1 and search for xml using mime typeMichiel van den Heuvel1-1/+2
2023-08-27lua: make sure lpeg is in fact optionalRandy Palamar1-0/+1
2023-07-28Introduce new `mail` file type.Matěj Cepl1-0/+3
2023-03-19lua: Make luacheck happyMatěj Cepl1-1/+1
2022-11-29lua/lexers: add gleam lexertynanbe1-0/+3
2022-11-29Resync the lexers with Scintilluaqiu-x1-2/+18
2022-08-15Add filetype detection for SPEC file for RPM packages building.Matěj Cepl1-0/+3
2022-07-27filetype: actually match filenamekhwerz1-1/+1
2022-07-23simplify loop to sanitize filename and read extensionkhwerz1-27/+23
2022-06-26Add support for the Hare language file typeqiu-x1-0/+3
2022-06-15filetype: add .bashrc and .bash_profileEvan Gates1-1/+1
2022-06-15lexers: add .jsx and .tsx as a javascript (until they get their own)Joseph Turner1-1/+1
2022-06-15filetype: support filetype detection via hashbangkhwerz1-3/+60
2022-05-29filetype: Set diff filetype for COMMIT_EDITMSG filesKarol Kosek1-5/+2
2022-05-29filetype: Allow ".PKGBUILD" extension for PKGBUILDsMithicSpirit1-1/+1
2022-05-29filetype: add .glif to xmlRomain Hervier1-1/+4
2022-05-29filetype.lua: Add "text/x-script.python" to pythonHaelwenn (lanodan) Monnier1-1/+1
2021-04-20filetype: Set "groovy" for JenkinsfileGalen Abell1-1/+1
2021-01-20Merge branch 'patch-1' of https://github.com/dallinjdahl/visMarc André Tanner1-1/+1
2021-01-19Adding .sv extension to verilog syntax highlighterdallinjdahl1-1/+1
2021-01-12filetype: Detect make shebang for "makefile".parazyd1-0/+3
2021-01-12filetype: Set "bash" for APKBUILD and .ebuild.parazyd1-1/+1
2020-12-27lua: fix luacheck warningsMarc André Tanner1-3/+4
2020-12-08Add gemini lexerHaelwenn (lanodan) Monnier1-0/+4
2020-12-08Merge branch 'master' of https://github.com/KaneRoot/visMarc André Tanner1-0/+3
2020-12-06Zig filetype entry.Karchnu1-0/+3
2020-11-26lexers: add meson build file lexerFlorian Fischer1-0/+3
2020-11-13Merge branch 'master' of https://github.com/ccao001/visMarc André Tanner1-1/+1
2020-11-12lua: fix typo in lilypond file extensionCarla Cao1-1/+1
2020-10-06filetype: and Node.js module extensionsBen Hormann1-1/+1
2020-09-20Merge branch 'ts' of https://github.com/erf/vis into masterMarc André Tanner1-1/+1
2020-09-20Merge branch 'routeros' of https://github.com/eworm-de/vis into masterMarc André Tanner1-0/+6
2020-09-19lexers: add .ts as a javascript (until typescript gets its own)Erlend Fagerheim1-1/+1
2020-09-18lexers: add Mikrotik RouterOS script lexerChristian Hesse1-0/+6
2020-09-17filetype: do not match text/plain too earlyChristian Hesse1-1/+2