face-hh / griddycode

A code editor made with Godot. Code has never been more lit!
Apache License 2.0
1.82k stars 115 forks source link

Create html.lua #85

Closed elefantapan closed 8 months ago

face-hh commented 8 months ago

I don't really like the comments, I think they should be changed.

Good job on adding every keyword though - looks nice :)

elefantapan commented 8 months ago

Thanks

elefantapan commented 8 months ago

I'm not good with making comments

Corne2Plum3 commented 8 months ago

I think you should add this line to support comments in HTML

highlight_region("<!--", "-->", "comments", false)
elefantapan commented 8 months ago

Anyone here good at making comments? I need help to make HTML comments

uynilo9 commented 8 months ago

I think you should add this line to support comments in HTML

highlight_region("<!--", "-->", "comments", false)

btw you don't need the fourth argument bc it's set to false by default

Assassin-1234 commented 8 months ago

Anyone here good at making comments? I need help to make HTML comments

let me try and help lol

uynilo9 commented 8 months ago

Anyone here good at making comments? I need help to make HTML comments

HTML is not a real programming language

Assassin-1234 commented 8 months ago

I opened a PR on your patch to add the comments @elefantapan