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:
James Westman 2022-01-26 14:10:39 -06:00
parent 76f7befd68
commit 34f525beaa
14 changed files with 133 additions and 86 deletions

View file

@ -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