David Storey
5e65254d14
Add CSS MQ L4 Interaction media features to syntax highlight
...
These are now well supported. Not included the others until I research
how well they’re supported.
2015-11-24 15:13:26 -08: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
Joao Moreno
e3c9e0576f
remove unnecessary dependencies
2015-11-20 15:41:15 +01:00
Andre Weinand
60d10f9ae3
update debug adapters
2015-11-20 15:34:13 +01:00
Joao Moreno
a427dcd46a
use auth tokens for downloading omnisharp builds from gh
2015-11-20 12:49:34 +01:00
David Wilson
6d3609f90b
Add more extensions to built-in PowerShell support
...
This change adds the .pssc and .psrc file extensions to the built-in
PowerShell support.
2015-11-19 14:05:46 -08:00
Alex Dima
8883fcd03b
Leading whitespace fixes
2015-11-19 12:56:08 +01:00
Johannes Rieken
626a518f7a
express node version dependency, tackles #142
2015-11-19 11:38:05 +01:00
Ladislau Szomoru
ca8eea6ad6
Fixed Runnning typo
2015-11-18 16:59:44 +01:00
Martin Aeschlimann
889aba99dc
Python: Block comment is three single quotes and not two #18
2015-11-16 10:49:28 +01:00
Martin Aeschlimann
a8c6596266
C# bracket insertion, indentation not working #4
2015-11-16 10:48:42 +01:00
Martin Aeschlimann
ef99de7936
Add source.regexp.python rules
2015-11-13 18:25:18 +01:00
Johannes Rieken
b14fb980c2
use relative path to gulp instead of installed
2015-11-13 16:41:32 +01:00
Chris Dias
6f9e2ae390
Add reference to DefinitelyTyped, updated the TypeScript version, and generate a new thirdpartynotices.txt
2015-11-13 15:48:38 +01:00
Erich Gamma
8f35cc4768
Hello Code
2015-11-13 14:39:38 +01:00