Comments
This commit is contained in:
parent
0b1ac24cdd
commit
0dfe8c4c8a
2 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue