Skip to content

Instantly share code, notes, and snippets.

@isman7
Created December 31, 2016 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isman7/25197d0dab1cc4c5a3ed16836fde7125 to your computer and use it in GitHub Desktop.
Save isman7/25197d0dab1cc4c5a3ed16836fde7125 to your computer and use it in GitHub Desktop.
Configuration file for supporting Rapydscript highlighting in IntelliJ IDEA.
<!--
Installation: place it in settings folder:
https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs
under config/filetypes.
-->
<filetype binary="false" description="Rapydscript" name="Rapydscript">
<highlighting>
<options>
<option name="LINE_COMMENT" value="#" />
<option name="COMMENT_START" value="&quot;&quot;&quot;" />
<option name="COMMENT_END" value="&quot;&quot;&quot;" />
<option name="HEX_PREFIX" value="" />
<option name="NUM_POSTFIXES" value="" />
<option name="HAS_BRACES" value="true" />
<option name="HAS_BRACKETS" value="true" />
<option name="HAS_PARENS" value="true" />
<option name="HAS_STRING_ESCAPES" value="true" />
</options>
<keywords keywords="@;abstract;and;arguments;as;assert;boolean;break;byte;case;catch;char;class;const;continue;debugger;def;default;del;delete;do;double;elif;else;enum;eval;except;exec;export;extends;false;final;finally;float;for;from;function;global;goto;if;implements;import;in;instanceof;int;interface;is;lambda;let;long;native;new;not;null;or;package;pass;private;protected;public;return;short;static;super;switch;synchronized;this;throw;throws;transient;true;try;typeof;var;void;volatile;while;with;yield" ignore_case="false" />
<keywords2 keywords="Array;Date;Infinity;Math;NaN;Number;Object;String;assert;enumerate;eval;function;hasOwnProperty;isFinite;isNaN;isPrototypeOf;length;name;print;prototype;raise;range;toString;undefined;valueOf" />
</highlighting>
<extensionMap>
<mapping ext="pyj" />
</extensionMap>
</filetype>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment