mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
feat: add m68k parser and queries
This commit is contained in:
parent
5c2bc57ced
commit
7a01241ba6
4 changed files with 86 additions and 0 deletions
|
|
@ -1041,6 +1041,15 @@ list.wgsl = {
|
|||
filetype = "wgsl",
|
||||
}
|
||||
|
||||
list.m68k = {
|
||||
install_info = {
|
||||
url = "https://github.com/grahambates/tree-sitter-m68k",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@grahambates" },
|
||||
filetype = "asm68k",
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list,
|
||||
filetype_to_parsername = filetype_to_parsername,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue