Skip to content

Commit 3d91396

Browse files
committed
docs: Update sublime-lumos integration and Package Control submission
- Add GitHub repository URL to ROADMAP.md and CLAUDE.md - Add Package Control PR #9251 reference - Add sublime-lumos to settings.local.json additional directories - Mark Phase 5.2 IDE Integration as 100% complete - Update repository links and submission status Repository: https://github.com/getlumos/sublime-lumos Package Control PR: wbond/package_control_channel#9251 All 5 major editors now supported: - VS Code (vscode-lumos) - IntelliJ IDEA/Rust Rover (intellij-lumos) - Neovim (nvim-lumos + tree-sitter-lumos) - Emacs (lumos-mode) - Sublime Text (sublime-lumos)
1 parent be8f667 commit 3d91396

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

.claude/settings.local.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"permissions": {
3+
"additionalDirectories": [
4+
"/Users/rz/local-dev/vscode-lumos/",
5+
"/Users/rz/local-dev/awesome-lumos/",
6+
"/Users/rz/local-dev/docs-lumos/",
7+
"/Users/rz/local-dev/lumos-action/",
8+
"/Users/rz/local-dev/intellij-lumos/",
9+
"/Users/rz/local-dev/tree-sitter-lumos/",
10+
"/Users/rz/local-dev/nvim-lumos/",
11+
"/Users/rz/local-dev/lumos-mode/",
12+
"/Users/rz/local-dev/sublime-lumos/"
13+
]
14+
}
15+
}

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,9 @@ git clone https://github.com/getlumos/sublime-lumos.git LUMOS
311311
- Bracket matching and auto-pairing
312312

313313
**Dependencies:** Sublime Text 4 (or 3 build 3103+), LSP package (optional), lumos-lsp server
314-
**Status:** v0.1.0 development
314+
**Status:** v0.1.0 development | Package Control PR #9251
315315
**Repository:** https://github.com/getlumos/sublime-lumos
316+
**Package Control PR:** https://github.com/wbond/package_control_channel/pull/9251
316317
**CLAUDE.md:** [sublime-lumos/CLAUDE.md](https://github.com/getlumos/sublime-lumos/blob/main/CLAUDE.md)
317318

318319
---

ROADMAP.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,16 @@ Transform from schema DSL → full programming language for type-safe Solana wor
165165
- Comprehensive README with installation and configuration guide
166166

167167
- #49 (Nov 24, 2025) - Sublime Text package for LUMOS
168-
- New repository: getlumos/sublime-lumos
169-
- YAML-based .sublime-syntax file with full syntax highlighting
168+
- New repository: https://github.com/getlumos/sublime-lumos
169+
- YAML-based .sublime-syntax file with full syntax highlighting (120 lines)
170170
- LSP integration via LSP-lumos.sublime-settings and LSP package
171171
- 6 snippets for common patterns (struct, enum variants, account, deprecated)
172172
- Package settings with 2-space indentation and auto-formatting
173173
- Comment toggling, bracket matching, and auto-indentation
174174
- Support for Sublime Text 4 and 3 (build 3103+)
175-
- Comprehensive README with 3 installation methods
175+
- Comprehensive README with 3 installation methods (270 lines)
176176
- Dual-licensed (MIT + Apache 2.0)
177+
- Submitted to Package Control (PR #9251)
177178

178179
**Success Metric**: LSP used by 3+ editors ✅ **ACHIEVED** (VS Code, IntelliJ IDEA/Rust Rover, Neovim, Emacs, Sublime Text)
179180

0 commit comments

Comments
 (0)