Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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