fixes
This commit is contained in:
@@ -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"]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user