nvim-treesitter/tests/indent/html/script_style.html
2023-01-03 17:50:44 +01:00

12 lines
131 B
HTML

<head>
<style>
a {
stroke-linecap: round;
}
</style>
</head>
<body>
<script>
const foo = "bar"
</script>
</body>