Skip to content

Commit

Permalink
Merge pull request #2 from meetmangukiya/patch-1
Browse files Browse the repository at this point in the history
README: fix nvim config
  • Loading branch information
hhamud authored Oct 22, 2023
2 parents e798e4b + 37d0ecf commit 4cc223f
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 @@ -27,7 +27,8 @@ local parser_config = require "nvim-treesitter.parsers".get_parser_configs()
parser_config.noir = {
install_info = {
url = "https://github.com/hhamud/tree-sitter-noir", -- the url for this tree-sitter grammar
files = {"src/parser.c", "src/scanner.cc"},
files = {"src/parser.c", "src/scanner.c"},
branch = "main",
},
filetype = "noir", -- if filetype does not agrees with parser name you can define this field
}
Expand Down

0 comments on commit 4cc223f

Please sign in to comment.