ljos / jq-mode

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

highlight comments #6

Closed mcandre closed 9 years ago

mcandre commented 9 years ago

highlight lines that start with # ... as comments

ljos commented 9 years ago

I was reading the jq documentation and couldn't see that jq supports comments...

ljos commented 9 years ago

Though, now I see that it says in the documentation for the --from-file flag.