import type { IRawGrammar } from '@shikijs/vscode-textmate'; import type { LanguageRegistration } from 'shiki/core'; export type IRawRule = IRawGrammar['patterns'][0]; /** * @author Rowe Wilson Frederisk Holme * @author Bhsd * @license MIT * @see https://github.com/Frederisk/Wikitext-VSCode-Extension/blob/master/syntaxes/wikitext.tmLanguage.yaml */ declare const _default: LanguageRegistration; export default _default;