MagicStack / MagicStack/MagicPython

function invocation not colored consistently

オープン
#127 コメント 14 件 リアクション 4 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
JavaScript
スター
1.4k
フォーク
98
PR マージ指標
30日以内にマージされた PR はありません

説明

```py
bar = 1

def foo():
pass

foo()
bar += 1
```

![vscode](https://user-images.githubusercontent.com/225897/35170988-6aecc22e-fd62-11e7-8ea6-488e4db36dcd.jpeg)

![image](https://user-images.githubusercontent.com/6461412/36315576-59d1753e-1338-11e8-86c6-f5aa4248bfae.png)

Most theme's don't colorize `meta.function-call` as the idea is that it should cover function names, including the full path, and all parameters (see https://www.sublimetext.com/docs/3/scope_naming.html)

I good scope to give function names is `support.function`

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

まず、issue にリンクされた Python の構文ハイライト規則と scope の命名ガイダンスを確認し、その後、提示された例とスクリーンショットを比較します。関数名に提案された一貫した scope が付与され、関係のないハイライトが変更されなければ完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
python
領域
tooling
issue の種類
機能追加
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。