Add Vim syntax highlighting
This commit is contained in:
20
editor-support/vim/README.md
Normal file
20
editor-support/vim/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Vim support for `str`
|
||||
|
||||
This directory provides Vim syntax highlighting and filetype detection for the `str` string manipulation language.
|
||||
|
||||
## Installation
|
||||
|
||||
### Manual Installation
|
||||
Copy the `ftdetect` and `syntax` directories into your Vim or Neovim configuration directory.
|
||||
|
||||
**For Vim:**
|
||||
```bash
|
||||
cp -r editor-support/vim/ftdetect ~/.vim/
|
||||
cp -r editor-support/vim/syntax ~/.vim/
|
||||
```
|
||||
|
||||
**For Neovim:**
|
||||
```bash
|
||||
cp -r editor-support/vim/ftdetect ~/.config/nvim/
|
||||
cp -r editor-support/vim/syntax ~/.config/nvim/
|
||||
```
|
||||
Reference in New Issue
Block a user