This PR updates the Midas and Python annotation syntax definitions
The TextMate Language definition for VSCode was completely rewritten by Claude, based on my Sublime Syntax definition
I also noticed that subscripts were not parsed properly in type annotations so I added support for them
This PR updates the Midas and Python annotation syntax definitions
The TextMate Language definition for VSCode was completely rewritten by Claude, based on my [Sublime Syntax definition](https://git.kb28.ch/HEL/midas/src/commit/c0896d2b9bed184466956edc22173ceac077571d/docs/midas.sublime-syntax)
I also noticed that subscripts were not parsed properly in type annotations so I added support for them
the TextMate language definition was completely rewritten by Claude from my Sublime Syntax definition
some tests against Midas files show that it seems on par with the other definition
Co-authored-by: Claude <noreply@anthropic.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR updates the Midas and Python annotation syntax definitions
The TextMate Language definition for VSCode was completely rewritten by Claude, based on my Sublime Syntax definition
I also noticed that subscripts were not parsed properly in type annotations so I added support for them