Skip to content

Commit

Permalink
Add support for aliasing HEEx template highlighting for NEEx templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Oct 23, 2024
1 parent 6dd0303 commit 9359017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"tree-sitter": [
{
"scope": "source.heex",
"file-types": ["heex"],
"injection-regex": "^(heex)$"
"file-types": ["heex", "neex"],
"injection-regex": "^(heex|neex)$"
}
]
}

0 comments on commit 9359017

Please sign in to comment.