minor(docs): fix indent

This commit is contained in:
arne314
2025-02-07 11:57:13 +01:00
parent 00181e1f03
commit 83ac349ed2

View File

@@ -142,9 +142,9 @@ Let's say you prefer the short `=>` arrow over the long `==>` one and would like
Your `typstar` config could look like Your `typstar` config could look like
```lua ```lua
require('typstar').setup({ require('typstar').setup({
snippets = { snippets = {
exclude = { 'ip' }, exclude = { 'ip' },
}, },
}) })
``` ```
while your LuaSnip `typst.lua` could look like this (`<` and `>` require escaping as `<>` [introduces a new node](https://github.com/L3MON4D3/LuaSnip/blob/master/DOC.md#fmt)) while your LuaSnip `typst.lua` could look like this (`<` and `>` require escaping as `<>` [introduces a new node](https://github.com/L3MON4D3/LuaSnip/blob/master/DOC.md#fmt))