mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Comments
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<script lang="ts">
|
||||
import url from "./logo.svg?url";
|
||||
// https://www.aleksandrhovhannisyan.com/
|
||||
// https://github.com/AleksandrHovhannisyan/aleksandrhovhannisyan.com/tree/master
|
||||
</script>
|
||||
|
||||
<header id="navbar">
|
||||
|
||||
@@ -21,6 +21,7 @@ export function get_base_extensions(
|
||||
basicSetup
|
||||
];
|
||||
|
||||
// @ts-ignore
|
||||
if (useTab) extensions.push(keymap.of([indentWithTab]));
|
||||
// if (placeholder) extensions.push(placeholderExt(placeholder));
|
||||
if (lang) extensions.push(lang);
|
||||
|
||||
Reference in New Issue
Block a user