Commit Graph

277 Commits (2c18c1e79900737facfe4456a31eea9752458c3f)
 

Author SHA1 Message Date
Can Abacigil 225a1181c9 version updated 7 years ago
Can Abacigil 5bbc1eb01c redshift tests done 7 years ago
Can Abacigil 68f56a91e7 postgresql test are done 7 years ago
Can Abacigil 6b6ff7ff5b Merge branch 'master' of github.com:TeamSQL/monaco-languages 7 years ago
Can Abacigil 30f92d1ce6 mysql sql language support 7 years ago
Özgün Özen cc0dfec714 Merge branch 'master' of https://github.com/TeamSQL/monaco-languages 7 years ago
Özgün Özen a717147619 pgsql keywords, redshift functions and keywords 7 years ago
Can Abacigil 7623a4c5cc Merge branch 'master' of github.com:TeamSQL/monaco-languages 7 years ago
Can Abacigil d5f2122535 mysql test are in development 7 years ago
Özgün Özen eea97aa450 Merge branch 'master' of https://github.com/TeamSQL/monaco-languages 7 years ago
Özgün Özen 7255316533 pgsql functions 7 years ago
Can Abacigil 3c98fd9269 updated npm name 7 years ago
Özgün Özen e7e82c1516 mysql keywords, functions 7 years ago
Can Abacigil 92629b423e mysql language added 7 years ago
rebornix e162b4ba29 0.9.0 8 years ago
rebornix 011f9411cd update monaco-editor-core 8 years ago
Peng Lyu e641182722 Merge pull request #23 from marlenecota/smallbasic
add Small Basic support
8 years ago
Peng Lyu 950b513448 Merge pull request #21 from sdllc/master
Add hex number tokenization to R language
8 years ago
Peng Lyu 60fe7424a8 Merge pull request #22 from rcjsuen/patch-1
Update Dockerfile grammar with STOPSIGNAL and SHELL instructions
8 years ago
Peng Lyu 1e7815dd72 Merge pull request #24 from bjacobso/patch-1
Add LIMIT to sql keywords
8 years ago
Ben Jacobson c8da645d93 Add LIMIT to sql keywords 8 years ago
marlenecota 9e1afc2619 added class and member detection 8 years ago
marlenecota 72904610c7 fix comment tokenizer 8 years ago
marlenecota 0281b3f960 removed date and REM 8 years ago
marlenecota 70ffd3f0c2 added support for Small Basic 8 years ago
Remy Suen c85db6cb64 Add STOPSIGNAL and SHELL to list of Docker keywords
Docker added SHELL and STOPSIGNAL instructions in 1.12. These should
be included in the Dockerfile language definition.

Signed-off-by: Remy Suen <remy.suen@gmail.com
8 years ago
Duncan Werner 0604e55391 Add hex number tokenization to R language 8 years ago
Alex Dima fbdcb70601 0.8.0 8 years ago
Alex Dima e294277b7e Adopt latest monaco-editor-core 8 years ago
Martin Aeschlimann ecfce903c4 Website - Jade should be Pug. Fixes Microsoft/monaco-editor#13 8 years ago
Alex Dima 3e7008e334 Better cover invalid script/style tags (Microsoft/monaco-editor#412) 8 years ago
Alex Dima d475297526 Update dev dependencies 8 years ago
Alex Dima 3c5417b252 Eliminate htmlTokenTypes 8 years ago
Alex Dima f661c5f826 Format sources 8 years ago
Alex Dima da162968ac Fixes Microsoft/monaco-editor#381: Align language configurations with VS Code 8 years ago
Alex Dima d9d2ca27bc Fix missing trailing comma 8 years ago
Alexandru Dima 2586e9d789 Merge pull request #20 from lserafin/master
Add Solidity
8 years ago
Alexandru Dima 2981d7bc43 Merge pull request #19 from scottmcmaster/master
MSDAX support
8 years ago
Alexandru Dima b14815ec66 Merge pull request #18 from andybons/patch-1
Fix typo: concering → concerning
8 years ago
Alexandru Dima 3e43ebc34a Merge pull request #17 from akosyakov/patch-1
Include src as a part of npm package
8 years ago
Alexandru Dima 9865a5f5a0 Merge pull request #16 from sandyarmstrong/numlits
csharp: add support for binary literals and _ as separator
8 years ago
Alexandru Dima 37e390f5ae Merge pull request #14 from AndersMad/master
HTML Tags: Add support for dash and fix colon in end tag
8 years ago
Alex Dima ae07fd5aeb Add test for PR#14 8 years ago
Alexandru Dima d44a63734c Merge pull request #13 from jmarianer/master
Support literal interpolated strings ($@"")
8 years ago
Alex Dima bd847cb2a0 Fix a few missing commas and indentation 8 years ago
Luzian Serafin 6053795334 Add Solidity 8 years ago
Scott McMaster 345fa67059 MSDAX support 8 years ago
Andrew Bonventre 2ae9c9680f Fix typo: concering → concerning 8 years ago
Anton Kosyakov df620a6670 Include src as a part of npm package
It would be nice to consume sources as it is to bundle it with not amd loader, e.g. it is hard to consume generated amd modules with webpack.
8 years ago
Sandy Armstrong de35151091 csharp: add support for binary literals and _ as separator
Note that proper `_` usage is not enforced; this matches vscode behavior.
8 years ago