Skip to content

Commit

Permalink
chore(preview): add new languages (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrypt0nn authored Oct 5, 2023
1 parent fdbc9dc commit 4546dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<label for="language">Language</label>
<select
id="language"
x-data="{ langs: { 'Bash': 'bash.sh', 'CoffeeScript': 'coffeescript.coffee', 'C++': 'cpp.cpp', 'CSS': 'css.css', 'Go': 'go.go', 'Haskell': 'haskell.hs', 'HTML': 'html.html', 'Java': 'java.java', 'JavaScript': 'javascript.js', 'JSON': 'json.json', 'Kotlin': 'kotlin.kt', 'Lua': 'lua.lua', 'Markdown': 'markdown.md', 'Python': 'python.py', 'Rust': 'rust.rs', 'Scala': 'scala.scala', 'SQL': 'sql.sql', 'TOML': 'toml.toml', 'TypeScript': 'typescript.ts', 'YAML': 'yaml.yaml' } }"
x-data="{ langs: { 'AsciiDoc': 'asciidoc.adoc', 'Bash': 'bash.sh', 'CoffeeScript': 'coffeescript.coffee', 'C++': 'cpp.cpp', 'C#': 'cs.cs', 'CSS': 'css.css', 'Dart': 'dart.dart', 'Diff': 'diff.diff', 'Go': 'go.go', 'Haskell': 'haskell.hs', 'HTML': 'html.html', 'Java': 'java.java', 'JavaScript': 'javascript.js', 'JSON': 'json.json', 'JSX': 'jsx.jsx', 'Kotlin': 'kotlin.kt', 'Lua': 'lua.lua', 'Makefile': 'Makefile', 'Markdown': 'markdown.md', 'Nix': 'nix.nix', 'PHP': 'php.php', 'Python': 'python.py', 'Rust': 'rust.rs', 'Scala': 'scala.scala', 'SQL': 'sql.sql', 'TOML': 'toml.toml', 'TSX': 'tsx.tsx', 'TypeScript': 'typescript.ts', 'YAML': 'yaml.yaml' } }"
x-model="language"
x-on:change="changeSample()"
x-init="changeSample()"
Expand Down

0 comments on commit 4546dcc

Please sign in to comment.