<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE language><language name="V" version="1" kateversion="5.62" section="Sources" indenter="cstyle" mimetype="text/x-vlang" extensions="*.v;*.vh;*.vsh" author="Lars Pontoppidan (dev.larpon@gmail.com)" license="MIT"><highlighting><list name="keywords"><item>as</item><item>assert</item><item>break</item><item>const</item><item>continue</item><item>defer</item><item>else</item><item>enum</item><item>fn</item><item>for</item><item>go</item><item>goto</item><item>if</item><item>import</item><item>in</item><item>interface</item><item>is</item><item>match</item><item>module</item><item>nil</item><item>none</item><item>or</item><item>pub</item><item>return</item><item>shared</item><item>spawn</item><item>static</item><item>struct</item><item>type</item><item>union</item></list><list name="compile_time_keywords"><item>$Array</item><item>$Map</item><item>$Struct</item><item>$else</item><item>$embed_file</item><item>$env</item><item>$for</item><item>$if</item><item>$pkgconfig</item></list><list name="scopes"><item>asm</item><item>unsafe</item></list><list name="types"><item>atomic</item><item>bool</item><item>byte</item><item>chan</item><item>char</item><item>f32</item><item>f64</item><item>i128</item><item>i16</item><item>i64</item><item>i8</item><item>int</item><item>isize</item><item>mut</item><item>nil</item><item>none</item><item>rune</item><item>string</item><item>thread</item><item>u128</item><item>u16</item><item>u32</item><item>u64</item><item>u8</item><item>usize</item><item>ustring</item><item>voidptr</item></list><list name="flags"><item>#define</item><item>#flag</item><item>#include</item><item>#insert</item><item>#pkgconfig</item></list><list name="tag_attributes"><item>_cold</item><item>_constructor</item><item>_destructor</item><item>_flatten</item><item>_hot</item><item>_malloc</item><item>_naked</item><item>_pointer</item><item>_pure</item><item>console</item><item>deprecated</item><item>deprecated_after</item><item>direct_array_access</item><item>flag</item><item>has_globals</item><item>heap</item><item>inline</item><item>irq_handler</item><item>keep_args_alive</item><item>live</item><item>manualfree</item><item>no_inline</item><item>noinline</item><item>required</item><item>trace_error</item><item>trusted</item><item>typedef</item><item>unsafe</item><item>windows_stdcall</item></list><list name="vlib"><item>arrays</item><item>benchmark</item><item>bignum</item><item>bitfield</item><item>compiler</item><item>crypto</item><item>encoding</item><item>filepath</item><item>flag</item><item>freetype</item><item>gg</item><item>gl</item><item>glfw</item><item>glm</item><item>gx</item><item>hash</item><item>http</item><item>json</item><item>log</item><item>math</item><item>mysql</item><item>net</item><item>orm</item><item>os</item><item>os2</item><item>pg</item><item>rand</item><item>readline</item><item>runtime</item><item>sqlite</item><item>stbi</item><item>strconv</item><item>strings</item><item>sync</item><item>szip</item><item>term</item><item>time</item><item>ui</item><item>vweb</item></list><list name="builtin"><item>eprintln</item><item>error</item><item>len</item><item>panic</item><item>print</item><item>println</item></list><list name="predeclared"><item>aarch64</item><item>all</item><item>amd64</item><item>android</item><item>apk</item><item>arm32</item><item>arm64</item><item>big_endian</item><item>bsd</item><item>clang</item><item>cplusplus</item><item>darwin</item><item>debug</item><item>dragonfly</item><item>es5</item><item>false</item><item>freebsd</item><item>freestanding</item><item>gc_bohem</item><item>gcc</item><item>glibc</item><item>gnu</item><item>haiku</item><item>hpux</item><item>i386</item><item>interpreter</item><item>ios</item><item>js</item><item>js_browser</item><item>js_freestanding</item><item>js_node</item><item>linux</item><item>little_endian</item><item>mach</item><item>macos</item><item>mingw</item><item>msvc</item><item>netbsd</item><item>no_bounds_checking</item><item>openbsd</item><item>prealloc</item><item>prod</item><item>qnx</item><item>raw</item><item>rv32</item><item>rv64</item><item>serenity</item><item>solaris</item><item>termux</item><item>test</item><item>threads</item><item>tinyc</item><item>true</item><item>vinix</item><item>windows</item><item>x32</item><item>x64</item></list><contexts><context name="normal" attribute="Normal Text"><DetectSpaces/><keyword String="tag_attributes" attribute="Tag Attribute"/><keyword String="keywords" attribute="Keyword"/><keyword String="compile_time_keywords" attribute="Compile Time Keyword"/><keyword String="predeclared" attribute="Predeclared Identifier"/><keyword String="scopes" attribute="Scope"/><keyword String="flags" attribute="Flag"/><keyword String="vlib" attribute="Module"/><keyword String="types" attribute="Data Type"/><keyword String="builtin" attribute="Builtin Function"/><DetectIdentifier/><DetectChar char="{" attribute="Symbol" beginRegion="Brace1"/><DetectChar char="}" attribute="Symbol" endRegion="Brace1"/><DetectChar char="[" attribute="Symbol" beginRegion="Bracket1"/><DetectChar char="]" attribute="Symbol" endRegion="Bracket1"/><StringDetect String="//" attribute="Comment" context="Commentar 1"/><StringDetect String="/*" attribute="Comment" context="Commentar 2" beginRegion="Comment"/><Float attribute="Float"/><Int attribute="Decimal"/><HlCOct attribute="Octal"/><HlCHex attribute="Hex"/><HlCChar attribute="Char"/><DetectChar char="'" attribute="String" context="LiteralString" beginRegion="MultiLineString"/><DetectChar char='"' attribute="String" context="BasicString" beginRegion="MultiLineString"/><DetectChar char="`" attribute="Char" context="SingleChar" beginRegion="MultiLineString"/><AnyChar String=":!%&amp;()+,-/.*&lt;=>?[]|~^;" attribute="Symbol"/></context><context name="BasicString" attribute="String"><HlCStringChar attribute="Escape"/><DetectChar char='"' attribute="String" context="#pop" endRegion="MultiLineString"/></context><context name="Commentar 1" attribute="Comment" lineEndContext="#pop"><LineContinue attribute="Comment"/><DetectSpaces/><IncludeRules context="##Comments"/><DetectIdentifier/></context><context name="Commentar 2" attribute="Comment"><DetectSpaces/><StringDetect String="*/" attribute="Comment" context="#pop" endRegion="Comment"/><IncludeRules context="##Comments"/><DetectIdentifier/></context><context name="LiteralString" attribute="String"><HlCStringChar attribute="Escape"/><DetectChar char="'" attribute="String" context="#pop" endRegion="MultiLineString"/></context><context name="SingleChar" attribute="Char"><HlCStringChar attribute="Escape"/><DetectChar char="`" attribute="Char" context="#pop" endRegion="MultiLineString"/></context></contexts><itemDatas><itemData name="Normal Text" defStyleNum="dsNormal" spellChecking="0"/><itemData name="Keyword" defStyleNum="dsKeyword" spellChecking="0"/><itemData name="Compile Time Keyword" defStyleNum="dsPreprocessor" spellChecking="0"/><itemData name="Scope" defStyleNum="dsRegionMarker" spellChecking="0"/><itemData name="Flag" defStyleNum="dsPreprocessor" spellChecking="0"/><itemData name="Module" defStyleNum="dsImport" spellChecking="0"/><itemData name="Tag Attribute" defStyleNum="dsAttribute" spellChecking="0"/><itemData name="Predeclared Identifier" defStyleNum="dsOthers" spellChecking="0"/><itemData name="Builtin Function" defStyleNum="dsBuiltIn" spellChecking="0"/><itemData name="Data Type" defStyleNum="dsDataType" spellChecking="0"/><itemData name="String" defStyleNum="dsString"/><itemData name="Comment" defStyleNum="dsComment"/><itemData name="Decimal" defStyleNum="dsDecVal" spellChecking="0"/><itemData name="Octal" defStyleNum="dsBaseN" spellChecking="0"/><itemData name="Hex" defStyleNum="dsBaseN" spellChecking="0"/><itemData name="Float" defStyleNum="dsFloat" spellChecking="0"/><itemData name="Char" defStyleNum="dsChar" spellChecking="0"/><itemData name="Symbol" defStyleNum="dsNormal" spellChecking="0"/><itemData name="Escape" defStyleNum="dsSpecialChar" spellChecking="0"/></itemDatas></highlighting><general><comments><comment name="singleLine" start="//"/><comment name="multiLine" start="/*" end="*/" region="Comment"/></comments></general></language>