mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Merge pull request #158 from scarolan/patch-1
Replace // with # for line comments
This commit is contained in:
commit
5641b25d8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue