Fix missing comma in neovim install instructions

This commit is contained in:
Maximilian Linhoff 2022-12-21 11:13:56 +01:00 committed by pleshevskiy
parent 5459cdd065
commit ca74052114
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ local parser_config = require("nvim-treesitter.parsers").get_parser_configs()
parser_config.d2 = {
install_info = {
url = 'https://github.com/pleshevskiy/tree-sitter-d2',
revision = 'main'
revision = 'main',
files = { 'src/parser.c', 'src/scanner.cc' },
},
filetype = 'd2',