Commit graph

18 commits

Author SHA1 Message Date
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