notepad-plus-plus-legacy/scintilla/test/examples/x.rb.styled
Don Ho cb7806e94c [UPDATE] Update Scintilla to 3.3.4
[BUG_FIXED] (Author: Dave Brotherstone) Fix scintilla crash bug while closing a document.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1104 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-08-28 00:44:27 +00:00

6 lines
140 B
Plaintext

{5}class{0} {8}Demo{0}
{5}def{0} {9}test{0} {2}# A test{0}
{11}i{0} {10}={0} {4}1{0}
{11}puts{0} {6}"Example"{0}
{5}end{0}
{5}end