All Projects → Alhadis → language-viml

Alhadis / language-viml

Licence: MIT license
Vim script syntax highlighting for Atom and GitHub.

Programming Languages

CSON
2 projects
javascript
184084 projects - #8 most used programming language
Vim Script
2826 projects

Projects that are alternatives of or similar to language-viml

language-rainmeter
Syntax highlighting for Rainmeter files in Atom.
Stars: ✭ 19 (+0%)
Mutual labels:  atom, syntax-highlighting
nord-atom-syntax
An arctic, north-bluish clean and elegant Atom syntax theme.
Stars: ✭ 72 (+278.95%)
Mutual labels:  atom, syntax-highlighting
vim-SystemVerilog
SystemVerilog syntax highlight/indent support in vim
Stars: ✭ 37 (+94.74%)
Mutual labels:  syntax-highlighting, vimscript
Better-Less
Cross-compatible syntax highlighting for Less
Stars: ✭ 13 (-31.58%)
Mutual labels:  atom, syntax-highlighting
colorstorm
A color theme generator for editors and terminal emulators
Stars: ✭ 101 (+431.58%)
Mutual labels:  atom, syntax-highlighting
Language Vue Component
Adds syntax highlighting to Vue Component files in Atom
Stars: ✭ 39 (+105.26%)
Mutual labels:  atom, syntax-highlighting
Handlebars
Fullest Handlebars.js templating support for Atom and Sublime Text 2 / 3. Also drives syntax colouring on Github and in Visual Studio Code. Install from: https://atom.io/packages/Handlebars and https://packagecontrol.io/packages/Handlebars.
Stars: ✭ 292 (+1436.84%)
Mutual labels:  atom, syntax-highlighting
atom-tic80
Make and run TIC-80 games in Atom
Stars: ✭ 15 (-21.05%)
Mutual labels:  atom, syntax-highlighting
atomex
🌊 Elixir RSS/ATOM feed builder with a focus on standards compliance, security and extensibility
Stars: ✭ 38 (+100%)
Mutual labels:  atom
clifm
The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell
Stars: ✭ 825 (+4242.11%)
Mutual labels:  syntax-highlighting
atom-standardjs-snippets
⚡ A collection of JavaScript snippets for Atom, Standard Style
Stars: ✭ 47 (+147.37%)
Mutual labels:  atom
syntax highlighter
Syntax Highlighter for Dart/Flutter Code
Stars: ✭ 28 (+47.37%)
Mutual labels:  syntax-highlighting
ace-documentation
A free documentation theme for Hugo, powered by Bootstrap 4. Repsonsive, search, code highlighting and more.
Stars: ✭ 91 (+378.95%)
Mutual labels:  syntax-highlighting
atom-seti-icons
The awesome icons provided by Seti UI theme.
Stars: ✭ 33 (+73.68%)
Mutual labels:  atom
language-grammars
Syntax highlighting for ABNF/BNF/EBNF, Yacc, and other language-related languages.
Stars: ✭ 14 (-26.32%)
Mutual labels:  syntax-highlighting
kate-syntax-highlight-v
Syntax highlighting of V files for the Kate editor
Stars: ✭ 17 (-10.53%)
Mutual labels:  syntax-highlighting
vaporwave-theme-vscode
AESTHETICS
Stars: ✭ 28 (+47.37%)
Mutual labels:  syntax-highlighting
cake-atom-syntax
Yummy syntax theme for Atom
Stars: ✭ 17 (-10.53%)
Mutual labels:  atom
intellij-firebase-highlighter
A Syntax Highlighter for Firebase Rules.
Stars: ✭ 26 (+36.84%)
Mutual labels:  syntax-highlighting
atom-ide-d
Adds D language support for Atom
Stars: ✭ 33 (+73.68%)
Mutual labels:  atom

Vim script highlighting for Atom and GitHub

If Bram Moolenaar wrote CoffeeScript

Originally ported from a VimL highlighting bundle for TextMate, though very little of the original code still remains.

Usage on GitHub

This repository is used by GitHub Linguist to power Vim script highlighting across the site:

" ~/.vimrc
set encoding=utf-8
filetype on
syntax enable
highlight OverLength ctermbg=red ctermfg=white guibg=#592929

if b:current_syntax =~ "gitcommit"
	match OverLength /\%>72v.\+/
else
	match NONE
endif

The grammar still has a few rough edges, which I'm working on smoothing out when I find them. If you've noticed something flaky-looking, please [open an issue] with a sample of the affected code. Seriously.

My editors of choice are Atom and Emacs, so my knowledge of Vim script is rudimentary at best. Chances are you know more about this language than I do.

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].