added eugtk examples

This commit is contained in:
2016-11-25 00:33:18 -07:00
parent 87a821e3da
commit c0b98b619e
877 changed files with 96872 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
<!DOCTYPE html>
<head>
<title>Eu Syntax files</title>
</head>
<body>
<hr />
<h3>Euphoria Syntax for Geany</h3>
<hr />
<img src="compileflag.jpg" alt="Geany" />
<p>
These files allow you to do syntax highlighting for the Euphoria programming language.
</p>
<h5>To Install:</h5>
<p>
For Geany I have included Kenneth Rhodes' gneui.ex program which allows Geany to jump to the
location of an error. To use it, just set your Geany Build Command in the Execute box to: <br />
<i>eui gneui.ex ./%f</i> <br />
and move gneui.ex to your working directory.
</p>
In the ~/demos/resources folder you will find two config files to trick Geany, Pluma, etc.
into thinking your Euphoria files are Lua source code, thus giving you syntax highlighting:
<pre>
Copy filetype_extensions.conf into ~/.config/geany/
Copy filetypes.lua into ~/.config/geany/filedefs
</pre>
</p>
</body>
</html>