nojanath / SublimeKSP

Fork of Nils Liberg's SublimeKSP plugin. See README for details.
GNU General Public License v3.0
88 stars 18 forks source link

Add a .SIZE define for literal defines #416

Closed mkruselj closed 10 months ago

mkruselj commented 10 months ago

These contain the amount of entries in a literal define. Example:

define FOO := apple, banana, pear, kiwi

Adds a FOO.SIZE define that has a value of 4.

Closes #99