torchlight-laravel icon indicating copy to clipboard operation
torchlight-laravel copied to clipboard

A Laravel client for Torchlight - the syntax highlighting API.

Results 22 torchlight-laravel issues
Sort by recently updated
recently updated
newest added

From my logs: ```yml (GuzzleHttp\\Exception\\ConnectException(code: 0): cURL error 28: Operation timed out after 5001 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://api.torchlight.dev/highlight at /var/www/html/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:210) ```

Hi Torchlight team, I try hightlight cshtml code but it seem working incorrect. ![image](https://user-images.githubusercontent.com/58071257/183283466-5ef9fbef-9432-4be7-817a-240ad2bb7da6.png) I think it not working with the new namespace syntax of C#. Please team fix it...

Hi team, I try using Torchlight to highlight a Razor code that using Diff but it's seem not working. ![image](https://user-images.githubusercontent.com/58071257/183261001-b7255433-e775-4d06-8453-3e10e0262827.png) ```razor ```razor @page @model IndexModel @{ ViewData["Title"] = "Home page";...

When viewed on Firefox, if you copy a code snippet from Torchlight it adds an additional newline for every line. Copying an example on the homepage to the clipboard and...

Hi, This is a strange thing but the theme background colors do not render. In this example I wrapped the Torchlight component in a div styled with Tailwind, bg red....

Is it possible to disable the exceptions when there's a missing token? For example, we have a documentation site that people will want to contribute to. When contributors run the...

I'd like to have the same effect as the documentation I see that there is not css file or something, only style in generated code from the api. Does someone...

It seems that line numbers are being copied on Mac/safari. It even happens in the examples in the docs. Is there a known workaround, or is it just not possible...

There were issues I ran into and had to resolve when using Statamic with their [Static Site Generation plugin](https://github.com/statamic/ssg). This isn't an issue with Torchlight exactly but with how SSG...

I've been trying to build a cache command for Torchlight but haven't been able to wrap my head around how to approach this. If you use a post-processor, everything can...