Fix comment spacing.

This commit is contained in:
A Samuel Pottinger
2021-08-11 08:50:27 -07:00
committed by GitHub
parent 02c8fec0d5
commit 6fa3d4fab1

View File

@@ -5,7 +5,7 @@
* - adds support for type converter functions like "int()"
* - adds pseudo primitive type "color"
* - adds HTML hex notation with hash symbol: #ff5522
* - allow color to appear as part of qualified names (like in imports)
* - allow color to appear as part of qualified names (like in imports)
*/
grammar Processing;