Hector C.
Hector C.
I did declare the configuration as follow: ``` markid = { enable = true, queries = { default = '(identifier) @markid', javascript = [[ (identifier) @markid (property_identifier) @markid (shorthand_property_identifier_pattern) @markid...
I should have, now is not working, as soon as I resolve it I will post the fix.
Just seeing i never posted an update. There's none. Current config is: ``` local m = require('markid') markid = { enable = true, colors = m.colors.medium, queries = { default...