Skip to content

feat: add CodeView with syntax highlighting#78

Merged
meszmate merged 2 commits intomainfrom
feature/code-viewer
Mar 31, 2026
Merged

feat: add CodeView with syntax highlighting#78
meszmate merged 2 commits intomainfrom
feature/code-viewer

Conversation

@meszmate
Copy link
Copy Markdown
Owner

@meszmate meszmate commented Mar 30, 2026

Summary

  • Adds CodeView component with keyword-based syntax highlighting
  • Supports Zig, Python, JavaScript, Go, Rust, and plain text
  • Line numbers, highlighted line, string/comment/number/type/builtin detection
  • Configurable styles for all token types
  • Example shows Zig and Python code switching

Keyword-based syntax highlighting for Zig, Python, JavaScript, Go,
and Rust. Supports line numbers, line highlighting, strings, comments,
numbers, types, and builtins with configurable styles.
@meszmate meszmate merged commit 01cedfd into main Mar 31, 2026
9 checks passed
@meszmate meszmate deleted the feature/code-viewer branch March 31, 2026 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant