Skip to content

BeaconCMS/makeup_ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MakeupRuby

A Makeup lexer for Ruby.

This is a WIP: currently every token is a :text no matter the content.

Installation

Add makeup_ruby to your list of dependencies in mix.exs:

def deps do
  [
    {:makeup_ruby, github: "BeaconCMS/makeup_ruby"}
  ]
end

The lexer will automatically register itself with Makeup for ruby as well as .rb extension.

Acknowledgements

Based on makeup_text which is based on makeup_diff.

About

Ruby lexer for the Makeup syntax highlighter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages