php.smarty/src/org/netbeans/modules/php/smarty/editor/lexer/TplTopLexer.java
changeset 17309 60f4cc6038b3
parent 17288 e1387a5d34c8
child 17329 54d8f8c364b0
     1.1 --- a/php.smarty/src/org/netbeans/modules/php/smarty/editor/lexer/TplTopLexer.java	Fri Jan 14 16:46:16 2011 +0100
     1.2 +++ b/php.smarty/src/org/netbeans/modules/php/smarty/editor/lexer/TplTopLexer.java	Thu Mar 03 00:03:37 2011 +0100
     1.3 @@ -194,7 +194,7 @@
     1.4                  char cc = (char) c;
     1.5                  text = input.readText();
     1.6                  textLength = text.length();
     1.7 -                switch (state) {
     1.8 +               switch (state) {
     1.9                  case INIT:
    1.10                  case OUTER:
    1.11                      if (isSmartyOpenDelimiter(text)) {