syntect icon indicating copy to clipboard operation
syntect copied to clipboard

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

Open jrappen opened this issue 3 years ago • 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

jrappen avatar Jan 05 '21 12:01 jrappen

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?

stefanobaghino avatar May 09 '24 08:05 stefanobaghino

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).

jalil-salame avatar May 09 '24 08:05 jalil-salame

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

Keats avatar May 09 '24 21:05 Keats