aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2018-03-14 22:23:13 +0100
committerMarc André Tanner <mat@brain-dump.org>2020-02-10 10:04:57 +0100
commitbc5488644e4803e86e5937a14a3b73724afb196b (patch)
treeecbcd34a2150f06213053d43a1417a944dfa1067 /lua/plugins
parente5fd54902c4a53a5ae5fe49ad3b91c5c0d2c286f (diff)
downloadvis-bc5488644e4803e86e5937a14a3b73724afb196b.tar.gz
vis-bc5488644e4803e86e5937a14a3b73724afb196b.tar.xz
lexers: add git rebase lexer
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/filetype.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index a15b5c5..16d8cf0 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -156,6 +156,9 @@ vis.ftdetect.filetypes = {
ext = { "^COMMIT_EDITMSG$" },
cmd = { "set colorcolumn 72" },
},
+ ['git-rebase'] = {
+ ext = { "git%-rebase%-todo" },
+ },
glsl = {
ext = { "%.glslf$", "%.glslv$" },
},