Files
RedBear-OS/local/recipes/tui/mc/source/misc/syntax/dos.syntax
T
vasilito cee25393d8 fix: boot process improvements — dependency cycle, INIT_NOTIFY, probing loop, and log spam fixes
- Fix P15-8-init-cycle-detection.patch: replace visiting+error with seen+silent-skip
  to eliminate 11 false-positive 'dependency cycle detected' errors on shared deps
- Fix P0-daemon-fix-init-notify-unwrap.patch: remove eprintln! for missing
  INIT_NOTIFY (expected for oneshot_async services, ~7 daemons affected)
- Fix driver-manager hotplug loop: add PERMANENTLY_SKIPPED static set shared
  between hotplug handler and DriverConfig::probe() to stop infinite re-probing
  of Fatal/NotSupported/deferred-exhausted device+driver pairs (e.g. ided)
- Fix driver-manager log_timeline: suppress repeated EPIPE/ENOENT errors with
  AtomicI32 dedup and AtomicBool one-shot guards for boot timeline JSON
- Add driver-manager SIGTERM handler, ACPI bus registration, --status mode,
  driver reap loop, graceful shutdown, and reduced deferred retries (30→3)
2026-05-17 12:34:02 +03:00

75 lines
2.1 KiB
YAML

# DOS & Windows highlighting
# 2002 (C) Petr Kozelka, <pkozelka@email.cz>
caseinsensitive
context default
keyword whole break yellow
keyword whole call yellow
keyword whole cd yellow
keyword whole chdir yellow
keyword whole cls yellow
keyword whole copy yellow
keyword whole del yellow
keyword whole dir yellow
keyword whole do yellow
keyword whole echo yellow
keyword whole else yellow
keyword whole erase yellow
keyword whole endlocal yellow
keyword whole errorlevel yellow
keyword whole exist yellow
keyword whole exit yellow
keyword whole for yellow
keyword whole goto yellow
keyword whole if yellow
keyword whole in yellow
keyword whole md yellow
keyword whole mkdir yellow
keyword whole move yellow
keyword whole not yellow
keyword whole off yellow
keyword whole on yellow
keyword whole pause yellow
keyword whole popd yellow
keyword whole pushd yellow
keyword whole rd yellow
keyword wholeleft rem\s*\n brown
keyword whole ren yellow
keyword whole rename yellow
keyword whole rmdir yellow
keyword whole set yellow
keyword whole setlocal yellow
keyword whole shift yellow
keyword whole then yellow
keyword whole type yellow
keyword whole ver yellow
keyword \\ lightgray
keyword whole \%\* brightmagenta
keyword whole \%\$ brightmagenta
keyword whole \%\[ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_0123456789\]+\% brightmagenta
keyword whole \%\[ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_0123456789@~\]+ brightmagenta
keyword >> white
keyword > white
keyword < white
keyword | white
context ' ' brightcyan
spellcheck
context " " brightcyan
keyword whole \%\[ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_0123456789\]+\% brightmagenta
keyword whole \%\[ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_0123456789@~\]+ brightmagenta
spellcheck
context linestart :: \n brightgreen
keyword $+:*$ black green
spellcheck
context linestart : \n white black
spellcheck
context :: \n brightgreen
spellcheck