3 个版本
0.1.2 | 2022年10月11日 |
---|---|
0.1.1 | 2022年10月11日 |
0.1.0 | 2022年10月11日 |
#2577 在 解析器实现
15KB
193 行
tree-sitter 语法高亮
-
渲染到 HTML
-
添加主题非常简单
名称
[
"annotation",
"attribute",
"boolean",
"character",
"character.special",
"comment",
"conditional",
"constant",
"constant.builtin",
"constant.macro",
"constructor",
"debug",
"define",
"error",
"exception",
"field",
"float",
"function",
"function.call",
"function.builtin",
"function.macro",
"include",
"keyword",
"keyword.function",
"keyword.operator",
"keyword.return",
"label",
"method",
"method.call",
"namespace",
"none",
"number",
"operator",
"parameter",
"parameter.reference",
"preproc",
"property",
"punctuation.delimiter",
"punctuation.bracket",
"punctuation.special",
"repeat",
"storageclass",
"string",
"string.regex",
"string.escape",
"string.special",
"symbol",
"tag",
"tag.attribute",
"tag.delimiter",
"text",
"text.strong",
"text.emphasis",
"text.underline",
"text.strike",
"text.title",
"text.literal",
"text.uri",
"text.math",
"text.reference",
"text.environment",
"text.environment.name",
"text.note",
"text.warning",
"text.danger",
"todo",
"type",
"type.builtin",
"type.qualifier",
"type.definition",
"variable",
"variable.builtin",
]
查询
依赖
~3–5MB
~91K SLoC