[all-commits] [llvm/llvm-project] e3ed63: [TableGen] Update editor modes for new keywords.
Simon Tatham via All-commits
all-commits at lists.llvm.org
Tue Jan 14 05:39:22 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e3ed63e83ab6194aaf6711b97bdf09f16dcf2401
https://github.com/llvm/llvm-project/commit/e3ed63e83ab6194aaf6711b97bdf09f16dcf2401
Author: Simon Tatham <simon.tatham at arm.com>
Date: 2020-01-14 (Tue, 14 Jan 2020)
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/tablegen/syntaxes/TableGen.tmLanguage
Log Message:
-----------
[TableGen] Update editor modes for new keywords.
Summary:
D71407 and D71474 added new keywords to the Tablegen language:
`defvar`, `if`, `then` and `else`. This commit updates the various
editor modes to highlight them appropriately.
Some of the modes also didn't include `defset`, so I've added that too
while I was there.
Reviewers: MaskRay, lebedev.ri, plotfi
Reviewed By: lebedev.ri
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D72693
More information about the All-commits
mailing list