spacevim/bundle/nvim-treesitter-0.9.1/tests/indent/html/script_style.html

13 lines
131 B
HTML
Raw Normal View History

2024-08-21 14:17:26 +08:00
<head>
<style>
a {
stroke-linecap: round;
}
</style>
</head>
<body>
<script>
const foo = "bar"
</script>
</body>