Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briancain/vim-hardlight
Vim Syntax highlighting for the Hardlight programming language
https://github.com/briancain/vim-hardlight
hardlight plugin syntax-highlighting vim
Last synced: 24 days ago
JSON representation
Vim Syntax highlighting for the Hardlight programming language
- Host: GitHub
- URL: https://github.com/briancain/vim-hardlight
- Owner: briancain
- License: mit
- Created: 2023-03-09T16:42:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T17:26:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T19:34:32.495Z (3 months ago)
- Topics: hardlight, plugin, syntax-highlighting, vim
- Language: Vim Script
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-hardlight
A hardlight syntax highlighting plugin for vim. This plugin will be a work in
progress as the Hardlight programming language is developed. Some pieces of the
language don't look right yet but this is a good first pass!## Installation
If you are using a plugin manager like vundle, you should be able to reference
the plugin like others:```vim
Bundle 'briancain/vim-hardlight'
```And then `:BundleInstall` to get vim to install the plugin.
For manual installation, clone this repo and place the project folder in your
configured Vim plugin directory.```shell
git clone [email protected]:briancain/vim-hardlight.git ~/.vim//vim-hardlight
```Then specify the plugin in your `.vimrc`:
```vim
Plugin "vim-hardlight"
```