Module: RougeCarve
- Defined in:
- lib/rouge-carve.rb
Overview
A Rouge lexer for the Carve markup language.
Requiring this file is the whole interface: defining the lexer class
registers it, so Rouge::Lexer.find('carve') and
Rouge::Lexer.guess(filename: 'x.crv') work from that point on.
Constant Summary collapse
- VERSION =
'0.1.0'