Skip to content

Commit

Permalink
Merge pull request #28 from nettinho/main
Browse files Browse the repository at this point in the history
Syntax highlighting for curly brackets on heex
  • Loading branch information
msaraiva authored Dec 16, 2024
2 parents f985313 + 0596ae6 commit dd21dcb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions syntaxes/heex.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"name": "heex",
"scopeName": "source.heex",
"fileTypes": [
"heex"
],
"fileTypes": ["heex"],
"patterns": [
{
"include": "#doctype"
Expand Down Expand Up @@ -37,6 +35,9 @@
},
{
"include": "#tag"
},
{
"include": "#interpolation"
}
],
"repository": {
Expand Down

0 comments on commit dd21dcb

Please sign in to comment.