42 lines
887 B
HTML
42 lines
887 B
HTML
<!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>
|
|
|
|
|
|
|
|
|