This extension provides highlighting for VibrationVIEW hardware log files. It is primarily intended to aid in supporting users of VibrationVIEW.
Features
Syntax highlighting for timestamps, hardware serial numbers (VR9500/VR9700/VR10500/ObserVR1000), network/BOOTP/TFTP activity, recording errors, and other common log patterns.
Full-line highlight on the VibrationVIEW Version: banner so new session starts stand out.
Gutter shows each visible line's time delta relative to the cursor line (toggleable via vibrationviewLog.showTimestamps).
Customizing colors
Every grammar scope is suffixed with .vv-log, so you can retarget a single category by adding a rule to editor.tokenColorCustomizations.textMateRules in your settings.json — for example invalid.illegal.recording-overrun-abort.vv-log or entity.name.type.network.bootp-from.vv-log. See syntaxes/vibrationview_log.tmLanguage.json for the full list.