[llvm] [vim] Improve iskeyword for LLVM IR (PR #117905)
Fraser Cormack via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 03:32:46 PST 2024
================
@@ -11,3 +11,4 @@ setlocal softtabstop=2 shiftwidth=2
setlocal expandtab
setlocal comments+=:;
setlocal commentstring=;\ %s
+setlocal iskeyword=%, at -@,$,a-z,A-Z,48-57,_,.,-
----------------
frasercrmck wrote:
Haha yep! I could add a comment to explain the list? It's a little cryptic.
https://github.com/llvm/llvm-project/pull/117905
More information about the llvm-commits
mailing list