Skip to content

Commit

Permalink
Нативная подсветка bsl
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Dec 2, 2024
1 parent 44ac4b1 commit cb39092
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 567 deletions.
4 changes: 0 additions & 4 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import matter from 'gray-matter';
import fs from 'fs';
import path from 'path';

const bslLanguage = JSON.parse(fs.readFileSync('docs/bsl.json', 'utf8'))
const contentRoot = 'docs/';

// https://vitepress.dev/reference/site-config
Expand All @@ -24,9 +23,6 @@ export default defineConfig({
],

appearance: 'dark',
markdown: {
languages: [bslLanguage],
},

title: "Autumn Docs",
description: "Это документация для Autumn - DI framework для OneScript",
Expand Down
Loading

0 comments on commit cb39092

Please sign in to comment.