Skip to content

Commit

Permalink
Merge pull request #323 from KevinBatdorf/fix-erb-language-issue
Browse files Browse the repository at this point in the history
Fix erb language
  • Loading branch information
KevinBatdorf committed Jun 13, 2024
2 parents dcb517c + a0a1403 commit ea2676b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ Get more themes at [code-block-pro.com/themes](https://code-block-pro.com/themes
- DreamMaker ([demo](https://code-block-pro.com/themes?theme=one-dark-pro&lang=dream-maker&utm_campaign=Demo&utm_source=Readme&utm_medium=textlink&utm_content=language&utm_term=dream-maker))
- Elixir ([demo](https://code-block-pro.com/themes?theme=one-dark-pro&lang=elixir&utm_campaign=Demo&utm_source=Readme&utm_medium=textlink&utm_content=language&utm_term=elixir))
- Elm ([demo](https://code-block-pro.com/themes?theme=one-dark-pro&lang=elm&utm_campaign=Demo&utm_source=Readme&utm_medium=textlink&utm_content=language&utm_term=elm))
- ERB ([demo](https://code-block-pro.com/themes?theme=one-dark-pro&lang=erb&utm_campaign=Demo&utm_source=Readme&utm_medium=textlink&utm_content=language&utm_term=erb))
- Erlang ([demo](https://code-block-pro.com/themes?theme=one-dark-pro&lang=erlang&utm_campaign=Demo&utm_source=Readme&utm_medium=textlink&utm_content=language&utm_term=erlang))
- Fish ([demo](https://code-block-pro.com/themes?theme=one-dark-pro&lang=fish&utm_campaign=Demo&utm_source=Readme&utm_medium=textlink&utm_content=language&utm_term=fish))
- F# ([demo](https://code-block-pro.com/themes?theme=one-dark-pro&lang=fsharp&utm_campaign=Demo&utm_source=Readme&utm_medium=textlink&utm_content=language&utm_term=fsharp))
Expand Down Expand Up @@ -310,6 +311,8 @@ Themes are rendered inside the editor as you type or make changes, so the code b

== Changelog ==

- Fix: Fixes support for ERB template syntax

= 1.26.2 - 2024-04-04 =
- Tweak: Changed the saved languages history from 3 to 5
- Fix: Addressed some contrast issues with print styles
Expand Down
1 change: 0 additions & 1 deletion src/util/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const codeAliases = {
gts: ['glimmer-ts'],
haskell: ['hs'],
handlebars: ['hbs'],
'html-ruby-erb': ['erb'],
ini: ['properties'],
java: ['javafx'],
javascript: ['jscript', 'js'],
Expand Down

0 comments on commit ea2676b

Please sign in to comment.