[all-commits] [llvm/llvm-project] 86f5ca: [mlir] Significantly overhaul the textmate grammar

River Riddle via All-commits all-commits at lists.llvm.org
Thu May 12 15:50:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 86f5caeee955660e6faf71e5efd2ae24a335a0cc
      https://github.com/llvm/llvm-project/commit/86f5caeee955660e6faf71e5efd2ae24a335a0cc
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2022-05-12 (Thu, 12 May 2022)

  Changed paths:
    M mlir/utils/textmate/mlir.json

  Log Message:
  -----------
  [mlir] Significantly overhaul the textmate grammar

The current grammar is really crusty, only supports a handful of
cases, and is also out-of-date after various refactorings. This commit
refactors the textmate grammar to handle significantly more cases,
and now provides proper coloring for a majority of cases (including
dialect attributes, operations, types, etc.)

Differential Revision: https://reviews.llvm.org/D125458




More information about the All-commits mailing list