Граф коммитов

1102 Коммитов

Автор SHA1 Сообщение Дата
Ron Buckton c247a59705 Updated TSX syntax 2016-02-21 14:57:29 -08:00
Ron Buckton e8c368c61d Updates tsx grammar for await coloring 2016-02-21 14:35:26 -08:00
Ron Buckton 97fdfc1250 Merge pull request #75 from Microsoft/fixAwait
Addresses await keyword coloring.
2016-02-12 10:50:45 -08:00
Bill Ticehurst 00e47b7566 Merge pull request #67 from Microsoft/updateJsx
Sync tsx grammar with recent changes of the ts gammar
2016-02-09 08:23:02 -08:00
Ron Buckton a8116ba4cd Changes scope for namespace/module to storage.type to better reflect its semantic meaning 2016-02-04 12:21:44 -08:00
Ron Buckton dad3c38408 Addresses await keyword coloring.
Fixes #74.
2016-02-04 12:09:21 -08:00
Zhengbo Li 82a19fe818 Merge pull request #34 from Gheoan/from-keyword
add 'from' keyword
2016-02-02 14:13:29 -08:00
Gheoan 59c4f2636c add 'from' keyword 2016-02-02 18:26:52 +02:00
Zhengbo Li 047d8c50e0 Merge pull request #33 from Gheoan/as-keyword
add 'as' keyword
2016-02-01 18:59:43 -08:00
Gheoan 66b80b82ac add 'as' keyword 2016-02-02 03:14:36 +02:00
zhengbli 6be6600544 Sync tsx grammar with recent changes of the ts gammar 2016-02-01 15:30:44 -08:00
Zhengbo Li 69e4b83869 Merge pull request #56 from Microsoft/FixCI
Fix failed tests
2016-01-30 01:25:34 -08:00
zhengbli c837accf3c Rename `switch` related scopes 2016-01-29 14:28:51 -08:00
zhengbli ee0974e175 Add more test for the abstract keyword 2016-01-29 13:54:27 -08:00
zhengbli f3d0dddd42 Merge branch 'master' of https://github.com/Microsoft/TypeScript-TmLanguage into FixCI 2016-01-28 15:23:50 -08:00
Zhengbo Li 4ed3a657fa Merge pull request #57 from Microsoft/i16
Fix issue #16
2016-01-28 02:10:22 -08:00
zhengbli 1296569179 Update baselines and add fixes 2016-01-27 15:17:07 -08:00
zhengbli 5e9cf09e64 Fix issue #16 2016-01-27 02:36:55 -08:00
zhengbli 8a6051c7f3 Correct ".ts" scope to ".tsx" scope in react files 2016-01-27 02:13:21 -08:00
zhengbli e4d1aefd45 Port the changes to react files 2016-01-27 02:06:02 -08:00
zhengbli dad3eead17 Add test case for PR48 2016-01-27 01:58:22 -08:00
zhengbli 7ff62114f8 Add new defs for switch case 2016-01-27 01:49:11 -08:00
Zhengbo Li f036ee395c Merge pull request #54 from stkb/tests-fix
Fix testing code to check all tests, not just the last
2016-01-26 11:41:58 -08:00
Zhengbo Li 239bc711dd Merge pull request #55 from stkb/tests-misc-fixes
Misc improvements to testing infrastructure
2016-01-26 11:15:29 -08:00
stkb ffe46726c0 misc improvements to testing infrastructure 2016-01-25 17:38:13 +01:00
stkb c1a13a909f Fix testing code to check all tests, not just the last 2016-01-25 09:22:24 +01:00
Zhengbo Li d563cc1e17 Merge pull request #52 from Microsoft/noSemicolonForReact
Apply PR #48 to TypeScriptReact grammar too
2016-01-20 17:03:41 -08:00
Zhengbo Li 0cfd3b88d8 Apply PR #48 to TypeScriptReact grammar too 2016-01-20 13:27:04 -08:00
Zhengbo Li 1a663e2301 Merge pull request #48 from blakeembrey/support-non-semicolons
Match EOL with various selectors
2016-01-19 17:51:36 -08:00
Blake Embrey c85e83c0cf Match EOL with various selectors
Not everyone uses semicolons, but right now some of the selectors assume usage of semicolons to terminate.
2016-01-15 14:40:46 -08:00
Zhengbo Li 05e623fb59 Merge pull request #25 from Microsoft/i15
Fix issues of quoted field declaration
2015-12-11 01:43:48 -08:00
Zhengbo Li a1a3ca6891 Fix issue 15 2015-12-11 00:58:25 -08:00
Zhengbo Li 965dc7f843 Merge pull request #24 from Microsoft/i21
Fix syntax issue when object members have the same name with a keyword
2015-12-11 00:16:23 -08:00
Zhengbo Li b456866c90 Fix issue 21 2015-12-10 23:57:53 -08:00
Daniel Rosenwasser 667d217881 Update TypeScript.YAML-tmLanguage 2015-12-03 14:34:39 -08:00
Daniel Rosenwasser 4457737da6 Merge pull request #20 from ejsmith/master
Add support for async / await syntax hightlighting
2015-12-03 14:31:16 -08:00
Eric J. Smith 53ef6c9815 Add support for async / await syntax hightlighting 2015-12-03 10:55:17 -06:00
Daniel Rosenwasser 77ad207327 Merge pull request #19 from Microsoft/readmeContent
Added content to README.md
2015-12-02 20:49:48 -08:00
Daniel Rosenwasser a04c8929c3 Update README.md 2015-12-02 20:34:35 -08:00
Daniel Rosenwasser 40fd77b135 Added content to README.md 2015-12-02 14:58:27 -08:00
Zhengbo Li d455523f0b Create .tsdrc
Increase github limit for tsd install
2015-12-02 11:01:37 -08:00
Zhengbo Li 4c720ef72c Merge pull request #12 from Microsoft/addTests
Add tests and travis CI
2015-12-02 10:47:23 -08:00
zhengbli 61693f3552 CR feedback 2015-11-30 14:26:35 -08:00
zhengbli c38deffa76 Remove typings folder, replace with tsd.json 2015-11-20 12:32:23 -08:00
zhengbli 6bfc101adf Switch from travis to appveyor 2015-11-19 14:59:45 -08:00
zhengbli 4633341edb Update build dependencies for linux 2015-11-19 14:19:06 -08:00
zhengbli 56acfe9325 update travis.yml tring to get travis to work 2015-11-19 14:11:20 -08:00
zhengbli c08a0f8ad3 Add travis.yml 2015-11-19 13:58:19 -08:00
zhengbli de051b5d7b Add mocha as test runner 2015-11-19 13:47:51 -08:00
zhengbli 7eda1af441 Add tests 2015-11-19 11:37:25 -08:00