[llvm] [vim] Improve iskeyword for LLVM IR (PR #117905)

Fraser Cormack via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 06:39:34 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:

I've added a comment

https://github.com/llvm/llvm-project/pull/117905


More information about the llvm-commits mailing list