Skip to content

Commit

Permalink
chore: docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
creativenull committed Sep 4, 2023
1 parent 42e2d1a commit 265037d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/SUPPORTED_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -1195,6 +1195,24 @@ local forge_fmt = require('efmls-configs.formatters.forge_fmt')
local terraform_fmt = require('efmls-configs.formatters.terraform_fmt')
```

### Tex

#### Linters

`chktex` [https://www.nongnu.org/chktex/](https://www.nongnu.org/chktex/)

```lua
local chktex = require('efmls-configs.linters.chktex')
```

#### Formatters

`latexindent` [https://github.com/cmhughes/latexindent.pl](https://github.com/cmhughes/latexindent.pl)

```lua
local latexindent = require('efmls-configs.formatters.latexindent')
```

### Toml

#### Formatters
Expand Down

0 comments on commit 265037d

Please sign in to comment.