Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)