I’ve had a .sublime_syntax for a markdown-type (really, orgmode-type) text language, it’s worked for awhile, but it broke in the last update (3207).
This used to push lua and then pop it:
- match: ^#!+lua.*$ push: Packages/Lua/Lua.sublime-syntax scope: comment.line.orb with_prototype: - match: ^#/+lua.*$ scope: comment.line.orb pop: true
For whatever reason, it’s stopped working. The #/lua
line is comment-highlighted, but the Lua parser keeps chugging along.
Any guesses?