Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 269 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 269 Bytes

prism-gml

GameMaker Language Highlighting with Prism.js

Usage

Include the JS file into prism.js

Example

<pre>
<code class="language-gml">
draw_text(x, y, string);
if
true
vk_control
working_directory
</code>
</pre>

Result