easyfrog

Results 17 comments of easyfrog

another loop issue, seems with parameter is also not support. like this: ``` @@loop('./xxx.html', @@itms) ``` and give me an error: ``` SyntaxError: Unexpected token @ in JSON at position...

@corneliusio Thanks for your work. I download 3.5.2 version to my sublime's package folder, but this bracket red background issue still have

I also want to show the line-numbers in the code blocks, but I can not find a solution to how to use prismjs plugins like `line-numbers`. So It's there a...

MDsveX is cool! And how to use it in [Astro](https://github.com/withastro/astro) ? **[svelte + md + island]** 👻

I think this issue maybe the server while shut down after idle 5 minutes. So if Send an empty request to server every 4 minutes while keep the connect alive...

I filter out the `timed out` error message. And I create a PR #189 `tern.py` ```python def report_error(message, project): # filter the timed out error message if message != "timed...

'hint' maybe the function's parameters.

I use [TernJS](https://github.com/emmetio/sublime-tern) the simple one to this. It can preview the parameters of function. ![654](https://cloud.githubusercontent.com/assets/10724325/12709381/557ea7de-c8e6-11e5-8019-aebe937aad18.png)

+1 and when stop typing few minutes then resume to typing. will block sublime 3~5 seconds.

any solution for now? I want to use `sveltekit` and `adapter-static` to generate static html files use on `cordova`, but there is no luck for now.