extensions
|
Remove some semicolons
|
2021-11-30 21:04:35 -06:00 |
__init__.py
|
Add setup.py
|
2021-10-17 23:45:24 -05:00 |
ast.py
|
Accept string literals for parseable types
|
2021-11-25 18:43:37 -06:00 |
ast_utils.py
|
Improved validation
|
2021-11-12 18:01:56 -06:00 |
completions.py
|
Add GtkComboBoxText items
|
2021-11-12 18:40:26 -06:00 |
completions_utils.py
|
Fix mypy warning
|
2021-11-24 20:06:55 -06:00 |
errors.py
|
lsp: Add code actions
|
2021-11-11 22:59:49 -06:00 |
gir.py
|
Fix enums with "-"/"_" in the name
|
2021-11-24 14:57:34 -06:00 |
lsp.py
|
lsp: Add code actions
|
2021-11-11 22:59:49 -06:00 |
lsp_utils.py
|
Add GtkFileFilter properties
|
2021-11-12 09:23:25 -06:00 |
main.py
|
Add input directory argument to batch-compile
|
2021-11-24 21:30:12 -06:00 |
parse_tree.py
|
Allow \' in strings
|
2021-11-25 18:27:53 -06:00 |
parser.py
|
Fix bindings with no flags
|
2021-11-24 14:12:37 -06:00 |
parser_utils.py
|
Support translation contexts
|
2021-11-24 21:17:59 -06:00 |
tokenizer.py
|
tokenizer: Fix multiline comment regex
|
2021-11-25 18:43:33 -06:00 |
utils.py
|
lsp: Add code actions
|
2021-11-11 22:59:49 -06:00 |
xml_emitter.py
|
Initial commit
|
2021-10-17 15:26:34 -05:00 |
xml_reader.py
|
Improve value parsing
|
2021-11-01 21:51:25 -05:00 |