skylighting v0.8.1.2 Release Notes

Release Date: 2019-07-14 // almost 5 years ago
    • Fix HlCChar for one-character octal escapes like '\0' (#82). Due to a bug in pCStringChar, only multi-character octal escapes were being recognized. This affects not just C highlighting, but all of the following highlighters which use HlCChar: fasm eiffel pike objectivec ruby vhdl scala java jsp nasm protobuf pure go objectivecpp gnuassembler povray actionscript c cs opencl boo rhtml elixir. This fixes a regression introduced in version 0.3.1.
    • Ensure line span css only applied to lines (David Baynard).