Commit graph

204 commits

Author SHA1 Message Date
Alex Dima
93c48edccc Reorganize project 2018-03-13 16:58:42 +01:00
Alex Dima
49f2283894 Fix header 2018-03-13 16:23:41 +01:00
Alex Dima
f8781eda2e Improve npmignore 2018-03-12 17:17:40 +01:00
Alex Dima
043283146c 1.0.0 2018-03-12 13:52:25 +01:00
Alex Dima
a8741f55a9 Adopt monaco-plugin-helpers 2018-03-12 13:52:13 +01:00
Alex Dima
2ad83718b7 Spell out dynamic imports 2018-03-12 12:23:51 +01:00
Alex Dima
dfbeb25855 Restore test running 2018-03-12 12:08:09 +01:00
Alex Dima
bcc10f8425 Ship ESM variant 2018-03-12 11:58:04 +01:00
Alex Dima
bf7c78973c Reorganize project 2018-03-12 11:41:11 +01:00
Peng Lyu
fb489d416f Ruby squiggly heredoc. 2018-03-07 15:37:15 -08:00
Peng Lyu
51df390edc Fix microsoft/monaco-editor#703. c++ 11 raw string literal. 2018-03-07 15:36:57 -08:00
Peng Lyu
acfa9cf274 Re Microsoft/monaco-editor#688 test case update. 2018-03-07 15:36:22 -08:00
Peng Lyu
c4bd2cdd37 Fix microsoft/monaco-editor#688. (*) is not commet 2018-03-07 11:28:28 -08:00
Remy Suen
5f51559926
Add ARG as a Dockerfile keyword
ARG was introduced as a keyword in Docker 1.09. It should be included
in Monaco as a keyword too.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-03-07 18:16:46 +09:00
Alexandru Dima
a09a5607c2
Merge pull request #29 from rcjsuen/patch-1
Add HEALTHCHECK as a Dockerfile keyword
2018-03-02 14:11:16 +01:00
Alexandru Dima
b7b82b5d4f
Merge pull request #27 from templarbit/master
Support Content-Security-Policy syntax highlighting
2018-03-02 14:10:41 +01:00
Alex Dima
2c5e6d5448 Make code compile 2018-03-02 14:09:31 +01:00
Alexandru Dima
1f4f98abc1
Merge pull request #28 from evakili/master
Whitespaces after # are allowed in C++ preprocessor statements (Microsoft/monaco-editor#687)
2018-03-02 13:59:52 +01:00
Remy Suen
3e631e8385
Add HEALTHCHECK as a Dockerfile keyword
HEALTHCHECK was introduced as a keyword in Docker 1.12. It should be
included in Monaco as a keyword too.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-02-18 07:15:21 +09:00
evakili
a9ba86ce03 whitespaces after # are allowed in C++ preprocessor statements 2018-01-20 15:05:00 +03:30
David Gatti
4c0f0748e8 Added support for CSP 2018-01-12 13:48:51 -08:00
Alexandru Dima
fcb300dc51
Merge pull request #26 from TeamSQL/master
MySQL, Postgres, Redshift and Redis Language Support
2017-11-24 11:05:51 +01:00
Alex Dima
5994d965a6 Minor edits 2017-11-24 11:03:15 +01:00
Can Abacigil
5f8c74986c redis language support added, tests are ok 2017-10-03 12:25:54 +03:00
Can Abacigil
7382c4690b Merge branch 'master' into redis 2017-10-03 12:09:31 +03:00
Can Abacigil
33b0698269 updated bundles 2017-10-03 11:53:07 +03:00
Özgün Özen
222072d0f2 redis keywords 2017-10-03 10:19:30 +03:00
Can Abacigil
225a1181c9 version updated 2017-10-02 17:56:05 +03:00
Can Abacigil
5bbc1eb01c redshift tests done 2017-10-02 17:32:21 +03:00
Can Abacigil
68f56a91e7 postgresql test are done 2017-10-02 17:29:44 +03:00
Can Abacigil
6b6ff7ff5b Merge branch 'master' of github.com:TeamSQL/monaco-languages 2017-10-02 17:18:35 +03:00
Can Abacigil
30f92d1ce6 mysql sql language support 2017-10-02 17:18:22 +03:00
Özgün Özen
cc0dfec714 Merge branch 'master' of https://github.com/TeamSQL/monaco-languages 2017-10-02 12:00:19 +03:00
Özgün Özen
a717147619 pgsql keywords, redshift functions and keywords 2017-10-02 12:00:14 +03:00
Can Abacigil
7623a4c5cc Merge branch 'master' of github.com:TeamSQL/monaco-languages 2017-09-29 18:35:42 +03:00
Can Abacigil
d5f2122535 mysql test are in development 2017-09-29 18:35:17 +03:00
Özgün Özen
eea97aa450 Merge branch 'master' of https://github.com/TeamSQL/monaco-languages 2017-09-29 17:59:58 +03:00
Özgün Özen
7255316533 pgsql functions 2017-09-29 17:59:46 +03:00
Can Abacigil
3c98fd9269 updated npm name 2017-09-29 17:20:39 +03:00
Özgün Özen
e7e82c1516 mysql keywords, functions 2017-09-29 17:12:31 +03:00
Can Abacigil
92629b423e mysql language added 2017-09-29 15:09:00 +03:00
rebornix
e162b4ba29 0.9.0 2017-08-17 08:41:50 -07:00
rebornix
011f9411cd update monaco-editor-core 2017-08-17 08:41:13 -07:00
Peng Lyu
e641182722 Merge pull request #23 from marlenecota/smallbasic
add Small Basic support
2017-08-10 11:58:07 -07:00
Peng Lyu
950b513448 Merge pull request #21 from sdllc/master
Add hex number tokenization to R language
2017-08-10 11:56:56 -07:00
Peng Lyu
60fe7424a8 Merge pull request #22 from rcjsuen/patch-1
Update Dockerfile grammar with STOPSIGNAL and SHELL instructions
2017-08-10 11:49:25 -07:00
Peng Lyu
1e7815dd72 Merge pull request #24 from bjacobso/patch-1
Add LIMIT to sql keywords
2017-08-10 11:45:52 -07:00
Ben Jacobson
c8da645d93 Add LIMIT to sql keywords 2017-08-04 21:06:18 -07:00
marlenecota
9e1afc2619 added class and member detection 2017-07-31 01:00:19 -07:00
marlenecota
72904610c7 fix comment tokenizer 2017-07-29 22:23:33 -07:00