diff runtime/filetype.vim @ 23960:dbc6c893a67a v8.2.2522

patch 8.2.2522: Beancount filetype not recognized Commit: https://github.com/vim/vim/commit/9bbd883b3528b37dcacad22ad58861105a9ae428 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 17 12:25:49 2021 +0100 patch 8.2.2522: Beancount filetype not recognized Problem: Beancount filetype not recognized. Solution: Add a detection rule. (Brian Ryall, closes https://github.com/vim/vim/issues/7859)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Feb 2021 12:30:04 +0100
parents 34b4eb3a8458
children 436e702af70c
line wrap: on
line diff
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -216,6 +216,9 @@ au BufNewFile,BufRead *.bc			setf bc
 " BDF font
 au BufNewFile,BufRead *.bdf			setf bdf
 
+" Beancount
+au BufNewFile,BufRead *.beancount		setf beancount
+
 " BibTeX bibliography database file
 au BufNewFile,BufRead *.bib			setf bib