All Projects → WeiChungWu → vim-SystemVerilog

WeiChungWu / vim-SystemVerilog

Licence: MIT license
SystemVerilog syntax highlight/indent support in vim

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to vim-SystemVerilog

Vim Systemd Syntax
Syntax highlighting for systemd service files in Vim.
Stars: ✭ 57 (+54.05%)
Mutual labels:  syntax-highlighting, vim-plugins
VimConfig
Configuration files for Vi-IMproved.
Stars: ✭ 23 (-37.84%)
Mutual labels:  vim-plugins, vimscript
vim-stylus
A better vim plugin for stylus, including proper and up-to-date syntax highligting, indentation and autocomplete
Stars: ✭ 49 (+32.43%)
Mutual labels:  syntax-highlighting, vim-plugins
Rainbow csv
🌈Rainbow CSV - Vim plugin: Highlight columns in CSV and TSV files and run queries in SQL-like language
Stars: ✭ 337 (+810.81%)
Mutual labels:  syntax-highlighting, vim-plugins
language-viml
Vim script syntax highlighting for Atom and GitHub.
Stars: ✭ 19 (-48.65%)
Mutual labels:  syntax-highlighting, vimscript
code editor
A code editor (dart, js, html, ...) for Flutter with syntax highlighting and custom theme.
Stars: ✭ 48 (+29.73%)
Mutual labels:  syntax-highlighting
Visual-Studio-For-Mac-Dark-Syntax-HoneyBees
HoneyBees is a colorful, but easy-to-read, dark syntax highlighting theme for Microsoft Visual Studio for Mac & Xamarin Studio. It supports C#, XAML, XML, HTML, and CSS.
Stars: ✭ 12 (-67.57%)
Mutual labels:  syntax-highlighting
vim-jsonc
⚠️Deprecated⚠️: Vim syntax highlighting plugin for JSON with C-style line (//) and block (/* */) comments.
Stars: ✭ 52 (+40.54%)
Mutual labels:  vim-plugins
vscode-LaTeX-support
LaTeX language support for Visual Studio Code
Stars: ✭ 17 (-54.05%)
Mutual labels:  syntax-highlighting
ZenScript
Visual Studio Code extension/Language Server for ZenScript, includes highlight, code snippet and language server(WIP). Works with 👇
Stars: ✭ 29 (-21.62%)
Mutual labels:  syntax-highlighting
lua-vs-vimscript
A simple benchmark comparing Lua performance to Vimscript (because no one seems to care about these nowadays)
Stars: ✭ 32 (-13.51%)
Mutual labels:  vimscript
xmlspectrum
XSLT 2.0 coded syntax highlighter for XSLT 3.0, XPath 3.0...
Stars: ✭ 46 (+24.32%)
Mutual labels:  syntax-highlighting
vscode-liquid
💧Liquid language support for VS Code
Stars: ✭ 137 (+270.27%)
Mutual labels:  syntax-highlighting
PlantUml-Language-Service
PlantUml Language Service extension for Visual Studio 2017 and 2019
Stars: ✭ 24 (-35.14%)
Mutual labels:  syntax-highlighting
sb-dynlex
Configurable lexer for PHP featuring a fluid API.
Stars: ✭ 27 (-27.03%)
Mutual labels:  syntax-highlighting
newsroom
A simple, minimalistic Hugo theme. View Demo here
Stars: ✭ 200 (+440.54%)
Mutual labels:  syntax-highlighting
sora-editor
A cool code editor library on Android with syntax-highlighting and auto-completion. (aka CodeEditor)
Stars: ✭ 580 (+1467.57%)
Mutual labels:  syntax-highlighting
lslforge
LSLForge - Eclipse plugin to assist with LSL scripting for Second Life. This repository is used for development, pull requests and bug reports.
Stars: ✭ 17 (-54.05%)
Mutual labels:  syntax-highlighting
gotests-vim
Vim plugin for https://github.com/cweill/gotests
Stars: ✭ 129 (+248.65%)
Mutual labels:  vim-plugins
Assembly-Syntax-Definition
This is the greatest syntax definition of All Time
Stars: ✭ 23 (-37.84%)
Mutual labels:  syntax-highlighting

SystemVerilog

Author: WeiChung Wu

Support SystemVerilog: indent, syntax highlight, matchit

##About

The syntax file is modified from Vera syntax highlighting.
The indent file is modified from Verilog indent file.


Installation

###With Pathogen

Check out from github

 cd ~/.vim/bundle
 git clone git://github.com/WeiChungWu/vim-SystemVerilog.git

###Manual install details Copy all files into your personal vim directory, keeping the directory structure.

  • Ex.
    copy ftdetect/systemverilog.vim to ~/.vim/ftdetect
    copy ftplugin/systemverilog.vim to ~/.vim/ftplugin
    copy indent/systemverilog.vim to ~/.vim/indent
    copy syntax/systemverilog.vim to ~/.vim/syntax
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].