Commit Graph

3339 Commits (21db3aebf09e6e3c43720084e270870184855642)
 

Author SHA1 Message Date
Abdussalam Abdurrahman 5ff5d6d984 [clojure] Update Clojure example with one that's more representative. 7 years ago
Abdussalam Abdurrahman 073f212f63 [clojure] Improve Clojure syntax highlighting.
This commit:
- Updates the keyword list with public symbols from `clojure.core` for
Clojure 1.9.
- Improves syntax highlighting of symbols, strings, character literals,
and number literals.
- Adds rules for syntax highlighting Clojure keywords and reader macro
characters.
- Fixes an issue where forms following a single semicolon (`;`) are not
marked as comments.
- Fixes an issue where parts of multi-line strings were not correctly
syntax highlighted.
- Adds additional test coverage for tokenization code.
7 years ago
Abdussalam Abdurrahman b276d3ea83 [clojure] Sort the test suites by file name. 7 years ago
Abdussalam Abdurrahman 383f172aee [clojure] Add IntelliJ IDEA project directory/file to .gitignore. 7 years ago
佛肚 71327a4c27 Merge branch 'master' of github.com:Microsoft/monaco-editor-webpack-plugin 7 years ago
佛肚 dbbbc1b531 Webpack createChildCompiler api will drop SingleEntryPlugin complication hook 7 years ago
Alexandru Dima d8409c7f1f
Merge pull request #1053 from michael-k/python
Use python examples that work
7 years ago
Jiabin Peng 68cb00d20f
fix rule test for windows user 7 years ago
Michael Käufl 801fa1e84b Use python examples that work 7 years ago
Alex Dima c91fcbecca 1.5.2 7 years ago
Alexandru Dima c2e9b691dc
Merge pull request #30 from L1uD0ngq1/master
Absolute Path will be broken when npm in symlink mode(cnpm)
7 years ago
佛肚 cb473c82aa Absolute Path will be broken when npm in symlink mode(cnpm) 7 years ago
Alexandru Dima 935bd5275a
Merge pull request #1029 from rcjsuen/patch-2
Add missing links in CHANGELOG.md
7 years ago
Remy Suen 4a45fb36af
Add missing links in CHANGELOG.md
Signed-off-by: Remy Suen <remy.suen@gmail.com>
7 years ago
Igor Nesterenko 6bf8d839f3 clean up typing description
bump version
7 years ago
Alex Dima a3d4b50888 Remove usage of jsdom-no-contextify 7 years ago
Viktor Havrylin be2ce9d233 Update vscode json deps 7 years ago
Alex Dima 3a22d5db6d 0.14.3 7 years ago
Alex Dima 1fdfb38901 Pick up new monaco-languages 7 years ago
Alex Dima d085b3bad8 1.5.1 7 years ago
Alex Dima 711d51d9fc Fixes Microsoft/monaco-editor#1009 7 years ago
Igor Nesterenko 661fd04454
Merge branch 'master' into on-demand-schema-loading 7 years ago
Alex Dima f166cef0aa 1.5.1 7 years ago
Alex Dima ca5e6abbe0 Do not create file:/// protocol fallback for web workers 7 years ago
Alex Dima 9669392026 Simplify samples 7 years ago
Alex Dima a15d655b34 changelog 7 years ago
Alex Dima c36f474eb5 Update docs 7 years ago
Alex Dima 7fe62b9b48 0.14.2 7 years ago
Alex Dima 5772497c05 Revert "add sideEffects false for tree-shaking in webpack"
This reverts commit 04038d546a.
7 years ago
Alex Dima 6a5fa113a5 monaco-editor-core@0.14.6 7 years ago
Alex Dima 2fa1e0f3a6 1.5.0 7 years ago
Alex Dima 104d63abb3 Request monaco-editor@0.14 7 years ago
Alex Dima 5ac4970fd5 doc 7 years ago
Alex Dima 3257611038 0.14.1 7 years ago
Alex Dima 8beee8b589 monaco-editor-core@0.14.5 7 years ago
Alex Dima 6e4a60bfdd Add samples 7 years ago
Alex Dima ea3b0177cf monaco-editor-core@0.14.4 7 years ago
Alex Dima 463998d94e Catch up with monaco-* modules 7 years ago
Alex Dima ac8cbe3edb Docs 7 years ago
Alex Dima f86321e052 Align languages with upcoming editor release 7 years ago
Alex Dima 701a5b4584 1.5.0 7 years ago
Alex Dima 159af65cc5 Assume identifiers starting with upper case are type names 7 years ago
Alexandru Dima d2c6f44a77
Merge pull request #44 from olane/apex
Add Apex language
7 years ago
Alex Dima e605ab21ef Fixes #26 7 years ago
Alex Dima 02fcbd578a Align features with upcoming editor release 7 years ago
Alex Dima c734cbaf0c Update dev dependencies 7 years ago
Alexandru Dima 466bc4f0dd
Merge pull request #25 from evmar/docs-css
document necessary css loaders
7 years ago
olane a3d82924a9 Create case variations of the keywords
Apex is case insensitive, but we can't make the highlighter case insensitive without breaking the heuristic which assumes that identifiers starting with an upper case letter are types. As a compromise, create the common case variations of the keywords and match on all of them.
7 years ago
Alex Dima e808dc34a6 monaco-editor-core@0.14.2 7 years ago
olane acea7fd4a1 Add missing `get` keyword 7 years ago