MagicPython icon indicating copy to clipboard operation
MagicPython copied to clipboard

No tags for semicolon

Open jeff-hykin opened this issue 6 years ago • 0 comments
trafficstars

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:

def create_paths(name):
    a = thing + 1; os.mkdir(a)
    b = thing + 1; os.mkdir(b)
    c = thing + 1; os.mkdir(c)

jeff-hykin avatar Jun 09 '19 19:06 jeff-hykin