File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1212 * [ As a repo owner] ( #as-a-repo-owner )
1313 * [ As a contributor] ( #as-a-contributor )
1414* [ Common issues] ( #common-issues )
15+ * [ Strings] ( #strings )
16+ * [ Data structure accessors] ( #data-structure-accessors )
17+ * [ Macros] ( #macros )
1518
1619## About
1720
@@ -72,15 +75,15 @@ python3 format-gml.py
7275
7376Since js-beautify is a JavaScript formatter, it doesn't work properly on GameMaker Language in all cases.
7477
75- 1 . Strings ` @"" ` and ` $"" `
78+ ### Strings
7679
77- Handled automatically inside of ` format-gml.py ` by removing all whitespace between characters ` @ ` /` $ ` and ` " ` .
80+ Strings ` @"" ` and ` $"" ` are handled automatically inside of ` format-gml.py ` by removing all whitespace between characters ` @ ` /` $ ` and ` " ` .
7881
79- 2 . Data structure accessors
82+ ### Data structure accessors
8083
8184Handled automatically inside of ` format-gml.py ` by removing all whitespace between characters ` [ ` and ` @ ` /` | ` /` # ` /` ? ` /` $ ` .
8285
83- 3 . ` #macro ` s
86+ ### Macros
8487
8588Currently the only fix for those is to surround them with ` /* beautify ignore:start */ ` and ` /* beautify ignore:end */ ` like so:
8689
@@ -95,4 +98,6 @@ Currently the only fix for those is to surround them with `/* beautify ignore:st
9598/* beautify ignore: end * /
9699```
97100
101+ --------------------------------------------------------------------------------
102+
98103If you find more, please let us know via an issue or contact us on our Discord server (link at the top).
You can’t perform that action at this time.
0 commit comments