mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
[cm6] Remove .extension from extension definitions (#14694)
GitOrigin-RevId: c15fee6b8d3b80cd32d2c3885dc885179e2a3a5b
This commit is contained in:
@@ -31,9 +31,9 @@ const completionSources: CompletionSource[] = [
|
||||
export const latex = () => {
|
||||
return new LanguageSupport(LaTeXLanguage, [
|
||||
shortcuts(),
|
||||
documentOutline.extension,
|
||||
documentCommands.extension,
|
||||
documentEnvironmentNames.extension,
|
||||
documentOutline,
|
||||
documentCommands,
|
||||
documentEnvironmentNames,
|
||||
latexIndentService(),
|
||||
linting(),
|
||||
metadata(),
|
||||
|
||||
Reference in New Issue
Block a user