mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 10:45:37 +02:00
added non NLS comments to text
This commit is contained in:
parent
bcdc287e0c
commit
35b418ed8f
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public abstract class AbstractCScanner extends BufferedRuleBasedScanner {
|
||||||
int length= fPropertyNamesColor.length;
|
int length= fPropertyNamesColor.length;
|
||||||
fPropertyNamesStyle= new String[length];
|
fPropertyNamesStyle= new String[length];
|
||||||
for (int i= 0; i < length; i++) {
|
for (int i= 0; i < length; i++) {
|
||||||
fPropertyNamesStyle[i]= fPropertyNamesColor[i] + "_bold";
|
fPropertyNamesStyle[i]= fPropertyNamesColor[i] + "_bold"; //$NON-NLS-1$
|
||||||
addToken(fPropertyNamesColor[i], fPropertyNamesStyle[i]);
|
addToken(fPropertyNamesColor[i], fPropertyNamesStyle[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue