Skip to content

Commit

Permalink
try not normalizing rules
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-laplante committed May 15, 2024
1 parent 0c3b250 commit fd3263c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BitBakeMode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export class BitBakeHighlightRules extends TextHighlightRules {
}
]);

this.normalizeRules();
//this.normalizeRules();
}
}

Expand Down

0 comments on commit fd3263c

Please sign in to comment.