Commit Graph

481 Commits

Author SHA1 Message Date
danymat
c9ee823ec2 fix: Remove old print 2022-10-21 16:30:57 +02:00
danymat
0f70a414fa feat(py) Better copy of nodes to generator (#106) 2022-10-21 16:29:44 +02:00
github-actions
778dfff282 [docgen] Update doc/neogen.txt
skip-checks: true
2022-10-20 11:34:47 +00:00
danymat
b1e56c5263 fix(ts) Do not offset function annotations (#111) 2.10.1 2022-10-20 13:33:22 +02:00
github-actions
e754659d2c [docgen] Update doc/neogen.txt
skip-checks: true
2022-10-17 10:36:15 +00:00
danymat
8624a73c86 feat(python): Add support for throw statements
Closes #106

Support currently reST annotations
2.10.0
2022-10-17 12:35:53 +02:00
github-actions
3ea6a2a638 [docgen] Update doc/neogen.txt
skip-checks: true
2022-10-17 10:17:09 +00:00
danymat
e307833f26 fix(python): remove hints for typed parameters (#106) 2.9.2 2022-10-17 12:16:50 +02:00
github-actions
c164b56b79 [docgen] Update doc/neogen.txt
skip-checks: true
2022-10-17 09:30:59 +00:00
danymat
bc6b0851ec fix(ts): Indentation in functions (Closes #111) 2.9.1 2022-10-17 11:30:34 +02:00
github-actions
abb619bd76 [docgen] Update doc/neogen.txt
skip-checks: true
2022-10-15 21:59:45 +00:00
Reagan
e8c62b63f8 * feat(snippet): Add support for vsnip
Co-authored-by: danymat <d.danymat@gmail.com>
2.9.0
2022-10-15 23:59:30 +02:00
Arthur McLain
8bddb5acfc doc: Update Readme 2022-10-14 23:00:36 +02:00
github-actions
967b280d7d [docgen] Update doc/neogen.txt
skip-checks: true
2022-09-22 08:26:23 +00:00
Elkiders99
c53bc48033 fix(luasnip) Do not remove snippet indent (#110)
* Breaking change fix in luasnip `parse_snippet`
Co-authored-by: Agustin Romero <agustin.romero@mercadolibre.com>
2.8.1
2022-09-22 10:26:06 +02:00
Daniel Mathiot
c5a0c39753 Merge branch 'main' into throws-statement-java 2022-06-15 19:13:07 +02:00
github-actions
2286d51628 [docgen] Update doc/neogen.txt
skip-checks: true
2022-06-15 09:16:28 +00:00
Dhruv Manilawala
110c307ddf feat: add option to specify annotation convention (#97)
To know more about this new version, please visit `:h neogen-changelog` !
2.8.0
2022-06-15 11:16:09 +02: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
Daniel Mathiot
d5326a114a fix: Return value instead of table in get_node_text
Closes #99
2022-06-15 10:36:35 +02:00
Daniel Mathiot
08c88e2a85 ref(helpers) Improve get_node_text deprecation 2022-06-14 19:08:46 +02:00
github-actions
f5fbf3130c [docgen] Update doc/neogen.txt
skip-checks: true
2022-06-13 06:34:00 +00:00
Daniel Mathiot
3a37832265 fix: deprecate ts_utils get_node_text #88 (#98) 2022-06-13 08:33:43 +02:00
Daniel Mathiot
668b3ad04d feat(java) Improve throws statements (#91) 2022-05-05 10:18:53 +02:00
Mikael Elkiær
a4b2fd5ba5 Adds generic mapping of filetype to ts parser name (#89)
* Revert "Rename cs.lua to c_sharp.lua"

This reverts commit 32adfde9b0.

* Adds generic mapping of filetype to ts parser name
2022-05-04 14:09:20 +02:00
Daniel Mathiot
32adfde9b0 Rename cs.lua to c_sharp.lua 2022-04-27 14:17:39 +02:00
Zoe Roux
f249a70ee5 C# improvements (#86)
* fix: Fixing csharp docs for interfaces

* feat(csharp): adding type params support
2022-04-01 17:37:03 +02:00
Daniel Mathiot
c539cccce4 Update README.md 2022-03-24 11:52:24 +01:00
github-actions
778a853786 [docgen] Update doc/neogen.txt
skip-checks: true
2022-03-13 15:10:44 +00:00
danymat
19c7045745 chore: update docs 2022-03-13 16:10:27 +01: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>
2.6.0
2022-03-13 16:05:04 +01:00
Martin Kunz
4e3dca63c6 fix(doc): language (#81)
Fixed some language mistakes and phrasing mistakes in `adding-languages.md`.
2022-03-12 15:08:46 +01:00
danymat
fd86bde7ad chore: Delete old code 2022-03-11 13:32:24 +01:00
danymat
046fdb310c feat(ts) Add support for @template (#79) 2022-03-11 13:31:59 +01:00
danymat
2674428a49 ref(c) Use type name instead of jump (#80) 2022-03-11 10:39:39 +01:00
danymat
1da0dd9e56 feat(c) Add @typedef for doxygen (#80) 2022-03-11 10:37:48 +01:00
danymat
f2aeb078f0 fix(js/ts) Do not duplicate @return (#79) 2022-03-11 10:21:58 +01:00
github-actions
26d9289e7e [docgen] Update doc/neogen.txt
skip-checks: true
2022-03-09 10:38:27 +00:00
danymat
8c16efa6f6 doc: Add doc to support new snippet engines 2022-03-09 11:38:09 +01:00
danymat
670494d43a feat(kotlin) Support Generics (#78) 2022-03-09 11:04:41 +01:00
danymat
db5fd708f7 feat(kotlin) Automatically add return annotation for functions
References #78
2022-03-09 10:01:58 +01:00
danymat
92827d0a1c fix(javadoc) Improper placement (#78) 2022-03-08 20:20:33 +01:00
mg979
423360a8cc fix: csharp parameters (#77) 2022-03-06 19:18:45 +01:00
danymat
85add3fe10 Update README.md 2022-03-05 14:37:39 +01:00
danymat
82b4fc97ad Update README.md 2022-03-05 14:33:09 +01:00
github-actions
c8141b9438 [docgen] Update doc/neogen.txt
skip-checks: true
2022-03-05 13:17:44 +00:00
danymat
d449431e95 feat(rb) Add support for tomdoc 2.5.0 2022-03-05 14:17:19 +01:00
danymat
e7043e3ab7 ref(generator) Dedent unecessary else statement 2022-03-05 11:53:30 +01:00