nojanath / SublimeKSP

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

Add a .SIZE define for literal defines #416

Closed mkruselj closed 1 year ago

mkruselj commented 1 year 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