From db3a136f7f746f0c2a171780090702a14526607d Mon Sep 17 00:00:00 2001 From: Daniel Mathiot Date: Mon, 23 Aug 2021 19:23:25 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6fca89..c771dca 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,11 @@ There is a list of supported languages and fields, with their annotation style | Language | Annotation conventions | Supported fields | |---|---|---| -| lua | Emmylua (`"emmylua"`) | `@param`, `@varargs`, `@return` | -| python | Google docstrings (`"google_docstrings"`) | `Args`, `Attributes`, `Returns` | -| python | Numpydoc (`"numpydoc"`)| `Arguments`, `Attributes`, `Returns`| +| lua | | | +| | Emmylua (`"emmylua"`) | `@param`, `@varargs`, `@return` | +| python | | | +| | Google docstrings (`"google_docstrings"`) | `Args`, `Attributes`, `Returns` | +| | Numpydoc (`"numpydoc"`)| `Arguments`, `Attributes`, `Returns`| ## Adding Languages