Skip to content

Commit

Permalink
Add basic Svelte support
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianl committed Jan 5, 2020
1 parent 9cc275b commit 742ec2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hyper_click.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"naomi.jsx1.sublime-syntax",
"Vue Component.sublime-syntax",
"TypeScript.tmLanguage",
"TypeScriptReact.tmLanguage"
"TypeScriptReact.tmLanguage",
"Svelte.sublime-syntax"
],
"sass": [
"SCSS.sublime-syntax",
Expand Down Expand Up @@ -126,7 +127,7 @@
]
},
"valid_extensions": {
"js": ["js", "jsx", "vue", "mjs", "ts", "tsx"],
"js": ["js", "jsx", "vue", "mjs", "ts", "tsx", "svelte"],
"sass": ["scss", "sass"],
"less": ["less"],
"php": ["php"],
Expand Down

0 comments on commit 742ec2f

Please sign in to comment.