[all-commits] [llvm/llvm-project] 1febbd: [mlir][PDLL] Tweak the grammar to highlight partia...

River Riddle via All-commits all-commits at lists.llvm.org
Mon May 16 16:46:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1febbd67aa9cf31119398dde27d2dbf016de351e
      https://github.com/llvm/llvm-project/commit/1febbd67aa9cf31119398dde27d2dbf016de351e
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M mlir/utils/vscode/pdll-grammar.json

  Log Message:
  -----------
  [mlir][PDLL] Tweak the grammar to highlight partial code better

This commit enables proper highlighting when inner statements are
outside of a constraint/pattern/etc. This shouldn't really happen in
actual code, but can happen in documentation (which uses the same
syntax grammar).


  Commit: 6593886a35025af7b32e5d317dd91779bf60014f
      https://github.com/llvm/llvm-project/commit/6593886a35025af7b32e5d317dd91779bf60014f
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M mlir/docs/AttributesAndTypes.md
    M mlir/docs/DataLayout.md
    M mlir/docs/Interfaces.md
    M mlir/docs/OpDefinitions.md
    M mlir/docs/PassManagement.md

  Log Message:
  -----------
  [mlir][NFC] Fix the tags for various doc code blocks


Compare: https://github.com/llvm/llvm-project/compare/1313f5d3071c...6593886a3502


More information about the All-commits mailing list