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

https://github.com/instance-id/nvim-cyber

Syntax Highlighting for the Cyber Scripting Language for NeoVim
https://github.com/instance-id/nvim-cyber

Last synced: 2 months ago
JSON representation

Syntax Highlighting for the Cyber Scripting Language for NeoVim

Awesome Lists containing this project

README

          

# nvim-cyber
Syntax Highlighting for the [Cyber](https://cyberscript.dev) Scripting Language for NeoVim

Please note that this is a WIP, so capability is quite limited thus far (a few highlighting rules are present), but I will be adding additional grammars and functionality.

## Installation

### Using Lazy.nvim

```lua
{ 'instance-id/nvim-cyber', build = ':TSInstall cyber'},
```

### Using Packer.nvim

```lua
use { 'instance-id/nvim-cyber', run = ':TSInstall cyber' },
```

### Using Vim-Plug

```vim
Plug 'instance-id/nvim-cyber', { 'do': ':TSInstall cyber' }
```

![](https://img.instance.id/KwnQDoJZk95f/direct)