Skip to content

Commit

Permalink
remove filetype detection for removed lexer
Browse files Browse the repository at this point in the history
Commit 8a420ec resyncing the
lexers reintroduced detection for a deleted lexer.

Fixes: 8a420ec
  • Loading branch information
fischerling committed Sep 13, 2023
1 parent 27ffd2d commit 8a00b25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/plugins/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,6 @@ vis.ftdetect.filetypes = {
gherkin = {
ext = { "%.feature$" },
},
['git-commit'] = {
ext = { "^COMMIT_EDITMSG$" },
cmd = { "set colorcolumn 72" },
},
['git-rebase'] = {
ext = { "git%-rebase%-todo" },
},
Expand Down

0 comments on commit 8a00b25

Please sign in to comment.