Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergiobonatto/bend-vim
syntax highlighting for bend
https://github.com/sergiobonatto/bend-vim
Last synced: 8 days ago
JSON representation
syntax highlighting for bend
- Host: GitHub
- URL: https://github.com/sergiobonatto/bend-vim
- Owner: SergioBonatto
- Created: 2024-05-16T12:30:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T03:10:29.000Z (8 months ago)
- Last Synced: 2024-05-20T04:25:01.948Z (8 months ago)
- Language: Vim Script
- Size: 471 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bend-vim
Syntax file highlight for Bend## Installation
### On NeoVim
Clone this repo and past the file "bend.vim" into `~/.config/nvim/syntax/bend.vim` and add in your `init.vim` file the next line:#### On NeoVim
Clone this repo and past the folder "syntax" into `~/.config/nvim/` and add in your `init.vim` file the next line:### On VIM
Clone this repo and past the file "bend.vim" into `~/.vim/syntax/bend.vim` and add in your `.vimrc` file the next line:```vim
au BufRead,BufNewFile *.bend set filetype=bend
au BufNewFile,BufRead *.bend set syntax =bend
```## Preview
![print](./Print.png)