Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grammar: Don't require lower-case (helix-editor#4346)
Currently we always lower-case the grammar name when loading it. While it is somewhat of an convention to name tree-sitter grammars in lowercase there is no rule to enforce it. This patch removes the lower-casing to allow all possible grammar names. Signed-off-by: Christian Speich <[email protected]>
- Loading branch information