feat: add m68k parser and queries

This commit is contained in:
Graham Bates 2022-04-26 17:53:51 +01:00 committed by Stephan Seitz
parent 5c2bc57ced
commit 7a01241ba6
4 changed files with 86 additions and 0 deletions

View file

@ -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,