- Add tree-sitter grammar for syntax highlighting - Add Neovim plugin with syntax, LSP integration, and commands - Add code formatter (lux fmt) with check mode - Add CLI commands: fmt, check, test, watch, init - Add project initialization with lux.toml template Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 lines
79 B
VimL
3 lines
79 B
VimL
" File type detection for Lux
|
|
autocmd BufRead,BufNewFile *.lux setfiletype lux
|