A Makeup lexer for Ruby.
This is a WIP: currently every token is a :text no matter the content.
Add makeup_ruby to your list of dependencies in mix.exs:
def deps do
[
{:makeup_ruby, github: "BeaconCMS/makeup_ruby"}
]
endThe lexer will automatically register itself with Makeup for ruby as well as .rb extension.
Based on makeup_text which is based on makeup_diff.