run prettier

This commit is contained in:
Alex Dima 2021-10-08 18:39:08 +02:00
parent 5f40d268df
commit 25cb9d78a8
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
35 changed files with 144 additions and 161 deletions

View file

@ -6,7 +6,8 @@
import { languages } from '../fillers/monaco-editor-core';
export const conf: languages.LanguageConfiguration = {
wordPattern: /(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,
wordPattern:
/(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,
comments: {
lineComment: '//',