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
- Host: GitHub
- URL: https://github.com/instance-id/nvim-cyber
- Owner: instance-id
- License: mit
- Created: 2023-03-14T23:12:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T01:58:38.000Z (over 2 years ago)
- Last Synced: 2025-09-06T20:57:29.788Z (2 months ago)
- Language: Scheme
- Size: 39.1 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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' }
```
