We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0669215 commit 00ff77eCopy full SHA for 00ff77e
assets/syntaxes/Packages
build.rs
@@ -204,12 +204,8 @@ fn compile_syntax(out_dir: &Path) -> Result<()> {
204
205
let mut builder = SyntaxSetBuilder::new();
206
builder.add_plain_text_syntax();
207
- tracked_add_from_folder(&mut builder, "assets/syntaxes/Packages/Rust/")?;
208
- // Some of the extended syntaxes fail to compile, so only load the primary markdown syntax
209
- tracked_add_from_folder(
210
- &mut builder,
211
- "assets/syntaxes/Packages/Markdown/Markdown.sublime-syntax",
212
- )?;
+
+ tracked_add_from_folder(&mut builder, "assets/syntaxes/Packages/")?;
213
214
// The TOML syntax already includes `Cargo.lock` in its alternative file extensions, but we
215
// also want to support `Cargo.toml.orig` files.
0 commit comments