Skip to content

Commit fd3263c

Browse files
try not normalizing rules
1 parent 0c3b250 commit fd3263c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BitBakeMode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export class BitBakeHighlightRules extends TextHighlightRules {
186186
}
187187
]);
188188

189-
this.normalizeRules();
189+
//this.normalizeRules();
190190
}
191191
}
192192

0 commit comments

Comments
 (0)