offside languages: changing ignoreTrimWhitespace default to false (#169555)

This commit is contained in:
Martin Aeschlimann
2022-12-20 10:09:56 +01:00
committed by GitHub
parent b2121c2dbe
commit 3eff2128ce
7 changed files with 34 additions and 7 deletions

View File

@@ -45,7 +45,12 @@
"scopeName": "source.regexp.python",
"path": "./syntaxes/MagicRegExp.tmLanguage.json"
}
]
],
"configurationDefaults": {
"[python]": {
"diffEditor.ignoreTrimWhitespace": false
}
}
},
"scripts": {
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin MagicStack/MagicPython grammars/MagicPython.tmLanguage ./syntaxes/MagicPython.tmLanguage.json grammars/MagicRegExp.tmLanguage ./syntaxes/MagicRegExp.tmLanguage.json"