Commit Graph

73 Commits

Author SHA1 Message Date
github-actions
05d754004d [docgen] Update doc/neogen.txt
skip-checks: true
2025-02-20 10:19:39 +00:00
github-actions
eac6737a23 [docgen] Update doc/neogen.txt
skip-checks: true
2025-02-19 10:51:25 +00:00
github-actions
dd0301bfba [docgen] Update doc/neogen.txt
skip-checks: true
2024-12-27 09:32:24 +00:00
github-actions
e932ba918b [docgen] Update doc/neogen.txt
skip-checks: true
2024-08-22 08:41:06 +00:00
github-actions
2cad4d6fe9 [docgen] Update doc/neogen.txt
skip-checks: true
2024-08-13 09:48:59 +00:00
github-actions
4b22542b96 [docgen] Update doc/neogen.txt
skip-checks: true
2024-08-02 14:37:15 +00:00
github-actions
f027ac49f6 [docgen] Update doc/neogen.txt
skip-checks: true
2024-08-02 14:30:56 +00:00
github-actions
1d756eaff8 [docgen] Update doc/neogen.txt
skip-checks: true
2024-08-02 14:21:25 +00:00
github-actions
b2942f546c [docgen] Update doc/neogen.txt
skip-checks: true
2024-07-28 12:10:08 +00:00
github-actions
519e819ca1 [docgen] Update doc/neogen.txt
skip-checks: true
2024-07-23 16:18:28 +00:00
Colin Kennedy
fef1ab3932 Added unittest + basic python and lua unittests (#174)
---------

Co-authored-by: Danymat <d.danymat@gmail.com>
2024-07-23 18:18:14 +02:00
Colin Kennedy
0daffcec24 Added parse rule for exceptions from a module (#168) 2024-03-23 08:22:10 +01:00
github-actions
b95347a588 [docgen] Update doc/neogen.txt
skip-checks: true
2024-03-03 22:06:53 +00:00
github-actions
63ca9609be [docgen] Update doc/neogen.txt
skip-checks: true
2024-03-03 21:09:02 +00:00
github-actions
7bf529e3e4 [docgen] Update doc/neogen.txt
skip-checks: true
2024-03-03 20:56:23 +00:00
github-actions
3e97116543 [docgen] Update doc/neogen.txt
skip-checks: true
2024-03-03 20:42:49 +00:00
github-actions
1dd0319ccf [docgen] Update doc/neogen.txt
skip-checks: true
2023-06-09 00:35:04 +00:00
github-actions
d8c8145304 [docgen] Update doc/neogen.txt
skip-checks: true
2023-06-07 19:56:45 +00:00
Colin Kennedy
a9f560b490 feat(py): Added Python "Yields:" support for Google-style docstrings (#147)
* Added basic Python yield support

Removed syntax error

Added missing docstring

Added missing end statement

* Bumped the minor version to 2.15.0
2023-06-07 19:33:17 +02:00
github-actions
72238bfb70 [docgen] Update doc/neogen.txt
skip-checks: true
2023-05-31 11:21:46 +00:00
github-actions
9fa736a227 [docgen] Update doc/neogen.txt
skip-checks: true
2023-05-31 11:04:13 +00:00
Colin Kennedy
a113ca9a54 feat(python): Add Raises: block for google_docstrings (#143)
* Added Google docstring Raises: block

* Added Google docstring change to the Changelog

* Fixed duplicate "Raises:" block, for Python google-style docstrings

* doc: Version

---------

Co-authored-by: danymat <d.danymat@gmail.com>
2023-05-31 13:03:58 +02:00
github-actions
d789a5a2e0 [docgen] Update doc/neogen.txt
skip-checks: true
2023-05-22 11:06:29 +00:00
github-actions
cebe581536 [docgen] Update doc/neogen.txt
skip-checks: true
2023-03-27 18:42:40 +00:00
github-actions
93d997dbdd [docgen] Update doc/neogen.txt
skip-checks: true
2023-02-21 10:01:41 +00:00
github-actions
0958aeffcd [docgen] Update doc/neogen.txt
skip-checks: true
2023-01-12 21:38:31 +00:00
github-actions
2961b48f72 [docgen] Update doc/neogen.txt
skip-checks: true
2023-01-06 10:50:58 +00:00
github-actions
71f16ffb48 [docgen] Update doc/neogen.txt
skip-checks: true
2023-01-03 00:36:38 +00:00
danymat
d7891401e0 Merge remote-tracking branch 'origin/main' into autodetect_type 2023-01-03 01:09:41 +01:00
github-actions
96e5d013bf [docgen] Update doc/neogen.txt
skip-checks: true
2022-12-28 10:43:56 +00:00
Barak Michener
2c454f7e68 Add annotation type autodetection
Creates a new generate() type, `any`, which contextually adds an
annotation by whichever matching type is first found in the tree around
the cursor.

So, if your cursor is in a function, it will annotate the function, if
in a class or struct definition, it'll annotate that, etc.

Co-authored-by: Sabu Siyad <hello@ssiyad.com>
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
2022-11-14 17:31:08 +05:30
github-actions
bc48a0627c [docgen] Update doc/neogen.txt
skip-checks: true
2022-11-10 19:06:35 +00:00
github-actions
654290f65d [docgen] Update doc/neogen.txt
skip-checks: true
2022-11-10 17:05:27 +00:00
github-actions
778dfff282 [docgen] Update doc/neogen.txt
skip-checks: true
2022-10-20 11:34:47 +00:00
github-actions
e754659d2c [docgen] Update doc/neogen.txt
skip-checks: true
2022-10-17 10:36:15 +00:00
github-actions
3ea6a2a638 [docgen] Update doc/neogen.txt
skip-checks: true
2022-10-17 10:17:09 +00:00
github-actions
c164b56b79 [docgen] Update doc/neogen.txt
skip-checks: true
2022-10-17 09:30:59 +00:00
github-actions
abb619bd76 [docgen] Update doc/neogen.txt
skip-checks: true
2022-10-15 21:59:45 +00:00
github-actions
967b280d7d [docgen] Update doc/neogen.txt
skip-checks: true
2022-09-22 08:26:23 +00:00
github-actions
2286d51628 [docgen] Update doc/neogen.txt
skip-checks: true
2022-06-15 09:16:28 +00:00
github-actions
e58d279993 [docgen] Update doc/neogen.txt
skip-checks: true
2022-06-15 08:46:07 +00:00
i3Cheese
17dd80c236 feat(snippets): Add snippy support (#93) 2022-06-15 10:45:46 +02:00
github-actions
f5fbf3130c [docgen] Update doc/neogen.txt
skip-checks: true
2022-06-13 06:34:00 +00:00
github-actions
778a853786 [docgen] Update doc/neogen.txt
skip-checks: true
2022-03-13 15:10:44 +00:00
github-actions
dc354d3660 [docgen] Update doc/neogen.txt
skip-checks: true
2022-03-13 15:05:18 +00:00
mg979
c9ac5a6fd8 Placeholder support for snippet engines (#76)
- Add support for placeholders in snippet insertion !
  None: placeholders are automatically set when using a bundled snippet engine.
  - Add `enable_placeholders` option (see |neogen-configuration|)
  - Add `placeholders_text` option (see |neogen-configuration|)

Co-authored-by: danymat <d.danymat@gmail.com>
2022-03-13 16:05:04 +01:00
github-actions
26d9289e7e [docgen] Update doc/neogen.txt
skip-checks: true
2022-03-09 10:38:27 +00:00
github-actions
c8141b9438 [docgen] Update doc/neogen.txt
skip-checks: true
2022-03-05 13:17:44 +00:00
github-actions
a0d37d57e9 [docgen] Update doc/neogen.txt
skip-checks: true
2022-03-03 09:43:43 +00:00
github-actions
02f4437e9e [docgen] Update doc/neogen.txt
skip-checks: true
2022-02-26 11:55:13 +00:00