Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

joker1007/vim-ruby-heredoc-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is deprecated. Please use nvim-treesitter and colorscheme supporting treesitter

vim-ruby-heredoc-syntax

This enables syntax highlighting in Ruby here document code blocks.

Install

Use neobundle.vim:

NeoBundle 'joker1007/vim-ruby-heredoc-syntax'

For neosnippet & context_filetype

If you have the context_filetype.vim plugin, this adds context filetype setting for Ruby here document block.

Screenshot

screenshot.png

Options

" Add syntax rule
let g:ruby_heredoc_syntax_filetypes = {
        \ "xml" : {
        \   "start" : "XML",
        \},
  \}

" 'start' is heredoc start literal.

About

vim plugin for highliting code in ruby here document

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published