https://github.com/terroo/ter-vim
Syntax Highlight for Vim and Neovim
https://github.com/terroo/ter-vim
Last synced: 7 months ago
JSON representation
Syntax Highlight for Vim and Neovim
- Host: GitHub
- URL: https://github.com/terroo/ter-vim
- Owner: terroo
- License: bsl-1.0
- Created: 2025-03-22T02:08:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-13T22:46:13.000Z (9 months ago)
- Last Synced: 2025-04-13T23:34:23.022Z (9 months ago)
- Language: Vim Script
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ter-vim
> Syntax Highlight for [Ter/Terlang](https://github.com/terroo/terlang) Programming Language in Vim or Neovim
---
## Usage
+ [Plug](https://github.com/junegunn/vim-plug):
```viml
Plug 'terroo/ter-vim'
```
+ [Packer.nvim](https://github.com/wbthomason/packer.nvim):
```lua
use 'terroo/ter-vim'
```
+ [Vim-Snippets](https://github.com/honza/vim-snippets)