Added syntax highlighting for true, false, this and null. Only actual built-ins (i.e. not all identifiers starting with a $) will be highlighted. To enable automatic detection of MIME type (and thereby get syntax highlighting turned on by default in gedit) copy the Overrides.xml file to ~/.local/share/mime/packages (create the directories if needed) and run "update-mime-database ~/.local/share/mime".
neko.lang
Description: Binary data
<?xml version="1.0"?> <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> <mime-type type="text/x-neko"> <sub-class-of type="text/plain"/> <comment>Neko source code</comment> <glob pattern="*.neko"/> </mime-type>
<mime-type type="text/x-nekoml">
<sub-class-of type="text/plain"/>
<comment>NekoML source code</comment>
<glob pattern="*.nml"/>
</mime-type>
</mime-info>
-- Neko : One VM to run them all (http://nekovm.org)
