Merge pull request #158 from scarolan/patch-1

Replace // with # for line comments
This commit is contained in:
Alexandru Dima 2021-10-08 07:39:17 +02:00 committed by GitHub
commit 5641b25d8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ import type { languages } from '../fillers/monaco-editor-core';
export const conf: languages.LanguageConfiguration = { export const conf: languages.LanguageConfiguration = {
comments: { comments: {
lineComment: '//', lineComment: '#',
blockComment: ['/*', '*/'] blockComment: ['/*', '*/']
}, },
brackets: [ brackets: [