2 Open Issues Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub
help wanted

Spell Checker for Code

Rust

AI Summary: Add support for the Lua programming language to the Codebook spell checker. This involves creating a Tree-sitter query to identify spell-checkable parts of Lua code (identifiers, strings, comments), updating the Codebook language settings to include Lua, and potentially adding a Lua grammar dependency if one doesn't already exist. Thorough testing is required to ensure accuracy and compatibility.

Complexity: 4/5
enhancement help wanted

Spell Checker for Code

Rust