Skip to content

Commit 85d1b06

Browse files
koki-developclaude
andcommitted
docs: fix internal/lexers description in CLAUDE.md
The lexers package provides wrapper utilities for Chroma's lexer registry, not a custom Terraform lexer implementation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent b6f58ba commit 85d1b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ goreleaser release --snapshot --clean
5656
- **internal/formatters/**: Output format processors
5757
- HTML minification, JSON formatting, SVG optimization
5858

59-
- **internal/lexers/**: Custom syntax highlighters
60-
- Terraform lexer implementation
59+
- **internal/lexers/**: Lexer utilities
60+
- Wrapper functions for Chroma's lexer registry
6161

6262
- **internal/prettier/**: Code prettifiers
6363
- Language-specific formatting (CSS, Go, HTML, JSON, XML, YAML)

0 commit comments

Comments
 (0)