Wrapping up bedrock implementation
This commit is contained in:
@@ -6,10 +6,10 @@ use std::{
|
||||
};
|
||||
|
||||
use arborium::tree_sitter::{Language as ParserGrammar, Query};
|
||||
use galaxy_editor::content::text::IndentUnit;
|
||||
use lazy_static::lazy_static;
|
||||
use rust_embed::RustEmbed;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use galaxy_editor::content::text::IndentUnit;
|
||||
|
||||
#[derive(RustEmbed)]
|
||||
#[folder = "grammars"]
|
||||
|
||||
Reference in New Issue
Block a user