vscode-mongodb/grammar
Sandeep Somavarapu 5c64c92329 Fix grammar to exclude , in string 2017-05-11 17:07:35 +02:00
..
JavaScript.tmLanguage.json Language configuration 2017-04-20 15:30:11 +02:00
Readme.md Language configuration 2017-04-20 15:30:11 +02:00
Regular Expressions (JavaScript).tmLanguage Language configuration 2017-04-20 15:30:11 +02:00
configuration.json Fix #10 2017-04-27 11:17:17 +02:00
mongo.g4 Fix grammar to exclude , in string 2017-05-11 17:07:35 +02:00

Readme.md

The file JavaScript.tmLanguage.json is derived from TypeScriptReact.tmLanguage.

To update to the latest version:

  • cd extensions/typescript and run npm run update-grammars
  • don't forget to run the integration tests at ./scripts/test-integration.sh

The script does the following changes:

  • fileTypes .tsx -> .js & .jsx
  • scopeName scope.tsx -> scope.js
  • update all rule names .tsx -> .js