wip yaml highlighting
This commit is contained in:
parent
4e80ae13ec
commit
de0b136be2
6 changed files with 71 additions and 0 deletions
|
@ -128,6 +128,11 @@ pub fn init(languages: Arc<LanguageRegistry>) {
|
|||
tree_sitter_lua::language(),
|
||||
Some(Box::new(lua::LuaLspAdapter)),
|
||||
),
|
||||
(
|
||||
"yaml",
|
||||
tree_sitter_yaml::language(),
|
||||
None, //
|
||||
)
|
||||
] {
|
||||
languages.register(name, load_config(name), grammar, lsp_adapter, load_queries);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue