Skip to content

Commit

Permalink
Add support for MATLAB
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshHayes committed Feb 23, 2024
1 parent 4687edf commit ed188df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ This extension comes with 2 actions that you can configure the way you want and
* HTML
* JavaScript
* Markdown
* MATLAB
* MDX
* PHP
* PostCSS
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"onLanguage:javascript",
"onLanguage:javascriptreact",
"onLanguage:markdown",
"onLanguage:matlab",
"onLanguage:mdx",
"onLanguage:php",
"onLanguage:postcss",
Expand Down
1 change: 1 addition & 0 deletions src/supported-languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default [
'javascript',
'javascriptreact',
'markdown',
'matlab',
'mdx',
'php',
'postcss',
Expand Down

0 comments on commit ed188df

Please sign in to comment.