zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
3.28k stars 212 forks source link

bat: issue for characters following closed double quotes together with set #841

Closed lifenjoiner closed 2 months ago

lifenjoiner commented 2 months ago

Notepad4 (64-bit) 24.07 r5332 (57527b21)

Snippets:

set /p=ab "xyz" aaaa
set /p a=ab "xyz" aaaa
set a=ab "xyz" aaaa

Screenshot: dblquotes-with-set

The same color as the quoted part.

zufuliu commented 2 months ago
D:\Dev>set /?
Displays, sets, or removes cmd.exe environment variables.

SET [variable=[string]]

  variable  Specifies the environment-variable name.
  string    Specifies a series of characters to assign to the variable.
zufuliu commented 2 months ago

Fixed by a802549fd22103e81f0a066300f38b75fdca0d3b.