mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 18:40:05 +08:00
5 lines
211 B
Vue
5 lines
211 B
Vue
|
<script lang="ts"> const foo: number = "1" </script>
|
||
|
<!-- ^ !javascript -->
|
||
|
<style lang="scss"> .bar { &-baz { &.page{ } } } </style>
|
||
|
<!-- ^ !css -->
|