<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>NRF connect serial terminal logs display language mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122283/nrf-connect-serial-terminal-logs-display-language-mode</link><description>How can I display the nrf serial terminal logs files on VS Code while keeping the same colors and text highlights for dbg , inf , wrn , etc., just like when viewing live logs through the terminal? 
 I tried some of the existent language modes in vscode</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Jun 2025 10:52:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122283/nrf-connect-serial-terminal-logs-display-language-mode" /><item><title>RE: NRF connect serial terminal logs display language mode</title><link>https://devzone.nordicsemi.com/thread/539519?ContentTypeID=1</link><pubDate>Tue, 17 Jun 2025 10:52:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f4f40a4-8047-458c-b6e6-2ffcb032c3be</guid><dc:creator>zsn</dc:creator><description>&lt;p&gt;thanks, I will try it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF connect serial terminal logs display language mode</title><link>https://devzone.nordicsemi.com/thread/539494?ContentTypeID=1</link><pubDate>Tue, 17 Jun 2025 08:45:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e827065-1da0-447a-98fd-2b5034a4656e</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can use a VS Code extension for this. See the extension&lt;a href="https://marketplace.visualstudio.com/items?itemName=emilast.LogFileHighlighter"&gt; Logfile Highlighter&lt;/a&gt;. You can use your own configuration and highlighting rules by editing the &lt;code&gt;settings.json&lt;/code&gt; file. Something like the following may work for you:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;  &amp;quot;logFileHighlighter.customPatterns&amp;quot;: [
    {
      &amp;quot;pattern&amp;quot;: &amp;quot;dbg&amp;quot;,
      &amp;quot;foreground&amp;quot;: &amp;quot;#2268aa&amp;quot;
    },
    {
      &amp;quot;pattern&amp;quot;: &amp;quot;inf&amp;quot;,
      &amp;quot;foreground&amp;quot;: &amp;quot;#22aa22&amp;quot;
    },
    {
      &amp;quot;pattern&amp;quot;: &amp;quot;wrn&amp;quot;,
      &amp;quot;foreground&amp;quot;: &amp;quot;#ecb316&amp;quot;
    },
    {
      &amp;quot;pattern&amp;quot;: &amp;quot;err&amp;quot;,
      &amp;quot;foreground&amp;quot;: &amp;quot;#aa2222&amp;quot;
    }

  ]&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>