Comment on page
Syntax and Error Highlighting
Warp supports Syntax Highlighting in the Input Editor. It colors each part of a command to help differentiate between sub-commands, options/flags, arguments and variables.
When Syntax Highlighting is enabled, Warp's Input Editor automatically recognizes each part of the command as you type it into the Input Editor, and syntactically highlight them.
Syntax highlighting is enabled by default, to toggle it:
- 1.Press
CMD-P
to open up the Command Palette - 2.Search for the "Syntax Highlighting" option and click it (or press enter) to enable/disable
Alternatively, navigate to
Settings > Features
and toggle Syntax highlighting for commands
Syntax Highlighting Demo
Warp highlights errors in commands that are typed within the Input Editor e.g. if the binary for the command you've typed does not exist.
Newly installed apps or newly created aliases will trigger error underlining until you open a new Warp session (Window/Tab/Pane).
When Error Underlining is enabled, Warp automatically underlines any invalid commands with a dashed red underline.
Error underlining is enabled by default, to toggle it:
- 1.Press
CMD-P
to open up the Command Palette - 2.Search for the "Error Underlining" option and click it (or press enter) to enable/disable
Alternatively, navigate to
Settings > Features
and toggle Error underlining for commands
Error Underlining Demo
Last modified 6mo ago