Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JafarDakhan/vim-gml

High quality Vim syntax highlighting for Gamemaker studio 2
https://github.com/JafarDakhan/vim-gml

gamemaker gamemaker-studio-2 gml syntax-highlighting vim vim-plugin vim-syntax

Last synced: about 2 months ago
JSON representation

High quality Vim syntax highlighting for Gamemaker studio 2

Awesome Lists containing this project

README

        

# vim-GML

![theme_gruvbox-dark-medium2](https://user-images.githubusercontent.com/88181694/179274834-5dc5721f-03e9-49d6-981a-4b9594278f3a.png)
theme: gruvbox-dark-medium

## Features
- Full syntax highlight
- JSDoc comments
- Regions
- Simple indentation

## Installation

with [vim-plug](https://github.com/junegunn/vim-plug):

```vim
Plug 'JafarDakhan/vim-gml'
```

with [dein.vim](https://github.com/Shougo/dein.vim):
```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?

![scrn1](https://user-images.githubusercontent.com/88181694/179275255-239688e9-0ba9-4a6a-bb0e-46cc78c413f4.png)

---
![scrn2](https://user-images.githubusercontent.com/88181694/179275636-51b91742-ed9d-47df-80b3-e6a2232d7864.gif)

## πŸ“ƒFuture works

- Better indentation
- Auto completion
- Errors highlighting

## Acknowledgements

- Some of the code is based on [vim-gml](https://github.com/nessss/vim-gml)

## License
[MIT](https://choosealicense.com/licenses/mit/)