__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import * as CodeMirror from '../../';
import './foldcode';
export interface XmlTag {
from: CodeMirror.Position;
to: CodeMirror.Position;
tag: string;
}
declare module './foldcode' {
interface FoldHelpers {
xml: FoldRangeFinder;
}
}
declare module '../../' {
function findMatchingTag(cm: Editor, pos: Position, range: Range): {open: XmlTag, close: XmlTag | null | undefined, at: 'open' | 'close'} | undefined;
function findEnclosingTag(cm: Editor, pos: Position, range: Range, tag: string): {open: XmlTag, close: XmlTag} | undefined;
function scanForClosingTag(cm: Editor, pos: Position, name: string, end?: Position): XmlTag | null | undefined;
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| brace-fold.d.ts | File | 187 B | 0644 |
|
| comment-fold.d.ts | File | 122 B | 0644 |
|
| foldcode.d.ts | File | 3.23 KB | 0644 |
|
| foldgutter.d.ts | File | 1.03 KB | 0644 |
|
| indent-fold.d.ts | File | 121 B | 0644 |
|
| markdown-fold.d.ts | File | 123 B | 0644 |
|
| xml-fold.d.ts | File | 692 B | 0644 |
|