From fa71b5a918eddd2e4d1ce117f5b3db637b1bebcd Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Sat, 13 May 2023 23:52:40 -0400 Subject: [PATCH] Reformatted keyword lists, added several more keywords --- vim/syntax/timetracker.vim | 204 +++++++++++++++++++++++-------------- 1 file changed, 130 insertions(+), 74 deletions(-) diff --git a/vim/syntax/timetracker.vim b/vim/syntax/timetracker.vim index 90e5d1f..a36a44f 100644 --- a/vim/syntax/timetracker.vim +++ b/vim/syntax/timetracker.vim @@ -9,89 +9,145 @@ endif syntax keyword timetrackerCategories Cloud Call Delivery Internal On Prem PTO transparent contained syntax keyword timetrackerStartStop Begin End -syntax keyword timetrackerStandardOps Clarizen timesheets Slack handling email triage macOS upgrades timetracker Keyboard Maestro All Hands scheduled meeting daily standup Prometheus Grafana -syntax keyword Customers Aetna +syntax keyword timetrackerStandardOps + \ API + \ APT + \ AST + \ AVT + \ All + \ Auth + \ Authenticate + \ Behavior + \ Bio + \ Call + \ Certified Kubernetes Administrator + \ Clarizen + \ Correlation + \ Device + \ DRE + \ DSM + \ Express + \ Feedback + \ Grafana + \ Hands + \ Identity + \ Keyboard + \ Maestro + \ PCPN + \ Passport + \ Prometheus + \ Protect + \ Push + \ Risk + \ Slack + \ Transfer + \ VeriCall + \ Voice + \ Vormetric + \ access + \ behaviorprint + \ daily + \ email + \ handling + \ lesson + \ macOS + \ meeting + \ phoneprint + \ prep + \ scheduled + \ standup + \ timesheets + \ timetracker + \ triage + \ upgrades + \ verification + \ voiceprint +syntax keyword Customers + \ 53rd + \ A Cloud Guru \ AIG - \ Alerus - \ Alliant - \ America - \ American - \ Ameriprise - \ Amerisource - \ Anthem - \ Associated - \ Athene - \ Banamex - \ Bandwidth - \ Bank - \ Bergen + \ Aetna + \ Alerus + \ Alliant + \ America + \ American + \ Ameriprise + \ Amerisource + \ Anthem + \ Associated + \ Athene \ BMO - \ Broadway - \ Canada - \ Capital - \ Citi - \ CitiBanamex - \ Citibanamex - \ Citizens - \ Comerica - \ Community - \ Colorado - \ Credit - \ CS + \ Banamex + \ Bandwidth + \ Bank + \ Bergen + \ Broadway + \ CS + \ Canada + \ Capital + \ Citi + \ CitiBanamex + \ Citibanamex + \ Citizens + \ Colorado + \ Comerica + \ Community + \ Credit \ Digital - \ Empower - \ Equifax \ ETRADE - \ Fargo - \ Federal - \ First - \ FNBO - \ FNBPA + \ Empower + \ Equifax + \ FNBO + \ FNBPA + \ Fargo + \ Federal + \ Financial + \ First + \ GTE \ Gen - \ GTE - \ Hancock - \ Hawaiian - \ Huntington - \ Jackson - \ John - \ KeyBank - \ Kohls - \ Life + \ Hancock + \ Hawaiian + \ Huntington + \ Jackson + \ John + \ KeyBank + \ Kohls + \ Life \ Lock - \ Manulife - \ Mass - \ Montreal - \ Mutual - \ National - \ Nationwide - \ Navy - \ New - \ Norton + \ Manulife + \ Mass + \ Montreal + \ Mutual \ NYL - \ Of - \ of - \ One - \ PERA - \ PNC - \ Regions - \ Republic - \ Rowe + \ National + \ Nationwide + \ Navy + \ New + \ Norton + \ Of + \ One + \ PERA + \ PNC + \ Regions + \ Republic + \ Rowe \ Royal - \ S3 - \ South - \ State - \ Support - \ T[.] - \ The - \ the - \ TIAA - \ Union - \ United - \ US - \ Wells - \ West - \ York + \ S3 + \ South + \ State + \ Support + \ TIAA + \ T[.] + \ The + \ US + \ Union + \ United + \ Wells + \ West + \ York \ Zions + \ of + \ the syntax match timetrackerTimestamp /\d\{4}-\%(0[135789]-\%([0-2]\d\|3[01]\)\|\%(1[02]-\%([0-2]\d\|3[01]\)\)\|0[46]-\%([0-2]\d\|30\)\|11-\%([0-2]\d\|30\)\|02-[0-2]\d\) \%([01]\d\|2[0-3]\):\%([0-5]\d\)\%(:[0-5]\d\)\{2}/ contained "syntax match ticket /\(#|CM-|PD-\)\d\+/