vscode-cosmosdbgraph/grammar
Prashanth 1139946191
Add conditions to RegexLiteral to avoid matching with multi-line comment '/*' (#901)
2018-10-31 15:05:25 -07:00
..
JavaScript.tmLanguage.json Stop publishing JS grammar, fixes #464 (#490) 2018-04-04 14:11:45 -07:00
Readme.md Update grammer/README.md (#890) 2018-10-24 09:33:45 -07:00
Regular Expressions (JavaScript).tmLanguage Stop publishing JS grammar, fixes #464 (#490) 2018-04-04 14:11:45 -07:00
configuration.json Fix #10 2017-04-27 11:17:17 +02:00
mongo.g4 Add conditions to RegexLiteral to avoid matching with multi-line comment '/*' (#901) 2018-10-31 15:05:25 -07:00

Readme.md

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

To update the grammar after making changes:

  1. npm run update-grammar
  2. Re-comment imports in mongoParser.ts that are not used and cause compile errors

Debugging the grammar

See instructions in launch.json. Be sure to explicitly save the mongo.g4 file to generate the debug info before trying to launch.