Commit Graph

180 Commits (3dd38f1ca5da93aea6a2f236874e1f71f796fd42)
 

Author SHA1 Message Date
Alexandru Dima 3dd38f1ca5
Merge pull request from masad-frost/fm-scheme
Add Scheme language
Alexandru Dima c09fd5d81d
Merge pull request from masad-frost/fm-py-indent
Add auto-indentation for python
masad-frost 817ca5bd99 Add Scheme language
masad-frost 5c8480449b Add auto-indentation for python
Peng Lyu 781bcdd267 1.3.0
Peng Lyu 7eb290dff4 Fix C++ includes
Alexandru Dima 7195ea606e
Merge pull request from Serhioromano/master
Add new language ST
Sergey Romanov 63308cf6aa Added language config for pairs
Sergey Romanov 1e565b33ac Few extensions added
Sergey Romanov 6911ed6b88 Add new language ST
Alex Dima 6f34b63e40 1.2.0
Alex Dima 26db7182c6 1.1.0
Alex Dima 2fc074ebcd Adopt new monaco-editor-core
Alexandru Dima f3912eaaf9
Merge pull request from systemsoverload/systemsoverload/add-rust-support
Add rust colorization support
Alex Dima 8af485d6bf Remove log statements
Alex Dima 3b733d9822 Format code
Alex Dima 1f658b24a4 Remove compilation output
TJ Kells 38bdd17d43 Add rust colorization support
Alex Dima d2db3faa76 1.0.4
Alexandru Dima 3aff8636e1
Merge pull request from rcjsuen/patch-2
Add ARG as a Dockerfile keyword
Alex Dima 4c12640101 Merge remote-tracking branch 'origin/master' into rcjsuen-patch-2
Alex Dima 1fb34177ec 1.0.3
Alex Dima 21ac5f13ec Add folding rules
Alex Dima 46247f86ca 1.0.2
Alex Dima ec369b424a Improve npmignore
Alex Dima 596f52b4d9 1.0.1
Alex Dima 93c48edccc Reorganize project
Alex Dima 49f2283894 Fix header
Alex Dima f8781eda2e Improve npmignore
Alex Dima 043283146c 1.0.0
Alex Dima a8741f55a9 Adopt monaco-plugin-helpers
Alex Dima 2ad83718b7 Spell out dynamic imports
Alex Dima dfbeb25855 Restore test running
Alex Dima bcc10f8425 Ship ESM variant
Alex Dima bf7c78973c Reorganize project
Peng Lyu fb489d416f Ruby squiggly heredoc.
Peng Lyu 51df390edc Fix . c++ 11 raw string literal.
Peng Lyu acfa9cf274 Re test case update.
Peng Lyu c4bd2cdd37 Fix . (*) is not commet
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>
Alexandru Dima a09a5607c2
Merge pull request from rcjsuen/patch-1
Add HEALTHCHECK as a Dockerfile keyword
Alexandru Dima b7b82b5d4f
Merge pull request from templarbit/master
Support Content-Security-Policy syntax highlighting
Alex Dima 2c5e6d5448 Make code compile
Alexandru Dima 1f4f98abc1
Merge pull request from evakili/master
Whitespaces after # are allowed in C++ preprocessor statements ()
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>
evakili a9ba86ce03 whitespaces after # are allowed in C++ preprocessor statements
David Gatti 4c0f0748e8 Added support for CSP
Alexandru Dima fcb300dc51
Merge pull request from TeamSQL/master
MySQL, Postgres, Redshift and Redis Language Support
Alex Dima 5994d965a6 Minor edits
Can Abacigil 5f8c74986c redis language support added, tests are ok