Skip to content

Commit

Permalink
Add schema to syntax files
Browse files Browse the repository at this point in the history
  • Loading branch information
Blond11516 committed Dec 14, 2024
1 parent b50a77b commit 208f512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions syntaxes/eex.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/refs/heads/master/tmlanguage.json",
"fileTypes": ["eex", "leex"],
"name": "Embedded Elixir",
"patterns": [
Expand Down
1 change: 1 addition & 0 deletions syntaxes/elixir.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/refs/heads/master/tmlanguage.json",
"comment": "Atom Syntax Parser for Elixir Programming Language.",
"fileTypes": ["ex", "exs"],
"firstLineMatch": "^#!/.*\\belixir",
Expand Down

0 comments on commit 208f512

Please sign in to comment.