Skip to content

Commit

Permalink
(end) Added scm alias to scheme (#3654)
Browse files Browse the repository at this point in the history
  • Loading branch information
matyklug18 authored Nov 8, 2022
1 parent 4f5b769 commit 3997c9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ New Grammars:
- Added 3rd party Flix grammar to SUPPORTED_LANGUAGES [The Flix Organisation][]

Grammars:

- enh(scheme) add `scm` alias for Scheme [matyklug18][]
- fix(typescript) patterns like `<T =` are not JSX [Josh Goebel][]
- fix(bash) recognize the `((` keyword [Nick Chambers][]
- enh(Ruby) misc improvements (kws, class names, etc) [Josh Goebel][]
Expand All @@ -19,6 +19,7 @@ Grammars:
- enh(java) add permits keyword to java [MBoegers][]
- fix(javascript/typescript) correct identifier matching when using numbers [Lachlan Heywood][]

[matyklug18]: https://github.com/matyklug18
[Josh Goebel]: https://github.com/joshgoebel
[Josh Temple]: https://github.com/joshtemple
[nathnolt]: https://github.com/nathnolt
Expand Down
1 change: 1 addition & 0 deletions src/languages/scheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export default function(hljs) {

return {
name: 'Scheme',
aliases: ['scm'],
illegal: /\S/,
contains: [
hljs.SHEBANG(),
Expand Down

0 comments on commit 3997c9b

Please sign in to comment.