Commit Graph
5 Commits
Author SHA1 Message Date
Esdras Mayrink 4f837e5027 [typescript] Extra attributes on the script tag 2017-03-14 11:10:34 -03:00
Esdras Mayrink 3339eab69e Update README to explain how to use with typescript 2017-03-13 22:10:20 -03:00
Esdras Mayrink 8d3dc46181 Better support for Typescript syntax
Now we can define typescript syntax region by:
<script ts>...</script>
<script lang="ts">...</script>
<script lang="typescript">...</script>
2017-03-13 21:55:11 -03:00
Esdras Mayrink 51b18f8b90 Fix TS support
Just add an attribute to the script tag, like this: <script ts></script>
lang="typescript" confundes the webpack loader
2017-03-11 17:11:06 -03:00
Esdras Mayrink 404787aae2 Add support for typescript and improve html support 2017-03-11 16:56:47 -03:00