diff options
author | Teddy Wing | 2020-07-17 19:52:38 +0200 |
---|---|---|
committer | Teddy Wing | 2020-07-17 19:52:38 +0200 |
commit | d8812a2637337fc8bd5e8d352bd3477093c1646e (patch) | |
tree | 9d00ef6adb73e43da8a50c4b217253a32708f991 /ftdetect | |
parent | 5538c43d319a74a2ed12d39135b7aee3efe98469 (diff) | |
download | dotvim-d8812a2637337fc8bd5e8d352bd3477093c1646e.tar.bz2 |
Add ftdetect/hcss.vim
Highlight Hasp files as CSS.
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/hcss.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/hcss.vim b/ftdetect/hcss.vim new file mode 100644 index 0000000..35c93c9 --- /dev/null +++ b/ftdetect/hcss.vim @@ -0,0 +1 @@ +autocmd BufRead,BufNewFile *.hcss set filetype=css |