Skip to content

1.1.3

Compare
Choose a tag to compare
@axemonk axemonk released this 28 Apr 19:55
· 315 commits to main since this release

HOTFIX 2: I am dumb

  1. Removed (test) from syntax file name:

HOTFIX

  1. Updated table and sheet name Regex to account for numbers.
    image

Minor changes from last update:

  1. Updated Regex to account for legal characters in sheet and table names that I overlooked:
    a. Sheets: _
    image
    (any other non-alphabetical characters will wrap sheet names in apostrophes when used in formulas, making matching dead simple in those cases)
    b. Tables: _ ? \
    image

  2. For consistency with table column ranges, : is now treated as an operator when used in A1 format cell ranges:
    image