Alex Meddin
Alex Meddin
I will try to work on this. Be patient - it's my first issue :)
/assign @ameddin73
I couldn't get it to build. Looks like I don't have enough experience with VSphere :/ /unassign @ameddin73
Any progress on this? I'm using nvim-treesitter and I'd like to see package names highlighted like in Goland.
Great work, hope this feature gets merged soon!
Also looking forward to this feature!
I was able to get it working by making this change on line [279 of seal_useractions.lua](https://github.com/Hammerspoon/Spoons/blob/4b8f6ab402e68e8628b6ab9e92802257d1b702d3/Source/Seal.spoon/seal_useractions.lua#L279): ```lua local query_escaped = row.arg:gsub("%%", "%%%%") local url = string.gsub(obj.actions[row.actionname].url, "${query}", query_escaped) ``` Very...