fixes
This commit is contained in:
parent
104328d5a9
commit
96e83a9e3f
@ -1,4 +1,4 @@
|
|||||||
defmodule MakeupPrisma.Application do
|
defmodule Makeup.Lexers.MakeupPrisma.Application do
|
||||||
@moduledoc false
|
@moduledoc false
|
||||||
use Application
|
use Application
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ defmodule MakeupPrisma.Application do
|
|||||||
def start(_type, _args) do
|
def start(_type, _args) do
|
||||||
Registry.register_lexer(MakeupPrisma,
|
Registry.register_lexer(MakeupPrisma,
|
||||||
options: [],
|
options: [],
|
||||||
names: ["prisma"],
|
names: ["prisma", "prisma-schema"],
|
||||||
extensions: ["prisma"]
|
extensions: ["prisma"]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user