Skip to content

1.2.2

Latest

Choose a tag to compare

@JoyHak JoyHak released this 30 Jul 09:17

This modification requires Maple Mono NF CN font for all UI elements, file dialogs and syntax highlighting.

Syntax highlighting

PowerShell

  • Improved absolute, relative, quoted and unquoted paths colors
paths
  • Improved variables interpolation colors

interpolation|

  • Added colors for expressions $(..), ${..}
  • Added registry hives colors (HKLM, HKEY_LOCAL_MACHINE, ..)

Xyplorer

  • Improved absolute, relative, quoted and unquoted paths colors
interpolation
  • Improved variables colors (including correct interpolation colors)
  • Improved colors of quotes and their contents
quotes1 quotes2

Fixed syntax highlighting

  • Fixed variables colors inside paths and quotes
  • Fixed excessive colors of variables, keywords, and functions enclosed in quotes
  • Fixed unexpected sc.. and vk.. colors in AutoHotkey code
  • Disabled colors for variables inside single quotes ' ' (because single quotes prevents var. interpolation)