diff options
author | Martin Fischer <martin@push-f.com> | 2025-01-04 20:06:56 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-01-04 20:06:58 +0100 |
commit | 57d76e99da8a8635d22c1ff0b11fefb9b82cc8d3 (patch) | |
tree | 35a868239e521bb1e61d8c65b69eaaa2d474c596 /user/vim/ftdetect/djot.vim | |
parent | 78590c8e329abc8a144eee5e4235b8e82e643c3b (diff) |
feat(user/vim): add djot syntax highlighting
From https://github.com/jgm/djot.
Diffstat (limited to 'user/vim/ftdetect/djot.vim')
-rw-r--r-- | user/vim/ftdetect/djot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/vim/ftdetect/djot.vim b/user/vim/ftdetect/djot.vim new file mode 100644 index 0000000..bcb5082 --- /dev/null +++ b/user/vim/ftdetect/djot.vim @@ -0,0 +1 @@ +au BufNewFile,BufRead *.dj set filetype=djot |