mirror of
https://github.com/amix/vimrc
synced 2024-12-14 22:22:37 +00:00
17 lines
253 B
HTML
17 lines
253 B
HTML
<head>
|
|
<script type="text/coffeescript">
|
|
abc = {
|
|
def: 42
|
|
}
|
|
</script>
|
|
<script type='text/coffeescript'>
|
|
abc = {
|
|
def: 42
|
|
}
|
|
</script>
|
|
<script type=text/coffeescript>
|
|
abc = {
|
|
def: 42
|
|
}
|
|
</script>
|
|
</head>
|