Skip to content

tokorom/vim-review

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Vim Re:VIEW

Syntax highlighting, matching rules and mappings for Re:VIEW and extensions.

Supported Formats

https://github.com/kmuto/review/blob/v2-stable/doc/format.md

Sample

Sample

Support syntax highlight in code block with filetype

Usage

  • You can include multiple filetypes
let g:vim_review#include_filetypes = ['swift']

Supported operations

  • list
  • listnum
  • emlist
  • emlistnum
//list[sample][Sample][swift]{
class Sample {
  func say(message: String) {
    print(message)
  }
}
//}

Other usage

  • When explicitly specifying the syntax file
let g:vim_review#include_grouplists = {'swift': 'syntax/swift.vim'}

About

Vim syntax for Re:VIEW

Resources

Stars

Watchers

Forks

Packages

No packages published