Commit graph

22 commits

Author SHA1 Message Date
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
Alex Ross a570522203 Update grammars
Also added a test for an existing c++ syntax highlighting issue.
2019-07-01 16:39:15 +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
Martin Aeschlimann 10a1d2a50a update grammars 2018-10-04 12:00:39 +02: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
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
Erich Gamma 8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00