ljos / jq-mode

Emacs major mode for editing jq queries.
GNU General Public License v3.0
110 stars 12 forks source link

Support string interpolation in syntax highlighting #13

Open ljos opened 5 years ago

ljos commented 5 years ago

Jq has string interpolation like "The input was \(.), which is one less than \(.+1)". It would be nice if we showed the interpolated part as normal jq code.

ljos commented 1 year ago

@nverno I think you deleted your comment, but I am more than happy to for you to take my code or that you integrate your code into this repo. I added you as a collaborator if you are interested.

nverno commented 1 year ago

Nice, ty! Yea, I deleted the previous comment because I wanted to think about how much effort it would be and not create unnecessary work. I'll keep you posted if I come up with any ideas about this.