Commit Graph

571 Commits

Author SHA1 Message Date
Martin Aeschlimann
f033f51134 Remove keyword.control.import override from plus themes 2016-04-12 11:56:49 +02:00
Martin Aeschlimann
2cf239dc51 fixes #4881: [cpp] Switching to Atom's language-c for C/C++ syntax highlighting 2016-04-12 11:32:01 +02:00
Martin Aeschlimann
37f5e2b355 [colorize tests] update test result data 2016-04-11 21:28:19 +02:00
Martin Aeschlimann
320a247a6f fixes #499: syntax highlighting broken when divide symbol is not separated using space 2016-04-11 21:28:17 +02:00
Martin Aeschlimann
3a486b145e colorize tests: add color, normalize type 2016-04-11 21:28:15 +02:00
Martin Aeschlimann
f6c9b396f9 Merge pull request #5139 from pjmeyer/master
Update Dockerfile highlighting to support 'ARG'
2016-04-11 17:48:25 +02:00
Martin Aeschlimann
8509d4e47a even more colorizer tests 2016-04-11 16:03:40 +02:00
Martin Aeschlimann
34470d1810 [xml] colorizer tests 2016-04-11 16:03:39 +02:00
Martin Aeschlimann
a5ae040dba [js/ts] colorizer tests 2016-04-11 16:03:39 +02:00
Martin Aeschlimann
e475fdebcc [html/razor/handlebars/xml] colorizer tests 2016-04-11 16:03:38 +02:00
Martin Aeschlimann
f324e87fc7 [docker] colorizer tests 2016-04-11 16:03:37 +02:00
Martin Aeschlimann
04f70fd797 [diff] colorizer tests 2016-04-11 16:03:37 +02:00
Martin Aeschlimann
1416f6e5ce [git] colorizer tests 2016-04-11 16:03:36 +02:00
Martin Aeschlimann
d4182e34b8 colorizer test code polish 2016-04-11 16:03:35 +02:00
Martin Aeschlimann
084e8dba55 [css/less/sass] colorizer tests 2016-04-11 16:03:35 +02:00
Martin Aeschlimann
4f3dfc420f [c] colorizer tests 2016-04-11 16:03:34 +02:00
Martin Aeschlimann
0f32c8e950 [coffescript] tokenizer tests 2016-04-11 16:03:34 +02:00
Martin Aeschlimann
de555832a4 [clojure] colorize tests 2016-04-11 16:03:32 +02:00
Martin Aeschlimann
045ff8db5c [bat] colorize tests 2016-04-11 16:03:31 +02:00
PJ Meyer
0ae67eeff6 Add ARG and match DTD 2016-04-10 21:00:42 -07:00
Martin Aeschlimann
b6bdc71d72 colorize-test fixes for build 2016-04-08 23:26:25 +02:00
Martin Aeschlimann
24dfa08f6f Theme tests as extension test 2016-04-08 23:26:12 +02:00
Johannes Rieken
be0565c680 Merge pull request #5098 from Microsoft/joh/diag
enrich DiagnosticsCollection, pass on the actual Diagnostic-objects
2016-04-08 18:42:59 +02:00
Johannes Rieken
742ae2ea14 provideCodeActions get those diagnostic instances others provided, not a clone 2016-04-08 17:52:20 +02:00
Johannes Rieken
8cdf377b66 add DiagnosticsCollection#has and #get 2016-04-08 17:31:35 +02:00
Johannes Rieken
aeb52ceb8d add DiagnosticsCollection#forEach 2016-04-08 16:40:12 +02:00
Andre Weinand
a63353942c update node-debug 2016-04-08 15:39:42 +02:00
Johannes Rieken
78dcfe10d8 make sure that the falsy value for the activeTextEditor is undefined, #5022 2016-04-06 17:43:07 +02:00
Johannes Rieken
5f44e36593 fix issue #4945 2016-04-06 12:49:01 +02:00
Joao Moreno
f71fec3d4c don't bold tag names in solarized theme 2016-04-05 10:44:06 +02:00
Benjamin Pasero
cc3b457dd9 [loc][Query][DevDiv] Typo in source "id" (fixes #4897) 2016-04-04 16:25:05 +02:00
Andre Weinand
46703d9d2f update node-debug 2016-04-04 00:05:20 +02:00
Martin Aeschlimann
dc14340f10 Merge pull request #4356 from Microsoft/aeschli/update-ruby-plist
[ruby] Update ruby grammar
2016-04-01 16:21:18 +02:00
Martin Aeschlimann
5fd7621a48 Remove VSCode-BugExtension 2016-04-01 14:45:07 +02:00
Martin Aeschlimann
a0ead9a7a7 [c++] add platform.tmLangage 2016-04-01 14:38:47 +02:00
Martin Aeschlimann
2d56597e6f [c++] C & C++ Syntax Highlighting Issues #4769, first issue 2016-04-01 14:38:46 +02:00
Andre Weinand
2cbef4e3f8 update node-debug 2016-04-01 11:50:54 +02:00
eshizhan
2e801dcb3f add .bas extension for VBA 2016-03-31 11:51:35 +08:00
Andre Weinand
3b2b78b2c6 update node-debug 2016-03-31 00:57:44 +02:00
Andre Weinand
c1eb759a00 update node-debug 2016-03-30 18:32:00 +02:00
Andre Weinand
563c0209ed add stackframe paging support to debug protocol and node-debug 2016-03-30 10:46:48 +02:00
Andre Weinand
5b9ec15ce5 update node-debug 2016-03-25 23:36:46 +01:00
Johannes Rieken
b2bb5b360a open new jsconfig-file in the right-most editor, fixes #4499 2016-03-24 12:29:21 +01:00
Benjamin Pasero
a93a74a041 Revert "Revert "Add syntax highlighting for zsh config files""
This reverts commit 4ce22442fa.
2016-03-23 16:48:34 +01:00
Martin Aeschlimann
2f688c8f92 Merge pull request #4554 from Microsoft/aeschli/jsconfig
Update jsconfig
2016-03-23 15:30:44 +01:00
Martin Aeschlimann
c0367f94ba Update jsconfig.schema.json 2016-03-23 15:29:42 +01:00
Johannes Rieken
b85e66a1c5 Merge pull request #4603 from Microsoft/joh/jsconfigDefaults
target as the only compiler option
2016-03-23 11:47:55 +01:00
Benjamin Pasero
4ce22442fa Revert "Add syntax highlighting for zsh config files"
This reverts commit 350b17c1fb.
2016-03-23 09:44:53 +01:00
Johannes Rieken
df39505c2c target as the only compiler option 2016-03-23 09:27:30 +01:00
Daniel Imms
b9c54b1d2f Merge pull request #4483 from jamesqo/zsh-grammar
Add support for a bunch of zsh configuration files
2016-03-22 18:26:03 -07:00