Skip to content

Commit

Permalink
deploy: 5595716
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 30, 2023
1 parent 831b949 commit aa92dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
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' },
}"
:class="flavor"
:style="{colorScheme: flavor === 'latte' ? 'light' : 'dark'}"
@keyup.left="$refs.flavor.prev()" @keyup.h="$refs.flavor.prev()"
@keyup.up.stop="$refs.language.prev()" @keyup.j="$refs.language.next()"
@keyup.down.stop="$refs.language.next()" @keyup.k="$refs.language.prev()"
Expand Down
2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa92dcc

Please sign in to comment.