index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
plugins
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-07
plugins/filetype: fix javascript/typescript detection
git-bruh
1
-2
/
+2
2024-03-27
lua: update default plugins to work with scintillua 6.2
Randy Palamar
1
-1
/
+1
2024-03-25
complete-word: restore mode to INSERT on exit
Randy Palamar
1
-0
/
+2
2024-03-21
Fix typos
Max Schillinger
1
-1
/
+1
2024-03-14
filetype.lua: add typst detection
Disonantemus
1
-0
/
+3
2024-03-10
lua: filetype: add JSX and Typescript extensions
Sam Nystrom
1
-1
/
+1
2024-03-08
lua: complete-word: use internal regex for splitting words
Randy Palamar
1
-2
/
+16
2024-02-26
Introduce new `modula2` and `modula3` file types.
Matěj Cepl
1
-0
/
+6
2023-12-14
complete-filename: include '{' in leading delimiter pattern
Florian Fischer
1
-1
/
+1
2023-12-05
lua: filetype: use alt_name field to alias to other lexers
Randy Palamar
1
-4
/
+5
2023-12-02
Recognize also Python type stub files.
Matěj Cepl
1
-1
/
+1
2023-11-03
lua: refactor complete-filename plugin
Randy Palamar
1
-33
/
+28
2023-10-05
lua: filetype: fix fstab detection
Randy Palamar
1
-1
/
+1
2023-10-05
fix literal makefile name detection
Florian Fischer
1
-1
/
+1
2023-09-27
filetype.lua: add common *roff extensions
Tom Schwindl
1
-1
/
+2
2023-09-20
filetype: add psm1 and search for xml using mime type
Michiel van den Heuvel
1
-1
/
+2
2023-08-27
lua: make sure lpeg is in fact optional
Randy Palamar
1
-0
/
+1
2023-07-28
Introduce new `mail` file type.
Matěj Cepl
1
-0
/
+3
2023-03-19
lua: Make luacheck happy
Matěj Cepl
1
-1
/
+1
2022-11-29
lua/lexers: add gleam lexer
tynanbe
1
-0
/
+3
2022-11-29
Resync the lexers with Scintillua
qiu-x
1
-2
/
+18
2022-08-15
Add filetype detection for SPEC file for RPM packages building.
Matěj Cepl
1
-0
/
+3
2022-07-27
filetype: actually match filename
khwerz
1
-1
/
+1
2022-07-23
simplify loop to sanitize filename and read extension
khwerz
1
-27
/
+23
2022-06-26
Add support for the Hare language file type
qiu-x
1
-0
/
+3
2022-06-15
filetype: add .bashrc and .bash_profile
Evan Gates
1
-1
/
+1
2022-06-15
lexers: add .jsx and .tsx as a javascript (until they get their own)
Joseph Turner
1
-1
/
+1
2022-06-15
filetype: support filetype detection via hashbang
khwerz
1
-3
/
+60
2022-05-29
filetype: Set diff filetype for COMMIT_EDITMSG files
Karol Kosek
1
-5
/
+2
2022-05-29
filetype: Allow ".PKGBUILD" extension for PKGBUILDs
MithicSpirit
1
-1
/
+1
2022-05-29
filetype: add .glif to xml
Romain Hervier
1
-1
/
+4
2022-05-29
filetype.lua: Add "text/x-script.python" to python
Haelwenn (lanodan) Monnier
1
-1
/
+1
2021-04-20
filetype: Set "groovy" for Jenkinsfile
Galen Abell
1
-1
/
+1
2021-01-20
Merge branch 'patch-1' of https://github.com/dallinjdahl/vis
Marc André Tanner
1
-1
/
+1
2021-01-19
Adding .sv extension to verilog syntax highlighter
dallinjdahl
1
-1
/
+1
2021-01-12
filetype: Detect make shebang for "makefile".
parazyd
1
-0
/
+3
2021-01-12
filetype: Set "bash" for APKBUILD and .ebuild.
parazyd
1
-1
/
+1
2020-12-27
lua: fix luacheck warnings
Marc André Tanner
2
-4
/
+5
2020-12-08
Add gemini lexer
Haelwenn (lanodan) Monnier
1
-0
/
+4
2020-12-08
Merge branch 'master' of https://github.com/KaneRoot/vis
Marc André Tanner
1
-0
/
+3
2020-12-06
Zig filetype entry.
Karchnu
1
-0
/
+3
2020-11-26
lexers: add meson build file lexer
Florian Fischer
1
-0
/
+3
2020-11-13
Merge branch 'master' of https://github.com/ccao001/vis
Marc André Tanner
1
-1
/
+1
2020-11-12
lua: fix typo in lilypond file extension
Carla Cao
1
-1
/
+1
2020-10-06
filetype: and Node.js module extensions
Ben Hormann
1
-1
/
+1
2020-09-20
Merge branch 'ts' of https://github.com/erf/vis into master
Marc André Tanner
1
-1
/
+1
2020-09-20
Merge branch 'routeros' of https://github.com/eworm-de/vis into master
Marc André Tanner
1
-0
/
+6
2020-09-19
lexers: add .ts as a javascript (until typescript gets its own)
Erlend Fagerheim
1
-1
/
+1
2020-09-18
lexers: add Mikrotik RouterOS script lexer
Christian Hesse
1
-0
/
+6
2020-09-17
filetype: do not match text/plain too early
Christian Hesse
1
-1
/
+2
[next]