> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/knowledge-base/knowledge-base-articles/syntax-highlighting.md).

# Syntax highlighting

Syntax highlighting is a feature found in text editors, commonly used for programming, scripting, and markup languages like HTML. It displays text, particularly source code, in various colors and fonts to differentiate and emphasize different categories of terms.

To find this feature in Remote Desktop Manager, go to ***File – Settings – Types – Sessions – Terminal*** and select ***Syntax highlighting***. Add a new item in the list by clicking on ***Add***.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW2010_2024_1.png" alt=""><figcaption></figcaption></figure>

Below is a list of all ***Syntax highlighting*** options.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW2012_2024_1.png" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="204.39996337890625">Option</th><th>Description</th></tr></thead><tbody><tr><td>Name</td><td>The name that will be displayed in the highlight list. For information only.</td></tr><tr><td>Keyword</td><td>What is used to make the match. If you do not check <em><strong>Use regex comparison</strong></em> (below in the <em><strong>Advanced</strong></em> section), it does a simple text string validation. Separate multiple keywords in the field by pressing <kbd>Enter</kbd>.</td></tr><tr><td>Highlighting enabled</td><td>Enable to highlight the specified keyword(s). You might want to save different highlightings and not set them all.</td></tr><tr><td>Foreground color</td><td>The highlight color for the foreground (text).</td></tr><tr><td>Background color</td><td>The highlight color for the background (behind the text).</td></tr><tr><td>Underlined</td><td>Enable this option to underline the highlight.</td></tr><tr><td>Use regex comparison</td><td>Enable this option to change how the match is made to regex (regular expression) mode.</td></tr><tr><td>Case sensitive</td><td>Enable this option to make the match case sensitive. This is only available in normal mode.</td></tr><tr><td>Complete word</td><td>Enable this option to set the match to be on the whole word. This is only available in normal mode.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/rdm/knowledge-base/knowledge-base-articles/syntax-highlighting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
