> 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/es/knowledge-base/knowledge-base-articles/syntax-highlighting.md).

# Resaltado de sintaxis

El resaltado de sintaxis es una función presente en los editores de texto, utilizada habitualmente para lenguajes de programación, de scripting y de marcado como HTML. Muestra el texto, en particular el código fuente, en distintos colores y fuentes para diferenciar y enfatizar diferentes categorías de términos.

Para encontrar esta función en Remote Desktop Manager, vaya a ***Archivo – Configuración – Tipos – Sesiones – Terminal*** y seleccione ***Resaltado de sintaxis***. Añada un nuevo elemento a la lista haciendo clic en ***Añadir***.

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

A continuación se muestra una lista de todas las opciones de ***Resaltado de sintaxis***.

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

<table><thead><tr><th width="204.39996337890625">Opción</th><th>Descripción</th></tr></thead><tbody><tr><td>Nombre</td><td>El nombre que se mostrará en la lista de resaltados. Solo a título informativo.</td></tr><tr><td>Palabra clave</td><td>Lo que se utiliza para realizar la coincidencia. Si no marca <em><strong>Usar comparación con regex</strong></em> (más abajo, en la sección <em><strong>Avanzado</strong></em>), realiza una validación simple de cadena de texto. Separe varias palabras clave en el campo pulsando <kbd>Enter</kbd>.</td></tr><tr><td>Resaltado activado</td><td>Actívelo para resaltar las palabras clave especificadas. Puede que desee guardar diferentes resaltados y no activarlos todos.</td></tr><tr><td>Color de primer plano</td><td>El color de resaltado para el primer plano (texto).</td></tr><tr><td>Color de fondo</td><td>El color de resaltado para el fondo (detrás del texto).</td></tr><tr><td>Subrayado</td><td>Active esta opción para subrayar el resaltado.</td></tr><tr><td>Usar comparación con regex</td><td>Active esta opción para cambiar la forma en que se realiza la coincidencia al modo regex (expresión regular).</td></tr><tr><td>Distinguir mayúsculas y minúsculas</td><td>Active esta opción para que la coincidencia distinga entre mayúsculas y minúsculas. Solo está disponible en modo normal.</td></tr><tr><td>Palabra completa</td><td>Active esta opción para que la coincidencia se realice sobre la palabra completa. Solo está disponible en modo normal.</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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
