MagicStack / MagicStack/MagicPython
Short constant names highlighted incorrectly
Aperta
@vpetrovykh ci sta già lavorando.
Dal 20/7/2018.
- Lingua principale
- JavaScript
- Stelle
- 1.4k
- Fork
- 98
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hi. 👋
Short constant names seem to be highlighted incorrectly. I got the assumption that the bug might lie in this MagicPython package. What do you guys think? I ran across this while coding a project, and thought that I should do something about it.
- Editor name and version: Visual Studio Code 1.23.1
- Platform: macOS 10.12.6
- Color scheme: Dracula
- MagicPython version: Default in Visual Studio Code 1.23.1
VSCode Example
GitHub Example
LONGER = "Yeshh!"
B = "What?"
class SomeClass:
MEMBER = 1
MEMBER2 = 2
A = 3
ARE = 123
A85 = "Something"
I would also like to give special mention to short constant names that end in numbers. They don't seem to be highlighted correctly, even though the same length character-based constants do.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.