-
Notifications
You must be signed in to change notification settings - Fork 3
DdToken
Bhsd edited this page Apr 18, 2026
·
10 revisions
与;位于同一行的:。这个类继承了 Token 类的全部属性和方法,这里不再列出。
🌐 在 Browser 版本中可用。
🌐 展开
type: number
缩进数。在 Browser 版本中为只读属性。
// indent (print)
var {lastChild} = Parser.parse(";;a::");
assert.equal(lastChild, "::");
assert.strictEqual(lastChild.indent, 2);// indent (main)
var {lastChild} = Parser.parse(";;a::");
lastChild.indent = 1;
assert.equal(lastChild, ":");对维基文本批量执行语法检查的命令行工具
轻量级的维基模板解析器
维基文本语言服务器协议实现
用于维基文本的 VS Code 扩展
A command-line tool that performs linting on Wikitext in bulk
A lightweight Wikitext template parser
An implementation of the Language Server Protocol for Wikitext
VS Code extension for Wikitext