[all-commits] [llvm/llvm-project] e47082: [vim] Improve `iskeyword` for MLIR (#121750)

Jack Frankland via All-commits all-commits at lists.llvm.org
Wed Jan 15 02:01:57 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e4708260c7e9eeb817cafa6db9eee2569f00b5d2
      https://github.com/llvm/llvm-project/commit/e4708260c7e9eeb817cafa6db9eee2569f00b5d2
  Author: Jack Frankland <jack.frankland at arm.com>
  Date:   2025-01-15 (Wed, 15 Jan 2025)

  Changed paths:
    M mlir/utils/vim/ftplugin/mlir.vim

  Log Message:
  -----------
  [vim] Improve `iskeyword` for MLIR (#121750)

Define keywords for the MLIR syntax. This allows better recognition of
semantic constructs such as SSA value identification e.g. `%foo` which
gives improved motion handling when using 'word based' such as `w, e`.

This is based on the work done for the LLVM IR in
8c46413f343d0a5b8db48d958890b9038f03b70d.

Signed-off-by: Jack Frankland <jack.frankland at arm.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list