added eugtk examples
This commit is contained in:
41
eugtk/examples/resources/geany_syntax/README.html
Normal file
41
eugtk/examples/resources/geany_syntax/README.html
Normal 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>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user