MagicStack / MagicStack/MagicPython
Syntax Highlighting Error - Inconsistent Scoping for Keywords
還沒有人認領這個 Issue。
- 主要語言
- JavaScript
- 星號
- 1.4k
- 分支
- 98
- PR 合併指標
- 30 天內沒有已合併 PR
描述
* **Editor name and version**:
- Sublime Text 3
- Version 3.2.2, Build 3211
* **Platform**:
- MacOS (Catalina)
* **Color scheme**:
[Link to a repository with my slightly customized color schemes.](https://github.com/jarrodchung-dev/custom-sublime-color-schemes)
They are slight variations to the Material and Materialize color schemes.
* **MagicPython version**: 1.1.1 (according to my package.json)
* **A screenshot**:

* **5-10 lines of surrounding code**:
```python
def syntax_bug(example):
# When code scoped as `keyword.operator.logical.python` are
# used outside the scope of `meta.function-call.*.python`,
# the keywords
if "keywords" not in "function-call":
print("logical operator keywords highlight correctly")
# `is` and `not` are scoped as `keyword.control.flow.python`
# when used inside a function-call
if "keywords" in "function-call":
print(
"keyword highlighting" is not "yellowish-green"
or "greenish-yellow"
)
outside_function_call = (
"keyword highlighting" is not "yellowish-green" or "greenish-yellow"
)
return outside_function_call
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
在 Sublime Text 3 中使用 MagicPython 1.1.1 重現已回報的 Python 範例,並檢查所顯示的運算子在函式呼叫內外分別取得哪些作用域。當關鍵字作用域在兩種情境中保持一致,且範例如預期般醒目標示時,即視為完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript, python
- 領域
- tooling
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100