Add syntax highlighting for TOML
This commit is contained in:
parent
0c587ae73c
commit
3a878c8d6c
8 changed files with 76 additions and 0 deletions
|
@ -37,6 +37,11 @@ pub fn build_language_registry(login_shell_env_loaded: Task<()>) -> LanguageRegi
|
|||
tree_sitter_rust::language(),
|
||||
Some(Arc::new(rust::RustLspAdapter)),
|
||||
),
|
||||
(
|
||||
"toml",
|
||||
tree_sitter_toml::language(),
|
||||
None, //
|
||||
),
|
||||
(
|
||||
"tsx",
|
||||
tree_sitter_typescript::language_tsx(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue