backjo / language-scheme

A scheme syntax highlighter for Atom
2 stars 8 forks source link

Racket support? #4

Closed karlding closed 10 years ago

karlding commented 10 years ago

I'm just wondering if this package has any plans to support the Racket language, as Racket is part of the Scheme/Lisp family. I've taken a look at this TextMate Racket bundle , and the package seems to be essentially the same as the Scheme package.

I think a simple modification to this package (adding the line 'rkt' in scheme.cson) would be sufficient for pretty much every .rkt file.

'fileTypes': [
    'scm'
    'sch'
    'ss'
    'rkt'
]
backjo commented 10 years ago

Addressed in version 1.3.0.