faster syntax highlighting

This commit is contained in:
honfika@gmail.com
2015-09-16 14:12:13 +02:00
parent 5e42c5b57c
commit e8fb8e2f37
41 changed files with 2129 additions and 2175 deletions

View File

@@ -34,7 +34,7 @@ import java.util.Stack;
%{
StringBuffer string = new StringBuffer();
StringBuilder string = new StringBuilder();
boolean isMultiname = false;
long multinameId = 0;