mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add Gtk.Scale mark syntax
This commit is contained in:
parent
83d11ccb8c
commit
5a782c653b
12 changed files with 242 additions and 5 deletions
|
@ -29,7 +29,13 @@ from ..errors import (
|
|||
)
|
||||
from ..completions_utils import *
|
||||
from .. import decompiler as decompile
|
||||
from ..decompiler import DecompileCtx, decompiler
|
||||
from ..decompiler import (
|
||||
DecompileCtx,
|
||||
decompiler,
|
||||
escape_quote,
|
||||
truthy,
|
||||
decompile_translatable,
|
||||
)
|
||||
from ..gir import (
|
||||
StringType,
|
||||
BoolType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue