Skip to content

Commit

Permalink
use with instead of assert (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo authored Nov 29, 2024
1 parent aa2f543 commit 4e28a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config/shared.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'vitepress';
import aiscriptTmLanguage from 'aiscript-vscode/aiscript/syntaxes/aiscript.tmLanguage.json' assert { type: 'json' };
import aiscriptTmLanguage from 'aiscript-vscode/aiscript/syntaxes/aiscript.tmLanguage.json' with { type: 'json' };
import { createPlaygroundTransformer } from '../scripts/playground-transformer';

// https://vitepress.dev/reference/site-config
Expand Down

0 comments on commit 4e28a8c

Please sign in to comment.