Changeset 905
- Timestamp:
- 10/13/10 18:35:44 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/jlatexeditor/syntaxhighlighting/LatexSyntaxHighlighting.java
r898 r905 26 26 27 27 public class LatexSyntaxHighlighting extends SyntaxHighlighting implements SCEDocumentListener { 28 private static final Pattern TERM_PATTERN = Pattern.compile("(\\\\?[\\wäöüÄÖÜß_\\ -\\^]+)");29 private static final Pattern BAD_TERM_CHARS = Pattern.compile("[\\\\\\d_\\ -\\^]");28 private static final Pattern TERM_PATTERN = Pattern.compile("(\\\\?[\\wäöüÄÖÜß_\\^]+)"); 29 private static final Pattern BAD_TERM_CHARS = Pattern.compile("[\\\\\\d_\\^]"); 30 30 private static final Pattern TODO_PATTERN = Pattern.compile("\\btodo\\b"); 31 31 private static final Pattern LIST_PATTERN = Pattern.compile("[^, ]+[^,]*");
![(please configure the [header_logo] section in trac.ini)](http://jlatexeditor.endrullis.de/chrome/site/logo.png)