mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +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 = {
|
||||
comments: {
|
||||
lineComment: '//',
|
||||
lineComment: '#',
|
||||
blockComment: ['/*', '*/']
|
||||
},
|
||||
brackets: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue