Skip to content

Commit 4364b3d

Browse files
committed
the ';' char of entityRef inside attValue was not syntax highlighted as the entityRef
1 parent 246d399 commit 4364b3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/xslLexer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,9 +1090,11 @@ export class XslLexer {
10901090
break;
10911091
case EntityPosition.attrSq:
10921092
nextState = XMLCharState.lSq;
1093+
this.lineCharCount++;
10931094
break;
10941095
case EntityPosition.attrDq:
10951096
nextState = XMLCharState.lDq;
1097+
this.lineCharCount++;
10961098
break;
10971099
}
10981100
break;

0 commit comments

Comments
 (0)