Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: xolox/lua-lxsh

Tags

0.8.7

Toggle 0.8.7's commit message
Update documentation links for Lua/APR binding

0.8.6

Toggle 0.8.6's commit message
Bug fix: Recognize default stylesheet in lxsh.formatters.html.preamble()

0.8.5

Toggle 0.8.5's commit message
Lexer & syntax highlighter for shell script code

0.8.4

Toggle 0.8.4's commit message
Refactor lexer and highlighter initialization (in preparation for ...)

0.8.3

Toggle 0.8.3's commit message
Syntax highlighter for BibTeX source code

0.8.2

Toggle 0.8.2's commit message
BibTeX lexer contributed by Brendan O'Flaherty

I made the following modifications:

 * Case insensitive entry name matching using the ic() function
 * The string literal pattern now includes end of line characters
   because http://en.wikipedia.org/wiki/BibTeX#Examples gave me
   the impression that string literals can span multiple lines

0.8.1

Toggle 0.8.1's commit message
Track line/column numbers in lxsh.lexers.*.gmatch()

0.8

Toggle 0.8's commit message
Support for multiple output formats (HTML, LaTeX, RTF)

0.7

Toggle 0.7's commit message
Documentation links for LuaSocket, LuaFileSystem & Penlight.

0.6.10

Toggle 0.6.10's commit message
Refactor documentation link handling

The Lua lexer previously always matched expressions like "io.input" as
one identifier. This was a quick and dirty hack to add support for
documentation links in the Lua highlighter. I've decided to keep the
hack because it can save quite a lot of code however this behavior is
now disabled by default and can be enabled with join_identifiers=true
(the Lua highlighter of course enables this behavior by default).