Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/JafarDakhan/vim-gml
- Owner: JafarDakhan
- License: mit
- Created: 2022-07-15T16:53:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T12:54:30.000Z (about 2 years ago)
- Last Synced: 2024-08-02T07:12:56.477Z (5 months ago)
- Topics: gamemaker, gamemaker-studio-2, gml, syntax-highlighting, vim, vim-plugin, vim-syntax
- Language: Vim Script
- Homepage:
- Size: 350 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gamemaker - vim-GML - High quality Vim syntax highlighting for GameMaker. (Useful Extras / Recommendations)
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')
```
## UsageIf 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/)