diff options
| author | Syndamia <kamen@syndamia.com> | 2023-11-19 13:10:34 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-11-19 13:10:34 +0200 |
| commit | 876eef1347e721761405cc5682f7fe7c63ddad3b (patch) | |
| tree | 2a342982a8013170bee2b18252c96efb396b3db7 /.vim/ftdetect | |
| parent | a7fc04bfbf08921f084ef2f3ceaeee4da8cd95ce (diff) | |
| download | csma-876eef1347e721761405cc5682f7fe7c63ddad3b.tar csma-876eef1347e721761405cc5682f7fe7c63ddad3b.tar.gz csma-876eef1347e721761405cc5682f7fe7c63ddad3b.zip | |
[.vim] Added vim configuration files for syntax highlighting
Diffstat (limited to '.vim/ftdetect')
| -rw-r--r-- | .vim/ftdetect/csma.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/ftdetect/csma.vim b/.vim/ftdetect/csma.vim new file mode 100644 index 0000000..6320235 --- /dev/null +++ b/.vim/ftdetect/csma.vim @@ -0,0 +1 @@ +au BufRead,BufNewFile *.csma setfiletype csma |
