[all-commits] [llvm/llvm-project] 416884: [TableGen] Update editor modes for new keywords an...
Francesco Petrogalli via All-commits
all-commits at lists.llvm.org
Thu Oct 19 00:32:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 416884544e0210c32c113f02c3d3881e78aac6a4
https://github.com/llvm/llvm-project/commit/416884544e0210c32c113f02c3d3881e78aac6a4
Author: Francesco Petrogalli <francesco.petrogalli at apple.com>
Date: 2023-10-19 (Thu, 19 Oct 2023)
Changed paths:
M llvm/utils/emacs/tablegen-mode.el
M llvm/utils/kate/llvm-tablegen.xml
M llvm/utils/vim/syntax/tablegen.vim
M llvm/utils/vscode/llvm/syntaxes/TableGen.tmLanguage
Log Message:
-----------
[TableGen] Update editor modes for new keywords and bang operators. (#68897)
* `dump`, added in https://github.com/llvm/llvm-project/pull/68793
* `!repr`, added in https://github.com/llvm/llvm-project/pull/68716
The keyword `assert` was missing, so I have added that too.
More information about the All-commits
mailing list