 Closes #4926 Release Notes: - Added support for [JSDoc](https://jsdoc.app) syntax highlighting ([#7224](https://github.com/zed-industries/zed/issues/7224)).
8 lines
194 B
TOML
8 lines
194 B
TOML
name = "JSDoc"
|
|
grammar = "jsdoc"
|
|
autoclose_before = "]}"
|
|
brackets = [
|
|
{ start = "{", end = "}", close = true, newline = false },
|
|
{ start = "[", end = "]", close = true, newline = false },
|
|
]
|