mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Merge 72b88392b1 into ec78a33c7b
This commit is contained in:
commit
9cee39a53d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import { registerLanguage } from '../_.contribution';
|
|||
registerLanguage({
|
||||
id: 'javascript',
|
||||
extensions: ['.js', '.es6', '.jsx', '.mjs', '.cjs'],
|
||||
firstLine: '^#!.*\\bnode',
|
||||
firstLine: "^#!.*\\b(node|gjs)",
|
||||
filenames: ['jakefile'],
|
||||
aliases: ['JavaScript', 'javascript', 'js'],
|
||||
mimetypes: ['text/javascript'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue