Add python support

At the moment, only supports params for function definitions.
I added more options to configure the default generator (please see the
templates field in configuration/python.lua)
This commit is contained in:
Daniel Mathiot
2021-08-23 12:53:27 +02:00
parent df48fe0a38
commit 40616b25d7
4 changed files with 70 additions and 3 deletions

View File

@@ -63,6 +63,7 @@ neogen.setup = function(opts)
-- DEFAULT CONFIGURATION
languages = {
lua = require("neogen.configurations.lua"),
python = require("neogen.configurations.python"),
},
})