app/ui: add swift syntax highlighting support (#13574)
Fixes #13476 Signed-off-by: majiayu000 <1835304752@qq.com>
This commit is contained in:
parent
f5f74e12c1
commit
2e78653ff9
|
|
@ -147,6 +147,7 @@ export const highlighterPromise = createHighlighter({
|
|||
"c",
|
||||
"cpp",
|
||||
"sql",
|
||||
"swift",
|
||||
"yaml",
|
||||
"markdown",
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue