[llvm] [vim] Improve iskeyword for LLVM IR (PR #117905)
Nick Desaulniers via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 10:41:00 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,_,.,-
----------------
nickdesaulniers wrote:
Is `48-57` really how one encodes `0-9`? If so, ew!
https://github.com/llvm/llvm-project/pull/117905
More information about the llvm-commits
mailing list