Skip to content

Commit

Permalink
Update to Jruby 1.7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
openmailbox committed Aug 17, 2013
1 parent 893b514 commit 62eb3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified lib/jruby-complete.jar
Binary file not shown.
Expand Up @@ -241,9 +241,9 @@ public void highlight(String title, StyledTextComp wText) {

/* read language syntax */
int oldOffset = lexerSource.getOffset();
keepParsing = lexer.advance();
prevt = t;
t = lexer.token();
t = lexer.nextToken();
keepParsing = (t == 0 ? false: true);
Object v = lexer.value();

leftTokenBorder = oldOffset;
Expand Down

0 comments on commit 62eb3fb

Please sign in to comment.