File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ New Grammars:
77- Added 3rd party Flix grammar to SUPPORTED_LANGUAGES [ The Flix Organisation] [ ]
88
99Grammars:
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
Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments