TileDB-Py icon indicating copy to clipboard operation
TileDB-Py copied to clipboard

Smidge more highlighting for `attr` for special chars in QCs

Open johnkerl opened this issue 3 years ago • 1 comments

johnkerl avatar Oct 11 '22 00:10 johnkerl

I would move this down to line 85

    TileDB attribute names are Python valid variables or a ``attr()`` casted string. ``attr("name here")`` should be used if `<str>` contains special characters such as spaces.

        ``attr ::= <variable> | attr(<str>)``

nguyenv avatar Oct 11 '22 09:10 nguyenv