feat(typoscript): add TypoScript support (#353)

* Added TypoScript

* Combined
This commit is contained in:
Teddytrombone 2023-10-27 12:43:51 +02:00 committed by GitHub
parent 8aa32aa6b8
commit e5c90f0f32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 53 additions and 0 deletions

View file

@ -70,6 +70,7 @@ Note: if you need support for Neovim 0.6.x please use the tag `compat/0.6`.
- [x] `toml`
- [x] `tsx`
- [x] `typescript`
- [x] `typoscript`
- [x] `usd`
- [x] `verilog`
- [x] `vim`

View file

@ -0,0 +1,4 @@
[
(configuration_block)
(condition_block)
]@context

48
test/test.typoscript Normal file
View file

@ -0,0 +1,48 @@
foo {
}
[condition]
[end]
[condition]
foo {
nested {
}
}
[global]