MagicStack / MagicStack/MagicPython
Tokenization for match-case
未关闭
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.4k
- 派生
- 98
- PR 合并指标
- 30 天内没有已合并 PR
描述
Originally from @SNvMK in https://github.com/microsoft/vscode/issues/120734
So, in python 3.10, there is match/case syntax. Currently, it is just white words(for monokai). I'd like if you add highlight for this. Thanks

a = 'world'
match a:
case 'world':
print('Hello!')
case _:
print('I dont know you!')
Currently the match and case are only tokenized as source.python.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位此语法高亮器使用的 Python 标记化规则,并将 issue 中 match/case 示例的处理方式与现有关键字规则进行比较。完成的标准是:在受支持的编辑器中为 match 和 case 提供适当的语法高亮,同时不改变无关的 Python 高亮。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, python
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100