Skip to content

feat: add Rust language support#189

Open
KOR1K1 wants to merge 1 commit intoface-hh:masterfrom
KOR1K1:add-rust-support
Open

feat: add Rust language support#189
KOR1K1 wants to merge 1 commit intoface-hh:masterfrom
KOR1K1:add-rust-support

Conversation

@KOR1K1
Copy link
Copy Markdown

@KOR1K1 KOR1K1 commented Mar 31, 2026

Added rs.lua with Rust language support:

  • Keywords and reserved words
  • Primitive types (i32, u64, bool, etc.)
  • Common types (Option, Result, Vec, etc.)
  • Macros (println!, vec!, assert!, etc.)
  • Operators including Rust-specific ones (->, =>, ::, .., ?)
  • Attributes (#[...], #![...])
  • String literals and raw strings
  • Comments (// , /* */, ///, //!)
  • Autocomplete for functions, variables, structs, enums, traits
  • Fun comments for CTRL+L menu

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