Syntax Highlighting

Ynote Classic supports intelligent syntax highlighting and autocompletion for more than 35 language and support for 

Syntax Highlighting

To switch Between syntax highlighting, use the View->Syntax Highlight->{your language} command. 

Ynote Classic has  30 inbuilt Syntax Highlighting Schemes. Custom Schemes can be added. 

Ynote Supports use of FastcoloredTextBox supported XML file for syntax highlighting. You need to create an xml file for syntax highlighting and save it to the '{ynotepath}\Highlighters' directory. You can also share your Syntax Highlighting File on the Resources site -> http://ynoteplugins.codeplex.com

The file may contain information about styles, rules of syntax highlighting, folding parameters and brackets.
Below is a list of valid tags and attributes to them:

An example of HTML Highlighting

<doc>

    <brackets left="&lt;right="&gt;"/>

    <style name="Maroon"color="Maroon"fontStyle="Bold,Italic"/>

    <style name="Blue" color="Blue"/>

    <rule style="Blue">&lt;|/&gt;|&lt;/|&gt;</rule>

    <rule style="Maroon">&lt;(?&lt;range&gt;[!\w\d]+)</rule>

    <rule style="Maroon">&lt;/(?&lt;range&gt;[\w\d]+)&gt;</rule>

    <folding start="&lt;div"finish="&lt;/div&gt;"options="IgnoreCase"/>

</doc>