diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2024-06-16 06:39:09 +0000 |
|---|---|---|
| committer | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2024-06-16 09:34:09 +0000 |
| commit | 71a8e8b4b6ebab39765615334d4241a18090a651 (patch) | |
| tree | ee00bb9c1390f92a7e1aabdc0af75484b5b6c8fb /lua | |
| parent | feat(corn): more highlights, comment injections (diff) | |
| download | nvim-treesitter-71a8e8b4b6ebab39765615334d4241a18090a651.tar nvim-treesitter-71a8e8b4b6ebab39765615334d4241a18090a651.tar.gz nvim-treesitter-71a8e8b4b6ebab39765615334d4241a18090a651.tar.bz2 nvim-treesitter-71a8e8b4b6ebab39765615334d4241a18090a651.tar.lz nvim-treesitter-71a8e8b4b6ebab39765615334d4241a18090a651.tar.xz nvim-treesitter-71a8e8b4b6ebab39765615334d4241a18090a651.tar.zst nvim-treesitter-71a8e8b4b6ebab39765615334d4241a18090a651.zip | |
bot(lockfile): update earthfile, hyprlang, janet_simple, svelte, twig, v
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 314f1e4af..da2b2f6fa 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -454,7 +454,7 @@ list.dtd = { list.earthfile = { install_info = { url = "https://github.com/glehmann/tree-sitter-earthfile", - files = { "src/parser.c", "src/scanner.c" }, + files = { "src/parser.c" }, }, maintainers = { "@glehmann" }, } |
