motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit 8a204da013e8cd49d32f7d4ffc43a4273ac0ab6d (tree)
parent eff0c03e5fd1df882bc4060e1c063fbf7148ad3a
Author: Michal Ziulek <michalziulek@gmail.com>
Date:   Sat, 15 Jan 2022 22:28:04 +0100

Added @select builtin
Diffstat:
Msyntax/zig.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/syntax/zig.vim b/syntax/zig.vim @@ -151,6 +151,7 @@ let s:zig_syntax_keywords = { \ , "@Type" \ , "@shuffle" \ , "@reduce" + \ , "@select" \ , "@setRuntimeSafety" \ , "@setEvalBranchQuota" \ , "@setFloatMode"