https://github.com/poeticandroid/pretty-gd
https://github.com/poeticandroid/pretty-gd
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/poeticandroid/pretty-gd
- Owner: poeticAndroid
- License: mit
- Created: 2022-08-24T08:29:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T17:59:07.000Z (over 2 years ago)
- Last Synced: 2025-01-17T01:42:38.618Z (over 1 year ago)
- Language: GDScript
- Size: 272 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pretty.gd

A formatter for GDScript that just works! kinda...
## Requirements
None!
## Extension Settings
none yet..
## Known Issues
none yet..
## Release Notes
### 1.10.0
- Treat `!` as a sign (like `-` for negative values)
### 1.9.0
- Opening curly brackets is now its own class (which helps with spacing in enums)
### 1.7.0
- Recongnize operators longer than one character
- Refactored tokenizer
### 1.3.0
- Added support for `_` in numbers
- Added support for `@annotations`
- Added support for nodepaths starting with `&`, `^` or `%`
### 1.2.0
- Recognizing node paths
### 0.3.0
- Giving keywords some room
### 0.2.0
- Fancy icon!
### 0.1.0
Initial release!