Notebook Tokenization Fixes (#7375)

* Fix don't like; unclear if grammar necessssary too

* Cleanup and sanity check

* Cleanup and sanity check

* Add test

* Call onBeforeAttached for 3 types of editor models
This commit is contained in:
Chris LaFreniere
2019-09-27 10:04:29 -07:00
committed by GitHub
parent ba8ba9f68d
commit 6ef415d0e6
5 changed files with 305 additions and 9 deletions

View File

@@ -161,6 +161,13 @@
"configuration": "./language-configuration.json"
}
],
"grammars": [
{
"language": "notebook",
"scopeName": "source.notebook",
"path": "./syntaxes/notebook.tmLanguage.json"
}
],
"menus": {
"commandPalette": [
{