mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
chore(code): integrate Smarty support
This commit is contained in:
4
packages/codemirror/src/augmentation.d.ts
vendored
Normal file
4
packages/codemirror/src/augmentation.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module "@ssddanbrown/codemirror-lang-smarty" {
|
||||
import type { StreamParser } from "@codemirror/language"
|
||||
export const smarty: StreamParser<unknown>;
|
||||
}
|
||||
Reference in New Issue
Block a user