mirror of
https://github.com/mayurankv/Obsidian-Code-Styler.git
synced 2026-07-22 08:10:29 +00:00
Run update
This commit is contained in:
parent
0daeb4b52f
commit
14ea49d37c
3 changed files with 3 additions and 5 deletions
5
main.js
5
main.js
File diff suppressed because one or more lines are too long
|
|
@ -2,7 +2,7 @@ import { Plugin, TFile } from "obsidian";
|
|||
|
||||
import CodeStylerPlugin from "../main";
|
||||
import { CodeStylerTheme, EXECUTE_CODE_SUPPORTED_LANGUAGES } from "../Settings";
|
||||
import { CodeBlockArgs, getArgs } from "../External/executeCode/CodeBlockArgs";
|
||||
import { CodeBlockArgs, getArgs } from "../External/ExecuteCode/CodeBlockArgs";
|
||||
|
||||
export interface CodeblockParameters {
|
||||
language: string;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue