highlight icon indicating copy to clipboard operation
highlight copied to clipboard

🎨 Fast, extensible, server-side code highlighting for web and terminal

Results 33 highlight issues
Sort by recently updated
recently updated
newest added

I noticed some strange behaviour. Not sure whether it's documented somewhere or not so I'm summarizing it here with few examples. ![Screenshot 2024-08-04 at 11-16-03 ](https://github.com/user-attachments/assets/45e45b33-d7c9-4a8a-8b78-f74207af9ead) 1) Is there any...

bug

```php public function __construct( // Allow a union on a special "missing relation" type: public Relation|Author $author, // Making the relation nullable would be an option as well: /** @var...

This is a series of language updates based on #123 where new tokens have been introduced which lets us add new patterns for numeric and logical values. _Currently as a...

I think these languages should be added - [ ] Go - [ ] Rust - [ ] Ruby - [ ] C# - [ ] Flutter - [ ]...

help wanted

I have a POC locally and will submit a PR later today.

enhancement

Strings quotes fixes and updates based on #137. ### PHP + JavaScript _(for both single and double quoted strings)_ - strings matches with quotes - fixes strings containing escaped quotes