mirror of https://github.com/helix-editor/helix
Fix file-types declaration for racket (#4915)
Both the racket and scheme entries used the rkt file-extension. This commit removes that entry for scheme and so that the racket entry takes precedence. We explicitly point to the scheme grammar now and setup queries that inherit from scheme. This should enable using the racket language server configuration.pull/4953/head
parent
664d08e70d
commit
67415e096e
@ -0,0 +1 @@
|
||||
; inherits: scheme
|
@ -0,0 +1 @@
|
||||
; inherits: scheme
|
Loading…
Reference in New Issue