Merge branch 'main' into language-api-docs

This commit is contained in:
Max Brunsfeld 2024-01-18 15:04:54 -08:00
commit b65cf6d2d9
382 changed files with 12764 additions and 7823 deletions

View file

@ -14,7 +14,7 @@ use settings::Settings;
use std::{num::NonZeroU32, path::Path, sync::Arc};
/// Initializes the language settings.
pub(crate) fn init(cx: &mut AppContext) {
pub fn init(cx: &mut AppContext) {
AllLanguageSettings::register(cx);
}