feat: add Julia language server support (#14129)

Co-authored-by: Alexander Abramov <abramov231@gmail.com>
This commit is contained in:
Alexander Abramov
2026-02-18 20:02:29 +03:00
committed by GitHub
parent fc1addb8f4
commit 38572b8175
3 changed files with 20 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ export const LANGUAGE_EXTENSIONS: Record<string, string> = {
".htm": "html",
".ini": "ini",
".java": "java",
".jl": "julia",
".js": "javascript",
".kt": "kotlin",
".kts": "kotlin",