Skip to content

Commit

Permalink
Fix multiword keywords for new text rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
kiooeht committed May 30, 2019
1 parent 99a9971 commit a83fc05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public int[] Locate(CtBehavior ctBehavior) throws Exception
List<Matcher> prevMatchers = new ArrayList<>();
prevMatchers.add(matcher);
prevMatchers.add(matcher);
prevMatchers.add(matcher);
return LineFinder.findInOrder(ctBehavior, prevMatchers, matcher);
}
}
Expand Down

0 comments on commit a83fc05

Please sign in to comment.