From 3c4788a8afe27c88a74de4617f18449129a2c110 Mon Sep 17 00:00:00 2001 From: Luxed Date: Fri, 7 May 2021 21:49:15 -0400 Subject: [PATCH] Improve Javascript syntax highlighting --- colors/ayu.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/colors/ayu.vim b/colors/ayu.vim index a3dce5f..f50c850 100644 --- a/colors/ayu.vim +++ b/colors/ayu.vim @@ -255,6 +255,10 @@ call ayu#hi('jsObjectProp', 'tag', '') call ayu#hi('jsRegexpString', 'regexp', '') +call ayu#hi('jsStorageClass', 'keyword', '') + +call ayu#hi('jsArrowFunction', 'operator', '') + " }}} " TreeSitter:" {{{