
TextMate - a graphical text editor for macOS 10.12 or later
2022年4月16日 · Thanks but I wasn't coding :) I was using a bespoke markup language to create technical documentation. That reminds me of another reason why TextMate was so cool – we had our own custom plugin for syntax highlighting. If I recall (it's been a while), TextMate could do other cool stuff like automatically checkin via git.
TextMate — Still unbeatable, IMHO : r/nativemacapps - Reddit
2020年12月14日 · TextMate — Still unbeatable, IMHO 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. 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)? - Reddit
2024年4月17日 · 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?
Syntax highlighting with Textmate/Vscode grammars and themes
2022年8月18日 · This plugin now uses the current installed colorscheme as default. But you can override the colorscheme with Textmate themes. Textmate will take precedence over native syntax highlighting and even treesitter. Currently the whole extension is required as the package.json has more info identifying file types and filenames.
Is there any way to (relatively easily) create syntax ... - Reddit
2023年4月16日 · TextMate grammars are vscodes native solution and are a series of regex. They're extremely fast, and robust to code that isn't parseable. This part is important since code is regularly invalid as you type. However, I have not found anything to convert from ANTLR to TextMate. Semantic Highlighting, generally implemented as a language server.
Semantic token type foreground overwriting textmate foreground …
2020年12月26日 · Create an issue at the vscode repository about being able to override sematic token rules from a theme with custom TextMate rules, and hope that the devs change their minds based on the problem you're describing. Disable semantic highlighting for C/C++, thereby preventing the semantic token rules from overriding your TextMate rules.
The story of TextMate, VIM and SublimeText : r/programming
2012年1月30日 · TextMate 2 has a new event-driven command system which is just effing awesome, I recommend everyone check it out. I do like Sublime Text for large files and for working on Windows/Linux, but it just can't compare to TextMate's incredibly rich bundles and command line integration.
Should I be worried or not worried about Tree-sitter now that
2022年6月13日 · The display effect is treesitter > Textmate > vim syntax. If you use coc.nvim, you can give semantic highlighting a try in Vim and Neovim with treesitter enabled. Neovim is pretty nicer than Vim, because most of the servers return semantic tokens based on VSCode which uses Textmate.
TextMate as Tokenizer, is this a good idea? : r ... - Reddit
I think you paint yourself into a corner though. For a programming language to become full-featured, you want a good tokenizer and a langauge server. Starting with TextMate grammars might not give you a good path forward. Also syntax highlighting via textmate is pretty easy if you want to go that route.
Where did TextMate 2 go? : r/programming - Reddit
2008年7月13日 · It is a very good product, but TextMate has pretty much surpassed it in every way. Language support (bundle system means that you can find bundles for many languages/frameworks), templates and snippets, and the ability to run a given VM or compiler from within TextMate has pretty much made it unnecessary for me to keep BBEdit or …