Skip to content

Commit 3997c9b

Browse files
authored
(end) Added scm alias to scheme (#3654)
1 parent 4f5b769 commit 3997c9b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ New Grammars:
77
- Added 3rd party Flix grammar to SUPPORTED_LANGUAGES [The Flix Organisation][]
88

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

22+
[matyklug18]: https://github.com/matyklug18
2223
[Josh Goebel]: https://github.com/joshgoebel
2324
[Josh Temple]: https://github.com/joshtemple
2425
[nathnolt]: https://github.com/nathnolt

src/languages/scheme.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ export default function(hljs) {
186186

187187
return {
188188
name: 'Scheme',
189+
aliases: ['scm'],
189190
illegal: /\S/,
190191
contains: [
191192
hljs.SHEBANG(),

0 commit comments

Comments
 (0)