Skip to content

Commit

Permalink
docs: Add scanner.c in nvim config as well
Browse files Browse the repository at this point in the history
  • Loading branch information
xunil-cloud committed Sep 21, 2024
1 parent b815ee7 commit 3b70d82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,13 @@ parser_config.supercollider = {
install_info = {
-- url = "~/code/tree-sitter-supercollider",
url = "https://github.com/madskjeldgaard/tree-sitter-supercollider",
files = {"src/parser.c"},
files = {"src/parser.c", "src/scanner.c"},
maintainer = "@madskjeldgaard"
},
filetype = "supercollider", -- if filetype does not agrees with parser name
}
```
Also see nvim-treesitter [README](https://github.com/nvim-treesitter/nvim-treesitter#adding-parsers).

## Contributing
Help WANTED. This project is too big to be handled by one person, and so any and all help would be appreciated.
Expand Down

0 comments on commit 3b70d82

Please sign in to comment.