docs: use html instead of xml for highlight

This commit is contained in:
Sébastien Chopin 2023-10-03 10:52:34 +02:00
parent 24c5af328f
commit 45c1e7f51f

View File

@ -75,7 +75,7 @@ You can also debug your Nuxt app in JetBrains IDEs such as IntelliJ IDEA, WebSto
2. Open the `nuxt.run.xml` file and paste the following debug configuration: 2. Open the `nuxt.run.xml` file and paste the following debug configuration:
```xml ```html
<component name="ProjectRunConfigurationManager"> <component name="ProjectRunConfigurationManager">
<configuration default="false" name="client: chrome" type="JavascriptDebugType" uri="http://localhost:3000" useFirstLineBreakpoints="true"> <configuration default="false" name="client: chrome" type="JavascriptDebugType" uri="http://localhost:3000" useFirstLineBreakpoints="true">
<method v="2" /> <method v="2" />