Commit graph

2851 commits

Author SHA1 Message Date
Martin Aeschlimann 21a2765e44 [json] update service (for #28010) 2017-06-14 17:19:48 +02:00
Joao Moreno a807a515bb fixes #26642 2017-06-14 16:32:00 +02:00
Joao Moreno 09e22b8542 fixes #27367 2017-06-14 15:16:34 +02:00
Matt Bierner 732824c354 Fixing TSServer Restart Happening Twice
Fixes #27817

**Bug**
When triggering a manual TSServer restart, we currently start a new instance than immediatly kill it and start another new instance of the service. This is caused by the current handler for proces crashes not knowing that it should not restart the service for manual restarts.

**Fix**
Make sure kill doesn't automatically try to start up another instance of the TS Server when we manually restart the server
2017-06-13 15:48:32 -07:00
Ramya Achutha Rao 9f99d4ea35 Update OSSREADME to have only modules that dont have a explicit license file 2017-06-13 14:20:46 -07:00
Daniel Imms 4c2b9a6917 Fix solarized terminal colors
Fixes #28288
2017-06-13 11:30:24 -07:00
Ramya Rao 4ffa2539da shrinkwrap, OSSREADME for emmet (#28570) 2017-06-12 22:22:48 -07:00
Matt Bierner bbcd10ae1a Use async in TS documentSymbolProvider 2017-06-12 17:28:53 -07:00
Christof Marti 996af4d965 Workbench colors (#28507) 2017-06-12 17:21:29 -07:00
Kate Miháliková ab52889793 Handle diff3-style merge correctly (#27405) 2017-06-12 17:18:10 -07:00
Matt Bierner 8959af8580 Use real map for languagePerId 2017-06-12 17:16:55 -07:00
Matt Bierner d52e588111 Fix reloading TSServer not updating diagnostics
Fixes #25412
2017-06-12 17:12:51 -07:00
Matt Bierner 01fa0b83e9 Fixing cancellation errors for TS. Fixes #28501 2017-06-12 15:27:53 -07:00
Ramya Achutha Rao a50f22517c Check for null/undefined before assigning kind 2017-06-09 15:23:35 -07:00
Matt Bierner 32566fd1f1 Add scss and pug to markdown fenced codeblock syntax highlighting Fixes #28382 2017-06-09 14:54:50 -07:00
Matt Bierner 2af6c114c3 Fix markdown wordwrap for langugae specific settings. Fixes #25357 2017-06-07 15:42:06 -07:00
Matt Bierner 25458491eb Remove ` as autoclosing pair in markdown
Having ` as an autoclosing pair makes typing fenced code blocks annoying

https://github.com/Microsoft/vscode/pull/28172#issuecomment-306944985
2017-06-07 15:42:06 -07:00
Daniel Imms dca7ae6908 Monokai: Use tab well color for title bar
Fixes #27980
2017-06-07 15:23:28 -07:00
Matt Bierner 07645a664f Restrict markdown preview to markdown files
Fixes #28210

Only show the markdown preview commands when you are in a markdown file
2017-06-07 15:08:43 -07:00
Yu Zhang fc2b063fa2 Default Markdown language configuration (#28172)
* 🔧 renew Markdown lang config

* 🎨 format
2017-06-07 14:53:54 -07:00
Matt Bierner d173d8ecc1 Add insertSpaceAfterConstructor Formatting Option for TS and JS
Fixes #28206
2017-06-07 14:49:29 -07:00
Matt Bierner a757842135 Simplify logging of TS request errors
Fixes #28095

Removes the manual error logging on client requests in favor of doing this automatically in the service client. Also fixes logging of canellation errors
2017-06-07 14:31:25 -07:00
Ramya Achutha Rao 61377c23b0 Fix build error 2017-06-07 12:51:58 -07:00
Ramya Achutha Rao 6ff1da8d30 Separate Completion Provider for Emmet Css 2017-06-07 12:42:45 -07:00
Ramya Achutha Rao c47b702fa5 Refactoring toggleComment 2017-06-07 10:28:03 -07:00
Johannes Rieken 85a0a67ce5 fix integration tests 2017-06-07 16:13:06 +02:00
Martin Aeschlimann 1f3721743d Clojure mode for .cljc files. Fixes #27741 2017-06-07 13:04:51 +02:00
Ramya Achutha Rao 66212c6328 toggle comment across css nodes #27629 2017-06-06 19:18:07 -07:00
Ramya Achutha Rao 0da90fcc62 toggle comment across html nodes #27629 2017-06-06 19:18:07 -07:00
Matt Bierner a5c9a7c58c Open config file when configure excludes status bar item is clicked. Fixes #21215 2017-06-06 17:53:16 -07:00
Matt Bierner 7968d90989 Extract dispatch blocks to own functions 2017-06-06 17:53:16 -07:00
Matt Bierner 94cf0f8e78 Use map for syncedBuffers 2017-06-06 17:53:16 -07:00
Matt Bierner d808a55641 Remove buildstatus 2017-06-06 17:53:15 -07:00
Matt Bierner fbb786088e Remove experimental autobuild 2017-06-06 17:53:15 -07:00
Ramya Achutha Rao bd544519ab Ignore comments when select next/prev. Fixes #27763 2017-06-06 16:11:11 -07:00
Dustin Campbell a53cce90d3 Update C# TextMate grammar with latest fixes from csharp-tmLanguage (#28120)
This includes fixes for the following:

* C# 7 ref locals and ref returns (https://github.com/dotnet/csharp-tmLanguage/issues/12)
* C# 7 throw expressions (https://github.com/dotnet/csharp-tmLanguage/issues/69)
2017-06-06 14:28:34 -07:00
Jens Hausdorf 544d44350b remove double semicolons (#28110) 2017-06-06 13:51:23 -07:00
Martin Aeschlimann a76e066881 Merge pull request #28028 from jens1o/jens1o-html
Add `.rhtml` to html extension
2017-06-06 14:18:10 +02:00
Matt Bierner 42ede266aa Extracting callbackmap to own class 2017-06-05 16:32:16 -07:00
Matt Bierner 70e52f1860 Extract basic request queue to class 2017-06-05 16:14:25 -07:00
Matt Bierner f5b5966c94 Mark a few more fields as readonly 2017-06-05 16:14:25 -07:00
Matt Bierner 51b55e8021 Stringify Telemetry Fields in the TSExtension
Fixes #28065
2017-06-05 15:04:38 -07:00
Matt Bierner ab1e78ef1f Update js/ts grammar (#27957) 2017-06-05 10:05:50 -07:00
Jens Hausdorf fc229891ce Add .rhtml to html extension 2017-06-05 10:44:16 +02:00
Matt Bierner c353e6e9b0 Fix configure ts/jsconfig.json inserting duplicate snippet for unsaved file. Fixes #27793 2017-06-02 14:53:10 -07:00
Matt Bierner 6e8b0229b8 Enforce a minimum for markdown.preview.fontSize
Fixes #27797
2017-06-02 14:45:04 -07:00
Matt Bierner 6a01ff4870 Remove old tscheck migration logic 2017-06-02 14:30:54 -07:00
Christof Marti a88d97d63e Title case (#27569) 2017-06-02 14:23:48 -07:00
Matt Bierner fdbdf32717 Extract typescript service configuration to a class 2017-06-02 14:04:34 -07:00
Matt Bierner c4081f0d07 Continue tweaking tsc mismatch message 2017-06-02 13:15:04 -07:00
Matt Bierner 2f0ad0af90 Cleaning up messag for tsc mismatch warning as part of #27826 2017-06-01 16:27:00 -07:00
Ramya Achutha Rao 02783b149c Use jsx transformations in emmet 2017-06-01 16:12:48 -07:00
Ramya Achutha Rao 4d4d9cac5f Fixes #27316 2017-06-01 15:31:04 -07:00
Matt Bierner 148a23aef5 Explicitly specify that typescrip.tnpm should point to the executable 2017-06-01 15:16:03 -07:00
Benjamin Pasero 089bd8980b Revert "theming - remove panel.background as we currently do not support it end to end"
This reverts commit 3c1f7878b2.
2017-06-01 19:38:00 +02:00
Christof Marti c43cc5f0eb Use outlines in high contrast (#27580) 2017-06-01 10:10:59 -07:00
Ramya Achutha Rao c0ba6ba60b Fixes #27773 2017-06-01 07:26:09 -07:00
Dirk Baeumer 19aecfd367 Addresses #27672: Task Detection For Gulp 2017-06-01 11:12:19 +02:00
Martin Aeschlimann b28e0e3425 Update thirdpartynotices 2017-06-01 10:38:05 +02:00
Benjamin Pasero eac49a321b Git: rename 'Publish' to 'Publish Branch' (fixes #26133) 2017-06-01 09:26:37 +02:00
Matt Bierner 06fd9024ac Add info about typescript.npm to warning message Fixes #27707 2017-05-31 15:38:22 -07:00
Matt Bierner b87307ee8d Correctly set ts version in package.json 2017-05-31 15:21:10 -07:00
Matt Bierner 717c93ae17 Fix ts shrinkwrap 2017-05-31 15:06:51 -07:00
Matt Bierner cc0d24a24a Fix shrinkwrap of ts 2017-05-31 14:44:37 -07:00
Ramya Achutha Rao 0b2249b423 Fixes #27767 2017-05-31 13:43:03 -07:00
Greg Van Liew eb097f89a6 ATA is Automatic Type Acquisition (#27760) 2017-05-31 13:38:40 -07:00
Christof Marti aa921aa291 Check for special URLs (fixes #27603) (#27781) 2017-05-31 13:38:23 -07:00
Christof Marti 09ce1ccb2b Make sure we don't apply decorations to disposed editors 2017-05-31 11:50:20 -07:00
Christof Marti 00fe733367 Make sure we decorate all visible editors (fixes #27574) 2017-05-31 11:41:02 -07:00
Christof Marti fc2d062f99 Comment 2017-05-31 11:16:06 -07:00
Christof Marti c45f29b2b3 Track pending updates per editor (fixes #27570) 2017-05-31 11:14:45 -07:00
Christof Marti e0c1e7d242 Title case (fixes #27569) 2017-05-31 11:06:43 -07:00
Christof Marti 005c78dbf0 Title case (fixes #27569) 2017-05-31 10:39:36 -07:00
Christof Marti 6aa3aca8cc Remove extra package.json (fixes #27754) 2017-05-31 10:39:36 -07:00
Ramya Achutha Rao b431336fde Fixes #27690 Reveal range for edit point and select item 2017-05-31 10:30:01 -07:00
Christof Marti 89fa243fc9 Hid Git actions from merge conflict (fixes #27563) 2017-05-31 10:28:15 -07:00
Ramya Achutha Rao db41a5fe47 Fixes #27690 Reveal range for the last selection 2017-05-31 10:20:03 -07:00
Martin Aeschlimann ee52cacaf6 Consistent name for overviewRuler.currentContentForeground. Fixes #27756 2017-05-31 17:49:31 +02:00
Dirk Baeumer 171e5c204f Fixes #27730: Deprecation warnings in our package.json 2017-05-31 16:42:13 +02:00
Dirk Baeumer e98c09c842 Fixes #27738: Defer switching to Tasks 2.0.0 as the default 2017-05-31 16:21:35 +02:00
Sandeep Somavarapu 86110204b2 Fix #12744 2017-05-31 15:59:48 +02:00
Martin Aeschlimann e794105725 Merge pull request #27652 from DustinCampbell/update-csharp-grammar
Update to latest C# TextMate grammar
2017-05-31 15:01:52 +02:00
Matt Bierner e424344c89 Fixes #27420 2017-05-30 23:37:06 -07:00
Ramya Achutha Rao 3a6eda74ea Fixes #27609 2017-05-30 18:21:36 -07:00
Ramya Achutha Rao 436789a1eb Fixes #27618 2017-05-30 18:16:10 -07:00
Ramya Achutha Rao 0977276c2b Fixes #27623 2017-05-30 18:02:05 -07:00
Ramya Achutha Rao 1d93668c0e Fixes #27630 2017-05-30 18:02:05 -07:00
Ramya Achutha Rao d4668fce39 Fixes #27633 and Fixes #27634 2017-05-30 18:02:05 -07:00
Matt Bierner f0cb8bf271 Remove bit about path from npm warning since it may be confusing. Will update documentation 2017-05-30 16:55:03 -07:00
Matt Bierner 88073e8288 Correctly mark typescript.npm as isExecutable 2017-05-30 16:51:15 -07:00
Matt Bierner 91c7fbe242 Add npm location setting
For #24961

Picks up https://github.com/Microsoft/TypeScript/pull/16084/files

Allows users to manually set the npm install location
2017-05-30 16:37:02 -07:00
Matt Bierner e8923e9dcc Pick up ts 2.3.4 2017-05-30 15:53:42 -07:00
Dustin Campbell c58feb3fa5 Update to latest C# TextMate grammar 2017-05-30 14:59:32 -07:00
Benjamin Pasero e6217c699a adopt some new color keys in our built in themes 2017-05-30 18:06:20 +02:00
Eric Amodio bf1521ab82 Fixes #27364 - title showing \u2194 instead of ⟷ 2017-05-29 22:15:31 -07:00
Martin Aeschlimann 41e7b3f9ac [html] update services 2017-05-29 17:05:23 +02:00
Martin Aeschlimann 3214dd6024 [css] update services 2017-05-29 17:05:23 +02:00
Martin Aeschlimann ccd3c1f94e [c++] grammar in endless loop. Fixes #23850 2017-05-29 15:50:57 +02:00
Dirk Baeumer bf5bb9de5c Implements #27087: Simplify task activation events 2017-05-29 14:50:16 +02:00
Dirk Baeumer e58c2abb97 Implements #27399: Separate the task provider name from the task name in the task API 2017-05-29 14:44:31 +02:00
Benjamin Pasero 3c1f7878b2 theming - remove panel.background as we currently do not support it end to end 2017-05-29 10:50:34 +02:00
Erich Gamma 8c1c1d14df Added npm install to the list of discovered npm tasks 2017-05-28 17:29:47 +02:00
Matt Bierner c9a2a5be88 Allow tsc tasks to be disabled using settings. Fixes #27312 2017-05-26 14:24:24 -07:00
Matt Bierner 5a83b55b70 Fix a few potential issues for tsc task provider 2017-05-26 14:24:24 -07:00
Matt Bierner 0ece9b1081 Update markdown extension contributes key names 2017-05-26 12:03:23 -07:00
Martin Aeschlimann c29241c960 [bat] add test for #26825 2017-05-26 17:25:03 +02:00
Martin Aeschlimann a9ddd8c5ce Merge pull request #27325 from Ikuyadeu/support_bat
[bat] support %%(fix #26825)
2017-05-26 17:18:38 +02:00
YukiUeda 3022b4cde4 support %%(fix #26825) 2017-05-26 19:18:05 +09:00
Johannes Rieken 7e68adad64 simplify tests, fix tests, promise ftw 2017-05-26 11:07:17 +02:00
Ramya Achutha Rao 01e289eac3 Select single words in property value 2017-05-25 23:50:49 -07:00
Matt Bierner 770206ab9c Pickup all TSConfigs in Workspace for TSC Build Task (#27306)
Follow up on #26079

Allows us to pick up all tsconfig files in a workspace for the build tasks
2017-05-25 21:23:47 -07:00
Christof Marti 867468a559 Use 'descriptionForeground' (#27289) 2017-05-25 16:17:49 -07:00
Matt Bierner fe69f9ac3b Actually save the file this time :'( 2017-05-25 15:30:19 -07:00
Matt Bierner 4ce3a1e6ac Move VersionStatus into a class 2017-05-25 15:26:35 -07:00
Matt Bierner 6d00bd977b Add TSC Task Provider (#27093)
* extract standardLanguageDescriptions to constant

* Remove client variable

* Move VersionStatus into a class

* Add TSC Task Provider

Fixes #26079

Adds a task provider for building typescript projects.

* Make ts loading lazy
2017-05-25 15:18:05 -07:00
Christof Marti f17f097cc9 Extract merge-conflict colors as workbench colors (#27299) 2017-05-25 14:40:37 -07:00
Martin Aeschlimann aa080042d8 [seti] add information_for_contributors 2017-05-25 22:57:35 +02:00
Martin Aeschlimann e129461990 [seti] Update to jesseweed/seti-ui@f78d623 (2017-05-11) 2017-05-25 22:40:41 +02:00
Martin Aeschlimann ae530a2a6d Merge pull request #27215 from mjbvz/fix-27195
Fix 27195 - Json colorization of /**/
2017-05-25 17:32:21 +02:00
Martin Aeschlimann 6f274872ac Add information_for_contributors to grammars 2017-05-25 12:27:38 +02:00
Martin Aeschlimann 567bbbc6ad [php] update grammar 2017-05-25 12:27:38 +02:00
Martin Aeschlimann 422ff199ca [less] update grammar 2017-05-25 12:27:38 +02:00
Martin Aeschlimann da45ae9945 [typescript] update grammar 2017-05-25 12:27:38 +02:00
Martin Aeschlimann 1913a5cebd [css] update grammar 2017-05-25 12:27:38 +02:00
Martin Aeschlimann 078dc384b6 [cpp] update grammar 2017-05-25 12:27:37 +02:00
Martin Aeschlimann c96342e995 [clojure] update grammar 2017-05-25 12:27:37 +02:00
Martin Aeschlimann 3cdc7b7472 update all grammars script 2017-05-25 12:27:37 +02:00
Martin Aeschlimann 175cece493 [ini] add update script 2017-05-25 12:27:37 +02:00
Martin Aeschlimann dba4da9cba [scss] update grammar 2017-05-25 12:27:37 +02:00
Martin Aeschlimann 817d11bd50 [docker] update grammar 2017-05-25 12:27:36 +02:00
Benjamin Pasero 1d0b00c60e linting: convert double quote imports to single quote 2017-05-25 09:53:23 +02:00
Martin Aeschlimann 145310aea5 [lua] update grammar 2017-05-25 08:44:16 +02:00
Matt Bierner d167cf370f Add restart TSServer command. Fixes #22335 2017-05-24 15:07:43 -07:00
Matt Bierner 50cc0f9067 use alwaysStrict in TS extension 2017-05-24 15:03:50 -07:00
Martin Aeschlimann 985d05f920 Kimbie builtin theme has dark curly braces. Fixes #27121 2017-05-24 22:56:27 +02:00
Matt Bierner 7236f4a191 Fix 27195
Make sure we handle the case of `/**/` properly in json files
2017-05-24 13:54:05 -07:00
Matt Bierner d1b366fe33 Fix ts/js code lens for trailing special character. Fixes #27211 2017-05-24 13:39:44 -07:00
João Moreno d0bae42c72 Merge pull request #25862 from letmaik/git-delete-branch
Add git delete branch command
2017-05-24 15:58:30 +02:00
Joao Moreno 04c6d43247 fixes #26184 2017-05-24 15:54:47 +02:00
Erich Gamma 3568e98ec6 Added npm extension that contributes tasks for npm scripts 2017-05-24 10:47:34 +02:00
Dirk Baeumer 98b92df34c Make Task api fully official. 2017-05-24 09:59:53 +02:00
Ramya Achutha Rao 8e0f07fd38 Initial commit for builtin emmet extension #21943 2017-05-23 22:41:55 -07:00
Christof Marti d516c32ecb Build requires second argument to localize to be a string literal 2017-05-23 15:57:42 -07:00
Matt Bierner 066db6b85f Fix potential hang when canceling ts requests using pipe. Part of #24698 2017-05-23 15:41:21 -07:00
Christof Marti 6daf4d3602 Merge branch 'better-merge-extension' 2017-05-23 15:03:14 -07:00
Phil Price 7966de7ac9 Track document changes per callee
It is possible in the open / activate event cycle that we end up doing a double push of decorator changes to the editor, as both events pending on to the same delayed operation.
2017-05-23 12:54:51 -07:00
Matt Bierner 87c24f2b26 Fix markdown preview csp failure. Fix #27156 2017-05-23 11:57:07 -07:00
Phil Price d94a07d085 Remove performance logging 2017-05-23 11:55:27 -07:00
Phil Price ec7c65cdc4 Localize compare conflict window title 2017-05-23 11:55:03 -07:00
Phil Price 61a8de29c3 Remove proposed api references, update configuration title localization. 2017-05-23 11:54:43 -07:00
Phil Price 537deb5209 Change document tracker to be opted out of per callee origin. 2017-05-23 11:29:53 -07:00
Phil Price aba193c3a4 Ensure that changing codeLens.enabled responds immediately 2017-05-23 09:57:41 -07:00
Phil Price 8f4e1f532d Update extension configuration options 2017-05-23 09:50:23 -07:00
Phil Price e27196db32 Update setting section name 2017-05-23 09:06:26 -07:00
Phil Price b1b9619644 Cleanup and comment conflict parsing code 2017-05-23 09:02:38 -07:00
Ramya Achutha Rao 794103a7bc Update grammar for var related bug fix 2017-05-22 22:39:01 -07:00
Phil Price 191fc7c9d9 Remove git merge conflict decorator 2017-05-22 18:40:14 -07:00
Phil Price 49ee140410 Remove legacy parser 2017-05-22 18:38:42 -07:00
Phil Price 1535f99ffe Update accept actions for new conflict parser 2017-05-22 18:31:04 -07:00
Matt Bierner 7403245d3d Show Warning When a markdown.styles fails to load (#27105)
Fixes #8488

**Bug**
Currently there is no indication in the markdown preview when a `markdown.styles` element fails to load

**Fix**
Show an alert then a stylesheet does not load
2017-05-22 18:30:24 -07:00
Phil Price 4dcf156655 Update compare command 2017-05-22 17:42:26 -07:00
Phil Price 76b6b177b5 Add line by line parser for merge conflicts.
Prior implementation in mergeConflictParserLegcacy which does a one shot regular expression.
2017-05-22 17:07:42 -07:00
Phil Price 59fbe319a1 Formatting change 2017-05-22 17:06:30 -07:00
Phil Price f4c0e976e2 Add temporary timing logging to merge conflict scanning 2017-05-22 17:06:07 -07:00
Matt Bierner 89369d18e6 Fix package.json lookup 2017-05-22 16:11:39 -07:00
Matt Bierner 13c842c36a Adopt TypeScript 2.3.3 Fixes #27099 2017-05-22 15:41:51 -07:00
MaruyamaTomoki 3e65e255ab Markdown preview support the UNC path files. (#26710) 2017-05-22 15:29:25 -07:00
Phil Price fd94a29f3a Localization for codelens and warning messages. 2017-05-22 14:21:36 -07:00
Phil Price a8fe17a808 Update codelens peer command names 2017-05-22 14:10:46 -07:00
Phil Price e9bb38e81a Rename content provider to match extension name 2017-05-22 14:05:31 -07:00
Phil Price 83fd45c45d Command titles and category localization support 2017-05-22 14:04:51 -07:00
Phil Price 61f16319ab Initial merge of 'better-merge' extension into core extensions.
- 'better-merge' command and setting namespace replaced with 'merge-conflict'
 - Configuration settings from extension replaced with single 'merge-conflicts.enabled' : boolean setting
2017-05-22 13:56:18 -07:00
Jan Niklas Hasse 146c76df36 Use pre-#25570 fonts as a fallback for system-ui (#26912)
Workaround for:
https://bugs.chromium.org/p/chromium/issues/detail?id=724393
2017-05-22 11:57:54 +02:00
Martin Aeschlimann 764dab3629 Merge pull request #26992 from luxifer/php-language-tests
Add more tests to PHP grammar
2017-05-22 11:26:24 +02:00
isidor 16b3399e17 hc theme status bar: back to black like amy winehouse 2017-05-22 11:05:50 +02:00
Matt Shirley 42ab4c41a4 Add "pullFrom" git command
Resolves Microsoft/vscode#26738
2017-05-20 11:07:34 -07:00
Florent Viel 310bcbc400
fix tests 2017-05-20 13:19:25 +02:00
Florent Viel b090499274
update tes tests to show off function name with nbsp 2017-05-20 13:08:09 +02:00
Dirk Baeumer 87cfa19524 Fixes #25518: Cannot associate a problem matcher with an auto detected tasks 2017-05-19 17:38:57 +02:00
Benjamin Pasero 52212f2a2e 💄 2017-05-19 12:21:36 +02:00
Kaide Mu 09c97bca0f Markdown: Capture right parenthesis as part of url (#26449)
* Capture right parenthesis as part of url

* Update markdown link pattern

* Fix link highlighting when there is nested img and link href
2017-05-18 22:06:27 -07:00
Matt Bierner b73e961439 Split tracer out into own file 2017-05-18 22:04:33 -07:00
Matt Bierner cdaa5f28ef Record when tsserver exits with code or errors 2017-05-18 21:35:15 -07:00
Matt Bierner b8b81b73b4 add tsserver.debug option 2017-05-18 17:34:58 -07:00
Matt Bierner 6d8e64ee3f Add error handler for reader 2017-05-18 17:34:58 -07:00
Matt Bierner 288968f803 Fix duplicate code ids names being uploaded to ts 2017-05-18 17:34:58 -07:00
Matt Bierner 7c2d2c37eb Mark a few members readonly 2017-05-18 17:34:58 -07:00
Matt Bierner 7d2739bfe4 Remove some unused functions in reader 2017-05-18 17:34:58 -07:00
Matt Bierner 89f1f02286 Use correct reporter instance 2017-05-18 15:20:13 -07:00
Matt Bierner 8dd07034c0 Split reporter out into own file 2017-05-18 15:17:42 -07:00
Martin Aeschlimann 3d581324cb [xml] update grammar 2017-05-18 15:41:33 +02:00
Martin Aeschlimann 767b146e26 [swift] update grammar 2017-05-18 15:41:33 +02:00
Martin Aeschlimann 486d6e1f00 [shaderlab] update grammar 2017-05-18 15:41:33 +02:00
Martin Aeschlimann 6b48d58387 [rust] update grammar 2017-05-18 15:41:33 +02:00
Martin Aeschlimann b2c10e50c8 [ruby] update grammar 2017-05-18 15:41:33 +02:00
Martin Aeschlimann 5a700f5a84 [r] add update grammar script 2017-05-18 15:41:33 +02:00
Martin Aeschlimann 72cb93c60e [html] update grammar 2017-05-18 15:41:33 +02:00
Martin Aeschlimann 8ae8cd5b6f [groovy] add grammar update script 2017-05-18 15:41:33 +02:00
Martin Aeschlimann 7728b701bd [go] update grammar 2017-05-18 15:41:32 +02:00
Martin Aeschlimann fb84773f76 [git] add grammar update script 2017-05-18 15:41:32 +02:00