<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Missing OpenVPN .ovpn syntax highlighting]]></title><description><![CDATA[<p dir="auto">Hi. Couldn’t find a more suitable section to request a syntax highlighting for .ovpn files (OpenVPN configuration files).</p>
<p dir="auto">Here’s a script for ‘vim’ that may be useful for somebody that wants to make the style.</p>
<p dir="auto"><a href="https://www.vim.org/scripts/script.php?script_id=1420" rel="nofollow ugc">https://www.vim.org/scripts/script.php?script_id=1420</a></p>
<p dir="auto">Regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/21431/missing-openvpn-ovpn-syntax-highlighting</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 22:11:49 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/21431.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Jul 2021 01:41:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Missing OpenVPN .ovpn syntax highlighting on Fri, 02 Jul 2021 13:09:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/helix751" aria-label="Profile: Helix751">@<bdi>Helix751</bdi></a> ,</p>
<blockquote>
<p dir="auto">Couldn’t find a more suitable section to request a syntax highlighting for .ovpn files</p>
</blockquote>
<p dir="auto">This forum is for discussion, not for feature requests.  If you explore the Forum, you will easily find the <a href="/category/7/faq">FAQ</a> section of this Forum, which has an entry called <a href="/topic/15741/faq-desk-feature-request-or-bug-report">“FAQ Desk: Feature Request or Bug Report”</a>: that FAQ entry tells you how to make a Feature Request.</p>
<p dir="auto">That said, Notepad++'s built-in syntax highlighting (like the C++, HTML, Python, etc) are inherited from the Scintilla project (Notepad++ uses some Scintilla IP under the hood); Scintilla long ago stopped adding new built-in syntax highlighters, so Notepad++ hasn’t added new built-in highlighters in quite some time.</p>
<p dir="auto">At this point, the Notepad++ developers encourage users to make use of one of two existing features of Notepad++ to get more syntax highlighting:</p>
<ol>
<li>Notepad++ comes bundled with the <a href="https://npp-user-manual.org/docs/user-defined-language-system/" rel="nofollow ugc">User Defined Language (UDL)</a> system, where you can define your own simple keywords and comment syntax for syntax highlighting, code-folding, and the like.  This is the most-commonly used feature for defining your own syntax highlighting</li>
<li>Notepad++ has the capability to accept plugins, and it’s possible to <a href="https://npp-user-manual.org/docs/plugins/#building-a-lexer-plugin" rel="nofollow ugc">develop a lexer / syntax highlighter plugin</a> – fewer have made use of this, but you can see at least one in the Plugins Admin called “GEDCOM Lexer”</li>
</ol>
<p dir="auto">My guess, since it’s a config-file syntax, is that UDL will serve your needs. It’s not really that hard to get started writing your own UDL.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/67617</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/67617</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 02 Jul 2021 13:09:30 GMT</pubDate></item></channel></rss>