All Projects → jansedivy → jai.vim

jansedivy / jai.vim

Licence: MIT License
Vim syntax highlighting for Jai programming language. I am planning to maintain and update this package when the language is released

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to jai.vim

fastedit
安卓端高性能输入框。
Stars: ✭ 38 (+8.57%)
Mutual labels:  syntax-highlighting
night-owlish
🌙🦉 An RStudio, tmThemes, and Ace editor adaptation of @sdras' Night Owl VS Code theme…
Stars: ✭ 122 (+248.57%)
Mutual labels:  syntax-highlighting
Nineties
💾 Colors for World Wide Web pioneers
Stars: ✭ 16 (-54.29%)
Mutual labels:  syntax-highlighting
Laravel.tmTheme
A Sublime Text 3 theme based on the Laravel documentation colour scheme
Stars: ✭ 40 (+14.29%)
Mutual labels:  syntax-highlighting
tree-sitter-sql
SQL syntax highlighting for tree-sitter
Stars: ✭ 33 (-5.71%)
Mutual labels:  syntax-highlighting
vue-code-highlight
Beautiful code highlighter as Vue.js component.
Stars: ✭ 96 (+174.29%)
Mutual labels:  syntax-highlighting
Sublime-GenericConfig
Generic highlighting of the configuration files for Sublime Text 2 and Sublime Text 3
Stars: ✭ 39 (+11.43%)
Mutual labels:  syntax-highlighting
YaraSyntax
YARA package for Sublime Text
Stars: ✭ 15 (-57.14%)
Mutual labels:  syntax-highlighting
Xcode-Darcula
Xcode theme based on the Darcula theme for JetBrains IDEs.
Stars: ✭ 26 (-25.71%)
Mutual labels:  syntax-highlighting
colorstorm
A color theme generator for editors and terminal emulators
Stars: ✭ 101 (+188.57%)
Mutual labels:  syntax-highlighting
vim-markdown
Markdown Vim Mode
Stars: ✭ 4,072 (+11534.29%)
Mutual labels:  syntax-highlighting
rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
Stars: ✭ 36,988 (+105580%)
Mutual labels:  syntax-highlighting
joe-syntax
JOE (Joe's Own Editor) syntax coloring and highlighting files - improved ones
Stars: ✭ 53 (+51.43%)
Mutual labels:  syntax-highlighting
stan-vim
A Vim plugin for the Stan probabilistic programming language.
Stars: ✭ 41 (+17.14%)
Mutual labels:  syntax-highlighting
vscode-fanuc-karel
Syntax Highligting for Fanuc Karel in Visual Studio Code
Stars: ✭ 21 (-40%)
Mutual labels:  syntax-highlighting
QSourceHighlite
Lightweight syntax highlighter written in Qt
Stars: ✭ 39 (+11.43%)
Mutual labels:  syntax-highlighting
see-cli
A colorful 🌈 cat - syntax highlight print CLI
Stars: ✭ 24 (-31.43%)
Mutual labels:  syntax-highlighting
Sublime-QML
QML support for Sublime Text 2 and Sublime Text 3
Stars: ✭ 19 (-45.71%)
Mutual labels:  syntax-highlighting
todo-txt
Todo.txt syntax highlighter and helper extension for visual studio code.
Stars: ✭ 39 (+11.43%)
Mutual labels:  syntax-highlighting
markcat
👓 Markdown files terminal viewer.
Stars: ✭ 33 (-5.71%)
Mutual labels:  syntax-highlighting

Jai.vim

Syntax highlighting for Jonathan Blow's programming language Jai

Installation

If you use pathogen clone this plugin to ~/.vim/bundle

git clone https://github.com/jansedivy/jai.vim.git ~/.vim/bundle

In general, for other plugin managers you have to add configuration line in ~/.vimrc.

" vim-plug
Plug 'jansedivy/jai.vim'

" NeoBundle
NeoBundle 'jansedivy/jai.vim'

" Vundle
Plugin 'jansedivy/jai.vim'

Manual installation

  • copy files to your ~/.vim folder
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].