Skip to content

Instantly share code, notes, and snippets.

@Neodevils
Last active May 1, 2023 00:49
Show Gist options
  • Save Neodevils/ccb2e9a5c8092400d0d10f4fce151748 to your computer and use it in GitHub Desktop.
Save Neodevils/ccb2e9a5c8092400d0d10f4fce151748 to your computer and use it in GitHub Desktop.
GitHub Syntax Highlight
<script> // #84bb81
const // #a04752
Uppercase // #db8043
method() // #9880c1
.property // #cedff2
this // #f7f9fc
text // #eff1f4
"String" // #87b4e8
// comments // #9a9ca1
</script> // Mobile Version
<script> // #7ee788
const // #ff7a71
Uppercase // #ffa657
method() // #d2a8fe
.property // #78c0fe
this // #c9d2d9
text // #f1f6fc
"String" // #a5d6ff
// comments // #8b939e
</script> // Web Version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment