diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | 35a18c1d980eba6c9401465901c25229552b294f (patch) | |
| tree | d42bcc854362abb1e2f943a07cd5f6f413be4243 /.config/nvim/ftdetect | |
| parent | d1fcd17098d20bb08de26ddd634de82860c0e3c1 (diff) | |
Hobby Lang syntax
Diffstat (limited to '.config/nvim/ftdetect')
| -rw-r--r-- | .config/nvim/ftdetect/hobbylang.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/ftdetect/hobbylang.vim b/.config/nvim/ftdetect/hobbylang.vim new file mode 100644 index 0000000..263edde --- /dev/null +++ b/.config/nvim/ftdetect/hobbylang.vim @@ -0,0 +1 @@ +au BufNewFile,BufRead *.hl set filetype=hobbylang |
