Merge pull request 'Версия 0.3.1' (#5) from develop into main

Reviewed-on: #5
This commit is contained in:
Leonid Nikitin 2024-08-04 13:44:20 +05:00
commit 0e98d67c49
2 changed files with 9 additions and 1 deletions

View File

@ -19,6 +19,9 @@ import "prismjs/components/prism-docker.js";
import "prismjs/components/prism-diff.js";
import "prismjs/components/prism-php.js";
import "prismjs/components/prism-yaml.js";
import "prismjs/components/prism-bash.js"
import "prismjs/components/prism-json.js"
import "prismjs/components/prism-toml.js"
import "prismjs/plugins/toolbar/prism-toolbar.css";

View File

@ -113,6 +113,9 @@
codesample_languages: [
{text: 'HTML/XML', value: 'markup'},
{text: 'JavaScript', value: 'javascript'},
{text: 'Bash', value: 'bash'},
{text: 'SH', value: 'sh'},
{text: 'Shell', value: 'shell'},
{text: 'CSS', value: 'css'},
{text: 'PHP', value: 'php'},
{text: 'Ruby', value: 'ruby'},
@ -124,7 +127,9 @@
{text: 'Go', value: 'go'},
{text: 'Nginx', value: 'nginx'},
{text: 'Docker', value: 'docker'},
{text: 'Yaml', value: 'yaml'},
{text: 'YAML', value: 'yaml'},
{text: 'TOML', value: 'toml'},
{text: 'Json', value: 'json'},
{text: "Treeview", value: "treeview"},
{text: "Diff", value: "diff"},
],