From c62002aa4d0ae32fad7e18c526336a536368e6f1 Mon Sep 17 00:00:00 2001 From: Daniel Mathiot Date: Sun, 9 Jan 2022 14:33:07 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4741e5..a8d3825 100644 --- a/README.md +++ b/README.md @@ -176,8 +176,8 @@ There is a list of supported languages and fields, with their annotation style | Language | Annotation conventions | Supported fields | Supported annotation types |---|---|---|---| -| lua | | | `func`, `class`, `type` | -| | [Emmylua](https://emmylua.github.io/) (`"emmylua"`) | `@param`, `@varargs`, `@return`, `@class`, `@type` | +| lua | | | `func`, `class`, `type`, `file` | +| | [Emmylua](https://emmylua.github.io/) (`"emmylua"`) | `@param`, `@varargs`, `@return`, `@class`, `@type`, @module` | | | [Ldoc](https://stevedonovan.github.io/ldoc/manual/doc.md.html) (`"ldoc"`) | `@param`, `@varargs`, `@return`, `@class`, `@type` | | python | | | `func`, `class`, `file` | | | [Google docstrings](https://google.github.io/styleguide/pyguide.html) (`"google_docstrings"`) | `Args`, `Attributes`, `Returns` |