Commit Graph

11641 Commits

Author SHA1 Message Date
Daniel Podder
867a87f070 Add tokens to grammar for environment variables 2016-01-06 12:04:46 -08:00
Daniel Podder
3edcbfbd91 Add tokens to grammar for parameter/loop variables 2016-01-06 12:04:46 -08:00
Daniel Podder
d5887eeb03 Fix parsing of 'rem' directive
- remove 'rem' from list of keywords so it's not misparsed as a keyword
 - change \s to \b so that 'rem' is detected in case of @rem or &rem, etc.
2016-01-06 12:04:46 -08:00
Johannes Rieken
ac5267eb61 use resourceEditorInput so that virtual documents can be shown in the editor 2016-01-06 17:53:37 +01:00
Dirk Baeumer
58e894eff3 If Salsa is enabled look for the tsserver also in local node_modules 2016-01-06 17:18:20 +01:00
Dirk Baeumer
3e9fe80339 Add feature flag to support using tsserver for JS files 2016-01-06 17:18:20 +01:00
Martin Aeschlimann
3062198a08 [theme] dark & light plus (#1470) 2016-01-06 17:18:14 +01:00
Andre Weinand
bcb3531bee update node-debug 2016-01-06 17:18:13 +01:00
Benjamin Pasero
73571b598f Merge branch 'master' into ben/electron 2016-01-06 16:27:33 +01:00
Johannes Rieken
26fab247a9 first implementation of registerTextDocumentContentProvider api-idea 2016-01-06 16:26:49 +01:00
Dirk Baeumer
6c54090689 If Salsa is enabled look for the tsserver also in local node_modules 2016-01-06 15:54:53 +01:00
Dirk Baeumer
a39afd6057 Add feature flag to support using tsserver for JS files 2016-01-06 15:54:51 +01:00
Martin Aeschlimann
8ec0425c67 [theme] dark & light plus (#1470) 2016-01-06 12:16:44 +01:00
Benjamin Pasero
d2e85a97f4 Merge branch 'master' into ben/electron 2016-01-06 11:25:40 +01:00
Andre Weinand
23321a1f4b update node-debug 2016-01-06 10:53:50 +01:00
Benjamin Pasero
945d5d57e1 Merge branch 'master' into ben/electron 2016-01-06 09:33:41 +01:00
Andre Weinand
0579a68ac2 update node-debug 2016-01-06 01:56:29 +01:00
Benjamin Pasero
1c4656f045 Merge branch 'master' into ben/electron 2016-01-05 19:05:15 +01:00
Andre Weinand
451729486e update node-debug 2016-01-05 18:01:12 +01:00
Benjamin Pasero
37dbbb3573 ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE 2016-01-05 16:32:32 +01:00
Martin Aeschlimann
386308bc18 Update Jade.tmLanguage to version from Dec 1 2015 2016-01-05 14:40:08 +01:00
Martin Aeschlimann
b102636053 No Intellisense with package.json #1769 2016-01-05 14:21:38 +01:00
isidor
afbca7b2df allow to set breakpoints in .tsx
fixes #1675
2015-12-28 17:00:34 +01:00
Andre Weinand
3f329325ac change SourceBreakpoint attribute 'expression' to 'condition' 2015-12-28 16:00:46 +01:00
Andre Weinand
543f07dc17 update node-debug (support for conditional breakpoints) 2015-12-27 22:57:20 +01:00
Andre Weinand
d3f458159b update node-debug (for Microsoft/vscode-node-debug#32) 2015-12-27 17:23:24 +01:00
David Storey
dab9105245 Synrax highlight prefixes at start of properties
Fixes #1655
2015-12-26 18:01:10 -08:00
David Storey
4066f817de Add drop-shadow function to sntax highlight 2015-12-26 14:13:27 -08:00
David Storey
0df987b36c Add CSS functions that accept <number> or <percentage> to syntax highlight 2015-12-26 14:03:53 -08:00
David Storey
b2a919b091 Add functions that only accept <angle>s to syntax highlight 2015-12-26 13:24:52 -08:00
David Storey
f6bcb69f9d Add functions that accept <length> values to syntax highlight 2015-12-26 12:25:33 -08:00
David Storey
1aba1bb096 Add functions to CSS syntax highlight that accept only <number>s
cubic-bezier, matrix, matrix3d, scale, scale3d, scaleX, scaleY, scaleZ.
2015-12-26 10:40:35 -08:00
David Storey
f7fe750cde Correct naming of extended color keywords in syntax highlight
Use support.constant.color.w3c-extended-color-name.css to match the spec name and the name Atom updated to. Current name used here and by TextMate is incorrect. (they're not invalid)
2015-12-25 19:29:23 -08:00
David Storey
d405000381 Add :scope pseudo-class to syntax highlight 2015-12-25 18:53:01 -08:00
David Storey
4ca12da5ad Add any-link pseudo-class to syntax highlight 2015-12-25 18:42:01 -08:00
David Storey
1312bfa690 Add fr unit from CSS grid to syntax highlight 2015-12-25 18:14:00 -08:00
David Storey
ab6844b704 Add missing image-rendering property to syntax highlight 2015-12-25 17:58:05 -08:00
David Storey
f84019ce42 Add touch-action (and standard values) to syntax highlight 2015-12-25 17:28:32 -08:00
Andre Weinand
11eb2c583b update node-debug (windows offline debugging) 2015-12-24 01:11:08 +01:00
Andre Weinand
a26f9d7658 update node-debug (inlined source) 2015-12-23 22:48:18 +01:00
Daniel Imms
5ab69e54c8 Disassociate .gn with python language
While Python worked well with GN in v0.10.3, since then the progress made with
the Python language syntax highlighting doesn't play well with the extra quirks
on top of Python that GN introduces (braces, no colons to indicate blocks).
Making it less usable than no language mode.
2015-12-22 09:47:58 -08:00
Johannes Rieken
4dfa345e91 api - allow to provide a cancellation token to findFiles. Fixes #1553 2015-12-22 09:29:49 +01:00
Johannes Rieken
0542c7e775 remove .m setting from C 2015-12-21 13:42:28 +01:00
Johannes Rieken
a066421a78 fix issue #1532 2015-12-21 12:40:36 +01:00
Xaver Hellauer
b848fc2527 C++11 keyword "noexcept" added 2015-12-18 20:03:02 +01:00
Dirk Baeumer
6f51b42826 Updated TS version number in OSSREADME.json 2015-12-17 15:18:28 +01:00
Alex Dima
92a726b8da Revert OSSREADME.json / ThirdPartyNotices.txt changes 2015-12-17 12:41:01 +01:00
Benjamin Pasero
71eb6386bf update test 2015-12-17 11:14:35 +01:00
Chris Dias
0334ffd2db fix spaces 2015-12-16 19:14:01 -08:00
Chris Dias
ffbbe5455d update leading spaces 2015-12-16 19:06:15 -08:00