Awesome
vim-GML
theme: gruvbox-dark-medium
Features
- Full syntax highlight
- JSDoc comments
- Regions
- Simple indentation
Installation
with vim-plug:
Plug 'JafarDakhan/vim-gml'
with dein.vim:
dein#add('JafarDakhan/vim-gml')
Usage
If this is your first time using an external text editor with Gamemaker, open Gamemaker, and make sure that (File->Preferences->General settings->Automatically reload changed files) is turned ON.
How does it look like?
📃Future works
- Better indentation
- Auto completion
- Errors highlighting
Acknowledgements
- Some of the code is based on vim-gml