MagicStack / MagicStack/MagicPython
No tags for semicolon
Open
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:
- 5-10 lines of surrounding code:
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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