We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6990fa2 commit 8e735f8Copy full SHA for 8e735f8
ftdetect/ledger.vim
@@ -1,2 +1,8 @@
1
" vint: -ProhibitAutocmdWithNoGroup
2
-autocmd BufNewFile,BufRead *.ldg,*.ledger,*.journal setfiletype ledger
+
3
+" Semi-canonical or common file extensions
4
+autocmd BufNewFile,BufRead *.journal,*.ledger,*.hledger setfiletype ledger
5
6
+" Deprecated or suspiciusly low usage extensions
7
+" TODO: Consider hiding these behind an off-by-default config flag
8
+autocmd BufNewFile,BufRead *.ldg,*.j, setfiletype ledger
0 commit comments