Skip to content

Commit

Permalink
add .el extension
Browse files Browse the repository at this point in the history
add emacs-lisp extension
  • Loading branch information
sangjeedondrub committed Apr 27, 2018
1 parent 17f9919 commit 3544068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"languages": [{
"id": "lisp",
"aliases": ["Lisp", "lisp"],
"extensions": [".lisp", ".cl", ".asd", ".ros", ".lsp"],
"extensions": [".lisp", ".cl", ".asd", ".ros", ".lsp", ".el"],
"configuration": "./Lisp.configuration.json"
}],
"grammars": [{
Expand Down

0 comments on commit 3544068

Please sign in to comment.