Commit graph

146 commits

Author SHA1 Message Date
David Storey
04cee66ced Add missing Counter Styles decriptors to syntax highlight 2016-01-11 01:36:59 -08:00
David Storey
331a9538f7 add missing unicode-range to syntax highlight 2016-01-10 20:16:37 -08: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
David Storey
802036ff0e Add MQL4 Interaction media feature values to syntax highlighter
I previously added the media features, but the values were missing too.
2015-12-16 01:37:23 -08:00
David Storey
ddc8a92b6d Add @viewport (inc -o-/-ms-) to syntax highlighter
Changes:
* support @viewport at-rules
* add min/max/user-zoom to property list
* add portrait and landscape to property value list

Currently I’m just using the property list for valid descriptors within the viewport at-rule, as that is what the file is also doing for font-face at-rule. Ideally they'd be split out to only accept the valid descriptors in the future.
2015-12-16 01:30:12 -08:00
David Storey
ba296d55c7 Update list of valid CSS values for syntax highlighting 2015-12-15 18:20:59 -08:00
David Storey
3b40a57b00 Fix last of merge issues 2015-12-12 01:04:08 -08:00
David Storey
206f9a84d2 Merge Microsoft/master into branch 2015-12-12 00:04:07 -08:00
Martin Aeschlimann
d08132fcbb [ts] update grammars with latest from TypeScript-TmLanguage (05e623f) 2015-12-11 16:06:10 +01:00
Martin Aeschlimann
45f29b9988 [js] update grammars with latest from TypeScript-TmLanguage (05e623f) 2015-12-11 16:06:09 +01:00
Andre Weinand
dfd7f2698c update node-debug 2015-12-11 15:13:04 +01:00
Johannes Rieken
7dbc878a32 remove csharp-syntax-only-extension because vscode omnisharp ships that 2015-12-10 15:25:07 +01:00
Johannes Rieken
c8d4a43181 es6 is the default 2015-12-10 14:17:41 +01:00
Johannes Rieken
a25f063d94 Merge branch 'master' into joh/commandsAsApi 2015-12-10 10:07:15 +01:00
David Storey
d98484b5a2 Add css properties to css.plist 2015-12-10 00:13:30 -08:00
Martin Aeschlimann
736ff0bd99 [json] move schema associations to extensions 2015-12-09 23:40:36 +01:00
Johannes Rieken
9408e3bb74 Merge branch 'master' into joh/commandsAsApi 2015-12-09 17:10:04 +01:00
Andre Weinand
18db812cb1 update node-debug 2015-12-09 16:47:23 +01:00
Martin Aeschlimann
9b0bcaa02a [clojure] Block comment is not colored any different #12 2015-12-09 11:19:34 +01:00
Martin Aeschlimann
2b2d81331b [vb] vb dosn't support block comments 2015-12-09 11:05:40 +01:00
Martin Aeschlimann
a72549198a Merge pull request #1089 from evalphobia/feature/add-rake-extensions
Added .rake extension to use ruby syntax
2015-12-09 10:55:38 +01:00
Martin Aeschlimann
f35e6bd652 Merge pull request #1092 from Tyriar/patch-2
Associate .atom with XML
2015-12-09 10:52:07 +01:00
Johannes Rieken
ec720bfa9a filter commands that start with an underscore, make it option in the API 2015-12-09 10:43:49 +01:00
David Storey
74f61ad20a Add fullscreen API pseudos 2015-12-08 18:48:23 -08:00
David Storey
603ed8786a Update Input Pseudo-classes 2015-12-08 18:38:46 -08:00
David Storey
0c2649e8fc Add placeholder pseudo element 2015-12-08 18:33:34 -08:00
David Storey
fe09ff773c Add missing CSS units from css.plist 2015-12-08 18:24:18 -08:00
David Storey
d3547c844e Add speech media type 2015-12-08 18:10:09 -08:00
David Storey
20c6ef3198 Update comments about colours in plist to be closer to truth 2015-12-08 18:08:23 -08:00
David Storey
23db8835f5 Merge branch 'Microsoft/master' into update-css-intellisense
# Conflicts:
#	src/vs/languages/html/common/htmlTags.ts
2015-12-08 17:03:17 -08:00
Dirk Baeumer
daede4d598 Fixes #1052 2015-12-08 12:40:58 +01:00
Dirk Baeumer
ee3a944762 Fixes #1100 2015-12-08 11:50:45 +01:00
Daniel Imms
3340cd42c9 Associate .atom with XML
.atom feeds (application/atom+xml) are similar to .rss.
2015-12-07 23:00:35 -08:00
evalphobia
e204017ad4 Added .rake extension to use ruby syntax 2015-12-08 09:37:44 +09:00
Benjamin Pasero
f2074e0af1 delete test that will never work in our PH 2015-12-07 10:11:05 +01:00
Benjamin Pasero
da2688027e enable another workspace test 2015-12-07 08:15:11 +01:00
Benjamin Pasero
7ceebcf8ab first cut green integration tests on windows 2015-12-04 16:17:54 +01:00
Andre Weinand
fb8e9440e5 update node-debug 2015-12-04 15:48:53 +01:00
Dirk Baeumer
56faef7b2d Fix line feeds 2015-12-04 13:54:21 +01:00