Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[emacs] Handle vector types, arbitary integer types and function names (
#88246) Resurrecting this patch from https://reviews.llvm.org/D158321 This adds a few more regexp patterns for llvm-mode-syntax-table. The primitive type regexp was split out so it could be reused when handling vectors. Also worth noting is that the vector regexp needs to come before the primitive types, otherwise they will match first.
- Loading branch information