Implement highlighters for Python and JS using tags. ## Acceptance Criteria - Keywords strings comments get different tags and colors - Works for Python and JavaScript - Detects language from file extension - Real-time highlighting as user types
Implement highlighters for Python and JS using tags.
Acceptance Criteria