When exploring textmate syntax, it's essential to consider various aspects and implications. TextMate - a graphical text editor for macOS 10.12 or later - Reddit. TextMate 2 is a beautiful editor for Mac. If you’re looking for a little more though, I recommend Nova for a fuller IDE experience (not open source though). TextMate — Still unbeatable, IMHO : r/nativemacapps - Reddit. I've been using TextMate since 2008, and even though progress on development being noticeable stalled, I'm still haven't found a better editor. Additionally, truly macOS native, super fast, the concept of bundles and the almost infinite options to extend this tool it makes it my daily text editor of choice.
Is TextMate still workable on MacOS Sonoma (v 14)? I use TextMate pretty much every day as my go-to text editor for coding, LaTeX, R Scripting, etc. Soon will be upgrading from MacOS Catalina to Sonoma and noticing that the TextMate reddit sub is very quiet - like maybe it's not being developed anymore? What are good alternatives for Skitch and TextMate? I really like Skitch and TextMate for their functions, but they are both many years since any updates and appear to be abandoned projects.
Are there any good, modern/updated, preferably FOSS, alternatives to them? fav features from Skitch: drawing arrows and boxes, and the blur feature. TextMate, at the time I first found it a couple of years ago, seems to be the next-best thing to Notepad++ ... TextMate as Tokenizer, is this a good idea?

In this context, the TextMate grammars are not based on tokenization, but on regular expressions. While a decent solution for syntax highlighting, it's not equivalent to tokenization, nor is it very performant. Regular expressions have some issues when it comes to parsing many languages, and I wouldn't use regular expressions as the basis for a computer language. Textmate vs Textastic ? : r/macapps - Reddit.
Just soliciting opinions about these two. I'm mostly using Textmate right now as it was free, but wondering if people find Textastic better for any reason. Is there any way to (relatively easily) create syntax ... Most languages actually have 2 grammars: the “real” AST grammar which would be written in ANTLR4, and the “lightweight” grammar which is used for syntax highlighting and written in TextMate. From another angle, unfortunately there’s no easy way to get a good lightweight grammar from a real grammar, so the best option is to create it manually.

Why can't I change texmate scopes color for python? Is there a reason why vscode won't let me change color on some of the scopes? Had no problem with js and c. I'm trying to keep the same scheme for all the languages.
I can change some but not all of them.


📝 Summary
The key takeaways from this discussion on textmate syntax demonstrate the importance of understanding these concepts. By applying these insights, you can make informed decisions.
