João Moreno
3b03189afa
Restore extensions in core ( #114921 )
...
* bring back grammar extensions
* fix hygiene
* Revert "pull themes from the marketplace"
This reverts commit 0738f76dac
.
2021-01-25 17:07:56 +01:00
João Moreno
bc7d3c9ea6
remove grammar extensions
2021-01-15 12:35:17 +01:00
Alex Ross
f53678cb4b
Update branch for sql grammar
...
Fixes https://github.com/microsoft/vscode/issues/109251
2020-11-06 14:04:50 +01:00
Alex Ross
d6af4893ed
Update grammars
2020-11-05 14:53:33 +01:00
ChaseKnowlden
e8760a5d6c
Fix capitalization of GitHub org
2020-09-17 11:43:03 +02:00
Alex Ross
5cd1eff604
Update grammars
2020-09-07 16:47:30 +02:00
Alex Ross
ca74bac4b0
Update grammars
2020-06-18 17:35:13 +02:00
Alex Ross
884fcedf97
Update grammars
2020-05-11 14:03:54 +02:00
Alex Ross
f474fcb271
update-grammars
2020-04-06 13:29:57 +02:00
Miguel Solorio
666fcc0d62
Fix #88418 , update number color for color contrast
2020-01-21 10:23:18 -08:00
Anthony Dresser
28402eb956
Update sql language syntax ( #77601 )
...
* update sql language syntax
* Remove changes to sql grammar
2019-10-07 13:58:48 +02:00
Alex Ross
a570522203
Update grammars
...
Also added a test for an existing c++ syntax highlighting issue.
2019-07-01 16:39:15 +02:00
Aurélien Pupier
7a5bca9faf
Add License field to package.jsons #68423 ( #68771 )
...
it should avoid to have "warning XXX: No license field" during yarn
build
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2019-06-06 11:44:50 +02:00
Alex Ross
b0b6dc6c2e
Update grammars to pick up make changes
...
and fix hashes.
2019-02-06 15:16:49 +01:00
Alex Ross
6c6cd0aab4
Update grammars
2018-12-12 17:25:07 +01:00
isidor
9edd984da8
delete OSSREADME.json
2018-11-20 12:54:22 +01:00
isidor
2ba92aa3e8
add commitHash to cgmanifest
2018-11-15 17:43:46 +01:00
isidor
347fb6347b
add all cgmanifests. Still no commitHash
2018-11-14 18:18:25 +01:00
Martin Aeschlimann
10a1d2a50a
update grammars
2018-10-04 12:00:39 +02:00
Alex Dima
34e7a220c8
Avoid shipping unnecessary files
2018-09-19 19:53:46 +02:00
ranolfi
5a06498759
Automatic wrapping with `` (backticks) for SQL
...
Related to #49188
Should close the issue along with d5a8ffc0
.
2018-05-04 05:41:15 -03:00
Greg Van Liew
b3a1b98d54
Edit pass on built-in extension descriptions ( #44875 )
2018-03-01 16:43:06 -08:00
Ramya Achutha Rao
15d0e9b30b
Remove and other language features from description of basic builtin extensions #44626
2018-02-27 18:15:50 -08:00
Martin Aeschlimann
8bd41ceeca
built-in extensions: version to 1.0.0 (for #43978 )
2018-02-27 15:16:07 +01:00
Martin Aeschlimann
292a290e3f
Rename built-in syntax and snippet extensions to "Language Basics". Fixes #44241
2018-02-26 21:27:22 +01:00
Martin Aeschlimann
e45d279b36
description & name for built-in languages ( #43978 )
2018-02-20 10:09:22 +01:00
Martin Aeschlimann
8fdf170a08
update grammar script: remove unused properties
2018-02-12 16:54:46 +01:00
Martin Aeschlimann
2e93ae50c5
[sql] update grammar
2018-02-09 12:45:27 +01:00
Martin Aeschlimann
51d8f360e5
[sql] replace grammar
2017-10-25 17:26:12 +02:00
Martin Aeschlimann
e9d793eb33
[sql] switch to Microsoft/sql grammar ( fixes #36853 )
2017-10-25 16:32:04 +02:00
Joao Moreno
5667cc0e69
use vsce to determine what to package when bundling extensions
...
fixes #29054
2017-06-21 16:17:21 +02:00
Martin Aeschlimann
ae333a8b41
test fixes for #17178
2017-05-18 10:50:30 +02:00
Alex Dima
90d74c59aa
Use hex colors in themes integration tests
2017-01-05 09:47:08 +01:00
Alex Dima
10f68352a0
Themes integration tests
2017-01-04 22:44:08 +01:00
Martin Aeschlimann
8751b28026
[themes] remove entity.name.function scope from dark vs-default
2016-10-14 16:06:39 +02:00
Martin Aeschlimann
dc4c01473d
fixes #10427 : dsql files not picked up as SQL syntax even when grammar has them
2016-08-15 11:20:02 +02:00
Martin Aeschlimann
4a13944af6
Migrate all other languages to language-configuration.json
2016-07-21 20:30:37 +02:00
Eshwar Andhavarapu
c28d22e35b
Revised placement
2016-07-19 08:45:03 +02:00
Eshwar Andhavarapu
eec94fee86
Added more T-SQL keywords
...
Added:
1. USE (edited position)
2. DECLARE
3. GO
4. INTO
2016-07-19 08:24:25 +02:00
Eshwar Andhavarapu
940466f144
Addition of USE EXEC OPENQUERY syntax
...
USE is used to select a database in SQL Server when a database is connected to.
EXEC and OPENQUERY are both used to get data on other servers.
I have grouped this with the VALUES keyword as EXEC/OPENQUERY are dealing with similar data.
I have also added USE into this dictionart as I felt it is cleaner than adding into dictionary keyword.other.DML.sql but let me know if you disagree.
2016-06-23 13:30:24 +02:00
Eshwar Andhavarapu
a7270a3fc6
Added .dsql and .psql filetypes
...
.psql - It appears this is used by PostgreSQL
.dsql - this is used by Microsoft's very own SQL Studio Tools when working with APS/PDW
2016-06-09 20:31:32 +02:00
Martin Aeschlimann
630be96071
[sql] autoclosing & surrounding pairs
2016-04-21 23:03:32 +02:00
Martin Aeschlimann
37f5e2b355
[colorize tests] update test result data
2016-04-11 21:28:19 +02:00
Martin Aeschlimann
8509d4e47a
even more colorizer tests
2016-04-11 16:03:40 +02:00
Alex Dima
b3e9164e49
Remove `enhancedBrackets` from monarch for now
2016-02-09 15:24:05 +01:00
Erich Gamma
8f35cc4768
Hello Code
2015-11-13 14:39:38 +01:00