feat: add udev rules parser

This commit is contained in:
ObserverOfTime 2023-11-03 14:20:46 +02:00
parent e903dd54e9
commit 9a746b4b6a
5 changed files with 78 additions and 0 deletions

View file

@ -1898,6 +1898,15 @@ list.typoscript = {
maintainers = { "@Teddytrombone" },
}
list.udev = {
install_info = {
url = "https://github.com/ObserverOfTime/tree-sitter-udev",
files = { "src/parser.c" },
},
filetype = "udevrules",
maintainers = { "@ObserverOfTime" },
}
list.ungrammar = {
install_info = {
url = "https://github.com/Philipp-M/tree-sitter-ungrammar",