Initial commit

This commit is contained in:
Aleksandr Ebaklakov
2026-04-22 16:58:43 +03:00
commit 011626b8b7
366 changed files with 23244 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
{
"command_timeout": 5,
"templates_folder": "templates/templater",
"templates_pairs": [
[
"",
""
]
],
"trigger_on_file_creation": true,
"auto_jump_to_cursor": true,
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "",
"enable_folder_templates": false,
"folder_templates": [
{
"folder": "",
"template": ""
}
],
"enable_file_templates": true,
"file_templates": [
{
"regex": "^Манифест\\.\\s.+$",
"template": "templates/templater/Манифест template.md"
},
{
"regex": "^.+\\.\\sЛабораторная\\sработа.+$",
"template": "templates/templater/Лабораторная работа template.md"
}
],
"syntax_highlighting": true,
"syntax_highlighting_mobile": false,
"enabled_templates_hotkeys": [
""
],
"startup_templates": [
""
],
"intellisense_render": 1
}