[PATCH] D125427: [TableGen] Add a new json textmate description for syntax highlighting

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 15:56:12 PDT 2022


rriddle added a comment.

Added a few reviewers that I've been able to bamboozle into reviewing tablegen related things. Feel free to comment on the spec itself, but the thing I wanted some thoughts on was the currently existing tablegen textmate bundle. It hasn't been touched in ~10 years and is written in xml, should I just delete all of the existing stuff? (https://github.com/llvm/llvm-project/tree/main/llvm/utils/textmate) I don't use the macos textmate editor referenced there, so I'm not sure how to update that README.

Some context for this change is that I'm working on integrating tablegen language features into the MLIR vscode extension, and syntax highlighting is a big part of that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125427/new/

https://reviews.llvm.org/D125427



More information about the llvm-commits mailing list