Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
All new code requires tests to ensure against regressions
Description of the Change
Adds support for .. and ... in arrays. Leftover from #103.
Alternate Designs
None.
Benefits
No weird period highlighting in arrays.
Possible Drawbacks
This should work smoothly as [ and ] are always used to denote arrays.
Requirements
Description of the Change
Adds support for
..
and...
in arrays. Leftover from #103.Alternate Designs
None.
Benefits
No weird period highlighting in arrays.
Possible Drawbacks
This should work smoothly as
[
and]
are always used to denote arrays.Applicable Issues
Fixes #144