trishume/syntect

Support changes to sublime-syntax from Sublime Text `Build 4075`

jrappen opened this issue · 3 comments

Changes from Build 4075

  • hidden file extensions
    • hidden_file_extensions
  • sublime-syntax v2
    • version: 2
  • inheritance
    • extends
  • meta patterns:
    • meta_prepend
    • meta_append
  • match patterns:
    • pop multiple contexts via pop: 2 etc.
  • including an external prototype

Documentation

https://www.sublimetext.com/docs/syntax.html#ver-dev

It's quite nice to see some progress happening with #536! Thanks @jalil-salame!

I'm considering helping. Is there other work going on concerning this ticket apart from the aforementioned draft PR?

It's quite nice to see some progress happening with #536! Thanks @jalil-salame!

I'm considering helping. Is there other work going on concerning this ticket apart from the aforementioned draft PR?

I need to figure out why the tests are failing in #535 (this updates sublime packages to a newer version) before I can open #536 for review. If you check the comments on #535 you'll see where I'm stuck (I also don't have much time so helping hands will be useful).

Exciting, you're killing it @jalil-salame !