vscode
themes
Trending
·
Dark
·
Light
autolisp light theme
javascript
css
html
const
btn
=
document
.
getElementById
(
'
btn
'
)
let
count
=
0
function
render
()
{
btn
.
innerText
=
`
Count:
${
count
}`
}
btn
.
addEventListener
(
'
click
'
,
()
=>
{
// Count from 1 to 10.
if
(
count
<
10
)
{
count
+=
1
render
()
}
}
)
3.3K
autolisp language support
by jpnacaduser
autolisp language syntax highlight and function input support.
Open in VSCode
View on Github