Commit Graph

2634 Commits (fbe2b4c7a9b2109ca613fd89075260add6e83385)
 

Author SHA1 Message Date
Alexandru Dima 198d321805
Merge pull request #14 from dmitriylyner/enhancement/context-path
Enhancement/dynamicPublicPath - Take into account publicPath being set dynamically
7 years ago
masad-frost be0d51046c Use .editorConfig from Microsoft/vscode 7 years ago
masad-frost f46294da86 Disable detectIndentation in .vscode 7 years ago
masad-frost 0a0c14ab03 Use tabs 7 years ago
masad-frost 18e09b4100 Fix broken comments 7 years ago
masad-frost 29bee2f3ef Fix scheme comments 7 years ago
masad-frost 520915ef46 Add regexp 7 years ago
masad-frost 12294521e0 Add ns and defn- to definitions 7 years ago
masad-frost 6f38c8fe44 Move boolean and str to keywords 7 years ago
masad-frost 79eaf088de Add defn- and include hyphen in boundary 7 years ago
masad-frost 6f3c349061 Fix hex numbers 7 years ago
masad-frost 9987c4fd86 Prettier 7 years ago
Dmitriy Lyner fa97cf3a83 nvm string syntax. oops 7 years ago
Dmitriy Lyner 7a8774bafd an extra \ snuck in compared to origina ldeleted function 7 years ago
Dmitriy Lyner 29bed5adbd rename parameter string to str purely to prevent confusion 7 years ago
Dmitriy Lyner b6b4422ab4 remove console log and condense return into 1 line 7 years ago
Dmitriy Lyner f7a3a213f6 per timkenrick's feedback. Slight modification in that the outer function (MonacoEnvironment iife) is run at build time while the getWorkerUrl function is run at runtime so we must move the logic for accessing window.__webpack_public_path__ inside. 7 years ago
Alexandru Dima 0fff4b5721
Merge pull request #904 from avelino/clojure
added clojure exampple
7 years ago
Avelino 0c074dcc2a added clojure exampple
ref #828
7 years ago
Alexandru Dima b6f47a51d6
Merge pull request #37 from avelino/clojure
Clojure: added more keywords
7 years ago
Avelino 4f1958ac27 fixed clear \\ to \ on keywords 7 years ago
Alex Dima 32838abddd Minor cleanup 7 years ago
Alexandru Dima 0474b13c9d
Merge pull request #36 from avelino/clojure
Clojure support
7 years ago
Avelino 380fe86dd8 fixed keyword that contains `-` 7 years ago
Avelino 8bfec94690 added more keywords
Clojure has many reserved words
7 years ago
Dmitriy Lyner 87f68ff7af base case 7 years ago
Dmitriy Lyner 3884bd5470 Merge branch 'enhancement/context-path' of https://github.com/dmitriylyner/monaco-editor-webpack-plugin into enhancement/context-path 7 years ago
Dmitriy Lyner 44bfaed10e this is more inline with webpack https://webpack.js.org/concepts/output/\#advanced 7 years ago
Dima eaf91c414e
Merge branch 'master' into enhancement/context-path 7 years ago
Dmitriy Lyner f1ea23c229 fix logic. It's more lines of code but safer. 7 years ago
Dmitriy Lyner 083face122 Take <base href=..> into account 7 years ago
Avelino 05bb6c9204 append clojure on readme file 7 years ago
Avelino 3892487cb8 Merge github.com:Microsoft/monaco-languages into clojure
* github.com:Microsoft/monaco-languages:
  upgrade all language support (today) When implementing a new language should be charged update README (keep project up to date)
7 years ago
Avelino b8cf0d688f added clojure support
refs:
https://github.com/Microsoft/monaco-editor/issues/828
https://github.com/theia-ide/theia/issues/1717
7 years ago
Alexandru Dima 7173f056fa
Merge pull request #35 from avelino/more_languages_2_readme
upgrade all language support (today)
7 years ago
Avelino 7cc8adadec upgrade all language support (today)
When implementing a new language should be charged update
README (keep project up to date)
7 years ago
Martin Aeschlimann c1510365db fix JSON sample (for #899) 7 years ago
Alex Dima ef899cbd35 1.2.1 7 years ago
Alex Dima 61bfb5f8a6 Fixes #8: Avoid arrow functions in generated code 7 years ago
Alexandru Dima 3dd38f1ca5
Merge pull request #34 from masad-frost/fm-scheme
Add Scheme language
7 years ago
Alexandru Dima c09fd5d81d
Merge pull request #33 from masad-frost/fm-py-indent
Add auto-indentation for python
7 years ago
Alex Dima e0cad2423f Adopt latest vscode-html-languageservice 7 years ago
masad-frost 817ca5bd99 Add Scheme language 7 years ago
Alex Dima 6b7dfecca4 1.2.0 7 years ago
Alex Dima c75e97e037 Fixes #12: Catch up with 0.13.x rename 7 years ago
Alex Dima 900e817512 Add simple way to test (#12) 7 years ago
masad-frost 5c8480449b Add auto-indentation for python 7 years ago
Benjamin Pasero d7ef525b1d
Change =dev to =src in the links 7 years ago
Alexandru Dima f6fb545dc9
Merge pull request #878 from rcjsuen/folding-example
Add folding provider sample to the playground
7 years ago
Remy Suen 4279391dde Add folding provider sample to the playground
Signed-off-by: Remy Suen <remy.suen@gmail.com>
7 years ago