This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zed
Watch
1
Star
0
Fork
You've already forked zed
0
mirror of
https://github.com/zed-industries/zed.git
synced
2025-01-15 23:03:57 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
12
698460ea89
zed
/
crates
/
theme_importer
/
src
/
vscode.rs
8 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
Reorganize `theme_importer`
2023-11-09 18:07:32 +00:00
mod
converter
;
mod
syntax
;
mod
theme
;
Emit unique highlights for each syntax token
2023-11-09 17:46:37 +00:00
Reorganize `theme_importer`
2023-11-09 18:07:32 +00:00
pub
use
converter
::
*
;
pub
use
syntax
::
*
;
pub
use
theme
::
*
;
Reference in a new issue
Copy permalink