Skip to content

Commit

Permalink
Add Heex extension (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
onixus74 committed Jan 9, 2022
1 parent 0550cd6 commit 6c5c8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -29,7 +29,7 @@ export function activate(context: ExtensionContext) {
documentSelector: [{ language: 'elixir', scheme: 'file' }, { language: 'elixir', scheme: 'untitled' }],
synchronize: {
configurationSection: 'elixirLS',
fileEvents: [workspace.createFileSystemWatcher('**/*.{ex,exs,erl,yrl,xrl,eex,leex}')],
fileEvents: [workspace.createFileSystemWatcher('**/*.{ex,exs,erl,yrl,xrl,eex,leex,heex}')],
},
};

Expand Down

0 comments on commit 6c5c8f2

Please sign in to comment.