commit 6ff9823bb1c86f57157db53dcc5c9aa7233ad928 parent f4a1bddedcd5f269e0beb8450610f2e6544ae772 Author: hhvn <dev@hhvn.uk> Date: Sun, 20 Jun 2021 15:05:29 +0100 .c/n/f/todo.vim: add detection for todo highlighting Diffstat:
A | .config/nvim/ftdetect/todo.vim | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.config/nvim/ftdetect/todo.vim b/.config/nvim/ftdetect/todo.vim @@ -0,0 +1,4 @@ +au BufNewFile,BufRead todo :set filetype=gph +au BufNewFile,BufRead *.todo :set filetype=todo +au BufNewFile,BufRead todo :set syntax=todo +au BufNewFile,BufRead *.todo :set syntax=todo