Hacker News with Generative AI: Tree-sitter

Emacs Tree-sitter custom highlighting (blogspot.com)
A few years ago I blogged about custom tree-sitter-based syntax highlighting in emacs. I started out with highlighting certain keywords in red. I wanted to show the keywords that interrupt control flow:
Combobulate: Bulk Editing Tree-sitter Nodes with Multiple Cursors (masteringemacs.org)
I’m sure you’ve found yourself in this situation: you want to edit something, but in multiple places, and at the same time. You’re busy; you don’t want to repeat yourself, and this is the twenty-first century and we do have the technology to do this!
Show HN: Tree-sitter Integration for Swift (github.com/daspoon)
Parsing Protobuf Definitions with Tree-sitter (relistan.com)