mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-22 23:19:25 -04:00
reorganization: Rename extensions -> language
I want all language elements to be defined in the same folder, rather than having the "core" language split by parsing/AST/completions and the rest split by language element.
This commit is contained in:
parent
76f7befd68
commit
34f525beaa
14 changed files with 133 additions and 86 deletions
|
@ -22,7 +22,7 @@ from enum import Enum
|
|||
import typing as T
|
||||
from dataclasses import dataclass
|
||||
|
||||
from .extensions import gtk_a11y
|
||||
from .language import gtk_a11y
|
||||
from .xml_reader import Element, parse
|
||||
from .gir import *
|
||||
from .utils import Colors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue