<html><head><style> body {height: 100%; color:#000000; font-size:12pt; font-family:Arial;}</style></head><body>I was told this might be useful for when coffeescript is added:<br><br><span>## FILETYPES.COFFEESCRIPT (delete this comment)</span><br><span> </span># For complete documentation of this file, please see Geany's main documentation<br>[styling=C]<br><br>[keywords]<br># all items must be in one line<br>##note: keywords can be found here: https://raw.github.com/jashkenas/coffee-script/master/src/lexer.coffee<br>primary=case default function var void with const let enum export import native __hasProp __extends __slice __bind __indexOf true false null this new delete typeof in instanceof return throw break continue debugger if else switch for while do try catch finally class extends super undefined then unless until loop of by when and or is isnt not yes no on off<br>secondary=Array Boolean Date Function Math Number Object String RegExp EvalError Error RangeError ReferenceError SyntaxError TypeError URIError prototype decodeURI decodeURIComponent encodeURI encodeURIComponent eval isFinite isNaN parseFloat parseInt<br><br>[settings]<br># default extension used when saving files<br>extension=coffee<br><br># single comments, like # in this file<br>comment_single=#<br># multiline comments<br>comment_open=###<br>comment_close=###<br><br># set to false if a comment character/string should start at column 0 of a line, true uses any<br># indentation of the line, e.g. setting to true causes the following on pressing CTRL+d<br>    #command_example();<br># setting to false would generate this<br>#    command_example();<br># This setting works only for single line comments<br>comment_use_indent=true<br><br># context action command (please see Geany's main documentation for details)<br>context_action_cmd=<br><br>[indentation]<br>#width=4<br># 0 is spaces, 1 is tabs, 2 is tab & spaces<br>#type=1<br><br>[build_settings]<br># %f will be replaced by the complete filename<br># %e will be replaced by the filename without extension<br># (use only one of it at one time)<br>compiler=coffee --compile "%f"<br>run=coffee --eval "%f"<br>## /FILETYPES.COFFEESCRIPT (delete this comment)<br>Note the coffeescript keywords can be found in coffeescript's lexer here (also commented in the file): https://raw.github.com/jashkenas/coffee-script/master/src/lexer.coffee <br></body></html>