MagicStack / MagicStack/MagicPython

No tags for semicolon

Open
#184 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.4k
Forks
98
PR merge metrics
No merged PRs in 30d

Description

Could you please at a tag to the semicolon?
`punctuation.terminator.statement.python` would be ideal

* **Editor name and version**: VS Code, latest stable
* **Platform**: Mac OS High Sierra
* **Color scheme**: XD Theme
* **MagicPython version**: 1.1.0
* **A sreenshot**:
Screen Shot 2019-06-09 at 2 04 27 PM

* **5-10 lines of surrounding code**:
```python
def create_paths(name):
a = thing + 1; os.mkdir(a)
b = thing + 1; os.mkdir(b)
c = thing + 1; os.mkdir(c)
```

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named. Start by locating the syntax-highlighting grammar or token rule that handles Python semicolons, using the provided example as a reproduction; done means semicolons receive the requested punctuation.terminator.statement.python tag.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, python
Domain
tooling
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.