Ensure consistent styling is maintained across related elements in the codebase. This applies to: 1. **Visual assets**: Icons and images should match the established dimensions and styling of existing assets.
Ensure consistent styling is maintained across related elements in the codebase. This applies to:
// Example: All AI lab icons should be 16x16px
// When changing highlights in javascript/highlights.scm:
(regex_flags) @keyword.operator.regex
// Also update in typescript/highlights.scm and tsx/highlights.scm
Maintaining consistency improves readability, reduces confusion, and creates a more professional codebase that’s easier to maintain over time.
Enter the URL of a public GitHub repository