<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE language><language name="MonoBasic" section="Sources" version="5" kateversion="5.62" extensions="*.vb" mimetype="" author="Davide Bettio (davide.bettio@kdemail.net)" license="GPL"><highlighting><list name="keywords"><item>AddHandler</item><item>And</item><item>AndAlso</item><item>As</item><item>ByRef</item><item>ByVal</item><item>Call</item><item>Catch</item><item>Const</item><item>Declare</item><item>Default</item><item>Delegate</item><item>Dim</item><item>Else</item><item>Error</item><item>Event</item><item>Explicit</item><item>False</item><item>Finaly</item><item>Friend</item><item>Goto</item><item>Imports</item><item>Inherits</item><item>Me</item><item>MustInherit</item><item>MustOverride</item><item>MyBase</item><item>MyClass</item><item>New</item><item>Not</item><item>NotInheritable</item><item>NotOverridable</item><item>Nothing</item><item>On</item><item>Option</item><item>Optional</item><item>Or</item><item>OrElse</item><item>Overloads</item><item>Overrides</item><item>ParamArray</item><item>Private</item><item>Protected</item><item>Public</item><item>RaiseEvent</item><item>ReadOnly</item><item>Redim</item><item>Resume</item><item>Return</item><item>Shadows</item><item>Shared</item><item>Step</item><item>Strict</item><item>Then</item><item>Throw</item><item>To</item><item>True</item><item>When</item><item>WithEvents</item><item>WriteOnly</item><item>Xor</item></list><list name="types"><item>Boolean</item><item>Byte</item><item>Char</item><item>Date</item><item>DateTime</item><item>Decimal</item><item>Double</item><item>Exception</item><item>Guid</item><item>Int16</item><item>Int32</item><item>Int64</item><item>IntPtr</item><item>Integer</item><item>Long</item><item>Object</item><item>ParamArray</item><item>Single</item><item>String</item><item>TimeSpan</item></list><contexts><context name="Normal" attribute="Normal Text"><keyword String="keywords" attribute="Keyword"/><keyword String="types" attribute="Type"/><DetectChar char='"' attribute="String" context="String"/><DetectChar char="'" attribute="Comment" context="Comment"/><RegExpr String="\b(Namespace)([\s]|$)" attribute="Keyword" beginRegion="Namespace1" insensitive="1"/><RegExpr String="End.Namespace.*$" attribute="Keyword" endRegion="Namespace1" insensitive="1"/><RegExpr String="\b(Module)([\s]|$)" attribute="Keyword" beginRegion="Module1" insensitive="1"/><RegExpr String="End.Module.*$" attribute="Keyword" endRegion="Module1" insensitive="1"/><RegExpr String="\b(Class)([\s]|$)" attribute="Keyword" beginRegion="Class1" insensitive="1"/><RegExpr String="End.Class.*$" attribute="Keyword" endRegion="Class1" insensitive="1"/><RegExpr String="\b(Interface)([\s]|$)" attribute="Keyword" beginRegion="Interface1" insensitive="1"/><RegExpr String="End.Interface.*$" attribute="Keyword" endRegion="Interface1" insensitive="1"/><RegExpr String="\b(Structure)([\s]|$)" attribute="Keyword" beginRegion="Structure1" insensitive="1"/><RegExpr String="End.Structure.*$" attribute="Keyword" endRegion="Structure1" insensitive="1"/><RegExpr String="\b(Enum)([\s]|$)" attribute="Keyword" beginRegion="Enum1" insensitive="1"/><RegExpr String="End.Enum.*$" attribute="Keyword" endRegion="Enum1" insensitive="1"/><RegExpr String="\b(Property)([\s]|$)" attribute="Keyword" beginRegion="Property1" insensitive="1"/><RegExpr String="End.Property.*$" attribute="Keyword" endRegion="Property1" insensitive="1"/><RegExpr String="\b(Get)([\s]|$)" attribute="Keyword" beginRegion="Get1" insensitive="1"/><RegExpr String="End.Get.*$" attribute="Keyword" endRegion="Get1" insensitive="1"/><RegExpr String="\b(Set)([\s]|$)" attribute="Keyword" beginRegion="Set1" insensitive="1"/><RegExpr String="End.Set.*$" attribute="Keyword" endRegion="Set1" insensitive="1"/><RegExpr String="\b(Sub)([.\s]|$)" attribute="Keyword" beginRegion="Sub1" insensitive="1"/><RegExpr String="End.Sub.*$" attribute="Keyword" endRegion="Sub1" insensitive="1"/><RegExpr String="Exit.Sub.*$" attribute="Keyword" insensitive="1"/><RegExpr String="\b(Function)([\s]|$)" attribute="Keyword" beginRegion="Function1" insensitive="1"/><RegExpr String="End.Function.*$" attribute="Keyword" endRegion="Function1" insensitive="1"/><RegExpr String="Exit.Function.*$" attribute="Keyword" insensitive="1"/><RegExpr String="\b(Try)([\s]|$)" attribute="Keyword" beginRegion="Try1" insensitive="1"/><RegExpr String="End.Try.*$" attribute="Keyword" endRegion="Try1" insensitive="1"/><RegExpr String="\b(If)([\s]|$)" attribute="Keyword" beginRegion="If1" insensitive="1"/><RegExpr String="End.If.*$" attribute="Keyword" endRegion="If1" insensitive="1"/><RegExpr String="Select.Case.*$" attribute="Keyword" beginRegion="SelectCase1" insensitive="1"/><RegExpr String="End.Select.*$" attribute="Keyword" endRegion="SelectCase1" insensitive="1"/><RegExpr String="\b(For)([\s]|$)" attribute="Keyword" beginRegion="For1" insensitive="1"/><RegExpr String="\b(Next)([\s]|$)" attribute="Keyword" endRegion="For1" insensitive="1"/><RegExpr String="\b(Do)([\s]|$)" attribute="Keyword" beginRegion="DoLoop1" insensitive="1"/><RegExpr String="\b(Loop)([\s]|$)" attribute="Keyword" endRegion="DoLoop1" insensitive="1"/><RegExpr String="\b(While)([\s]|$)" attribute="Keyword" beginRegion="While1" insensitive="1"/><RegExpr String="End.While.*$" attribute="Keyword" endRegion="While1" insensitive="1"/><RegExpr String="Exit.While.*$" attribute="Keyword" insensitive="1"/><RegExpr String="#Region.*$" attribute="Preprocessor" beginRegion="Region1" insensitive="1"/><RegExpr String="#End.Region.*$" attribute="Preprocessor" endRegion="Region1" insensitive="1"/><RegExpr String="#If.*$" attribute="Preprocessor" beginRegion="PreprocessorIf1" insensitive="1"/><RegExpr String="#End.If.*$" attribute="Preprocessor" endRegion="PreprocessorIf1" insensitive="1"/></context><context name="Comment" attribute="Comment" lineEndContext="#pop"><DetectSpaces/><IncludeRules context="##Comments"/></context><context name="String" attribute="String" lineEndContext="#pop"><LineContinue attribute="String" context="#pop"/><HlCStringChar attribute="String Char"/><DetectChar char='"' attribute="String" context="#pop"/></context></contexts><itemDatas><itemData name="Normal Text" defStyleNum="dsNormal"/><itemData name="Keyword" defStyleNum="dsKeyword" color="#000080" bold="0"/><itemData name="Type" defStyleNum="dsDataType" color="#000080" bold="0"/><itemData name="String" defStyleNum="dsString" color="#800000"/><itemData name="String Char" defStyleNum="dsSpecialChar"/><itemData name="Preprocessor" defStyleNum="dsOthers" color="#008000"/><itemData name="Comment" defStyleNum="dsComment" color="#008000"/></itemDatas></highlighting><general><keywords casesensitive="0"/><comments><comment name="singleLine" start="'"/></comments></general></language>