rename nixshell -> nix_shell
tree-sitter doesn't allow hyphens in the grammar name underscore is the approach used by e.g. tree-sitter-c-sharp
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = grammar({
|
||||
name: 'nixshell',
|
||||
name: 'nix_shell',
|
||||
|
||||
rules: {
|
||||
// TODO: allow trailing whitespace on any line
|
||||
|
Reference in New Issue
Block a user