mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
feat(typoscript) Added parser and queries for TypoScript (#5564)
* Added configuration for TypoScript * Removed duplicated code; Applied folding suggestion * Applied suggestions * Update queries/typoscript/highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> --------- Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
parent
9dca0a176d
commit
16af5ef490
6 changed files with 65 additions and 0 deletions
|
|
@ -1874,6 +1874,14 @@ list.typescript = {
|
|||
maintainers = { "@steelsojka" },
|
||||
}
|
||||
|
||||
list.typoscript = {
|
||||
install_info = {
|
||||
url = "https://github.com/Teddytrombone/tree-sitter-typoscript",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@Teddytrombone" },
|
||||
}
|
||||
|
||||
list.ungrammar = {
|
||||
install_info = {
|
||||
url = "https://github.com/Philipp-M/tree-sitter-ungrammar",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue