atom / language-css

CSS package for Atom
Other
59 stars 77 forks source link

Add grid properties that were not being recognized as supported #166

Closed Hyftar closed 5 years ago

Hyftar commented 5 years ago

Description of the Change

The following properties were not being tagged as supported properties:

This pull request fixes this issue by adding the above-mentioned properties to the supported properties Regex Pattern.

Alternate Designs

None

Benefits

All the new grid properties will now be the same colour as other supported properties.

Possible Drawbacks

None

Applicable Issues

None