Commit graph

63 commits

Author SHA1 Message Date
thomas michael wallace c44731e247 Add Windows Workflow (.xoml) extension. 2015-12-01 11:55:20 +00:00
Martin Aeschlimann 92b30a15c7 Merge pull request #786 from Tyriar/xml_extensions
[xml] Add several XML file extensions
2015-12-01 09:34:35 +01:00
Martin Aeschlimann 7bca0cd1c3 [fsharp] update tm grammar (1.4.11) 2015-11-30 21:35:09 +01:00
Dirk Baeumer 047f55b3b7 Merged #336 2015-11-30 12:41:50 +01:00
Dirk Baeumer 30381dbcef Fixes #539 2015-11-30 12:14:55 +01:00
Daniel Imms 58b7cd4ff3 Remove svgz from xml extensions
svgz is a gzipped version of svg so syntax highlighting does not apply
2015-11-28 18:17:55 -08:00
Daniel Imms 557e6284a8 Add more XML extensions 2015-11-28 18:14:35 -08:00
Daniel Imms b223a5e626 Make xml extension list flat 2015-11-28 18:13:23 -08:00
Martin Aeschlimann b68a923c8d Merge pull request #735 from bae-unidev/master
Add CSS Gradient snippet.
2015-11-27 17:06:44 +01:00
Bae Hyun Seung eb291ec183 Add CSS Gradient snippet. 2015-11-27 14:41:09 +09:00
Johannes Rieken 62727a35d9 fixes #672 2015-11-26 15:57:57 +01:00
Johannes Rieken 9d1054fb70 don't search for project when no folder has been opened, fixes #649 2015-11-26 15:39:52 +01:00
Benjamin Pasero 5ea34f9dba return early from confirmSave when we are in extension development mode 2015-11-25 12:51:24 +01:00
Benjamin Pasero 2c09792e1c first commands test (disabled) 2015-11-25 12:13:40 +01:00
Benjamin Pasero 052a1dc8a0 api tests - more use of promises in mocha 2015-11-25 12:04:21 +01:00
Martin Aeschlimann f924875c00 [json] improve text mate tokenizer, enable as default 2015-11-25 12:01:09 +01:00
Joao Moreno aba9d6bf3f better cleanup for api tests 2015-11-25 11:59:55 +01:00
Martin Aeschlimann c37136730f [json] 'JSON with comments' text mate bundle 2015-11-25 11:11:17 +01:00
Benjamin Pasero 7754743a7e api tests: allow to run and debug them 2015-11-25 10:58:17 +01:00
Benjamin Pasero e5d7c7a919 api tests: cleanup after test run 2015-11-25 10:29:02 +01:00
Benjamin Pasero 4ea2714df8 add more meaningful api tests 2015-11-25 08:44:13 +01:00
Andre Weinand f63c7a01d4 update debug adapters 2015-11-24 22:45:47 +01:00
Martin Aeschlimann 4163a8dcd5 [json] add tm grammer, not yet enabled 2015-11-24 17:06:58 +01:00
Johannes Rieken 3f7972116a Fix #47, add support for comments and brackets for JSX 2015-11-24 16:19:14 +01:00
Benjamin Pasero 303b02eeac restore vscode:prepublish to compile tests properly 2015-11-24 07:18:27 +01:00
Benjamin Pasero 222b089f8a vscode api tests: add back publisher 2015-11-24 07:01:53 +01:00
Benjamin Pasero 3f2b4ba9a6 npm install vscode-api-tests and some polish 2015-11-24 07:00:06 +01:00
isidor 28e29d7977 line endings. 2015-11-23 20:28:42 +01:00
isidor eceef7a61e Copyright polish. 2015-11-23 20:26:01 +01:00
Andre Weinand 203f945e73 update node-debug 2015-11-23 17:44:20 +01:00
Martin Aeschlimann ccda7c8174 Merge pull request #472 from Jaykul/feature/fixfunctions
Fix function keyword syntax
2015-11-23 16:55:56 +01:00
Dirk Baeumer 5521642662 Enable source maps for TS extension 2015-11-23 12:28:29 +01:00
Martin Aeschlimann 956a8f0e06 Merge pull request #403 from Jakeii/patch-1
Function calls not highlighted in JS
2015-11-23 11:38:11 +01:00
Martin Aeschlimann 5b657a5382 Merge pull request #461 from dstorey/main-element
Update HTML highlighting & IntelliSense
2015-11-23 11:09:06 +01:00
Martin Aeschlimann 3efb36ec02 Bad Default/Regression: C++ .h headers colored as C files #145 2015-11-23 11:05:41 +01:00
Benjamin Pasero fc6faebbdd Merge pull request #453 from pborreli/typos
Fixed typos
2015-11-23 08:09:13 +01:00
Joel Bennett 4279850edf Fix function keyword syntax
Avoid matching "function" at the end of other words
Fix highlighting of scope keywords
2015-11-23 00:57:36 -05:00
David Storey 911ba94d5c Fix order of CSS transition snippet and remove old -o- prefix
The prefixless version should always be last, so that the older
prefixed implementation (if different) doesn’t win out in the cascade.
Especially now other browsers (Edge) support the webkit version as well.

Removed -o- as that was only used by Opera 11.5, which hasn’t been the
current version since I worked there. Presto users were quickly
auto-updated to Opera 12, and now Opera uses Blink.
2015-11-22 13:16:16 -08:00
David Storey e00710dcb3 Merge branch 'Microsoft/master' into main-element 2015-11-22 13:09:34 -08:00
David Storey 1a98e23a63 Remove <eventsource> (Server-Sent Events) from syntax highlight
The element is no longer part of the API. It is no fully JavaScript
based.
2015-11-22 13:08:00 -08:00
David Storey 933a511d78 Add missing HTML5.1 elements to CSS syntax highlight and Intellisense
* svg
* menuitem (already in IntelliSense)
2015-11-22 13:06:31 -08:00
David Storey b1e6e55f82 Add missing HTML5 elements to CSS syntax highlighting
* bdo
* data
* embed
* main
* rb, rp, rt, rtc, ruby
* s
* source
* template
* track
* u
* wbr
2015-11-22 12:45:27 -08:00
David Storey 71ff1b47c9 Remove obsolete HTML elements from CSS syntax highlight
* acronym
* big
* strike
* tt
* frame
* frameset
* noframes
2015-11-22 12:17:35 -08:00
Pascal Borreli 16fc6b7585 Fixed typos 2015-11-22 15:45:31 +00:00
Martin Aeschlimann c7451c15d2 PHP autocompletion: $_GET completes into $$_GET #86 2015-11-22 16:38:58 +01:00
Andre Weinand bff376d138 update debug adapters 2015-11-22 01:25:49 +01:00
Martin Aeschlimann c89555baaf Visual Studio Code is no longer responding #160 2015-11-21 23:57:41 +01:00
Jake Lee Kennedy 15ffb3dd2b Function calls not highlighted in JS
tmTheme files use `meta.function-call` to highlight function calls.
2015-11-21 12:10:24 +00:00
João Moreno 15ddb39bed Merge pull request #276 from daviwil/ps-extensions
Add more extensions to built-in PowerShell support
2015-11-20 16:23:44 +01:00
Johannes Rieken bd854fcdd0 Merge pull request #341 from Microsoft/csharp-o-github-releases
Use auth tokens for downloading omnisharp builds from GitHub
2015-11-20 15:54:01 +01:00