TiagoDanin
c59dd6a01e
New rule for non-teminated string in yaml
7 years ago
Grzegorz Wcisło
4b0d5c54d2
Fix yaml string tokenization
7 years ago
Martin Aeschlimann
1d4b425215
Merge pull request #7 from ricsam/master
...
Fix indentation on the CSS test page
7 years ago
Richard Samuelsson
4f984dbade
Fix indentation in the CSS test page
7 years ago
Denys Vuika
e556e53389
raise onDidChange only when needed
7 years ago
Denys Vuika
c6c45135c2
definition and docs
7 years ago
Denys Vuika
ff09e59985
support bulk libs setup
7 years ago
Peng Lyu
2086fa380f
Merge pull request #23 from Parikshit-Hooda/master
...
fixed typo in line 11
7 years ago
Peng Lyu
4792444361
Merge pull request #8 from Fer0x/master
...
Update vscode json deps
7 years ago
Peng Lyu
66b5497f3c
Merge pull request #46 from spahnke/regex-flags
...
Improve tokenization of regular expressions
7 years ago
Parikshit Hooda
2ec7e51c73
Merge pull request #1 from Parikshit-Hooda/Parikshit-Hooda-typo-patch-1
...
fixed typo in line 11. concering changed to concerning .
7 years ago
Parikshit Hooda
b476163b69
fixed typo in line 11
...
updated readme.MD . concering->concerning (typo fixed)
7 years ago
rebornix
110bd6562f
We now have js and ts basic language support.
7 years ago
rebornix
64498cc8cd
Fix #29 . Update parcel sample.
7 years ago
Matt Bierner
8d98c752ca
Merge pull request #22 from spahnke/suggestion-markdown
...
Render documentation in suggestion widget as Markdown
7 years ago
Sebastian Pahnke
ce3a0652b3
Tokenize regex flags as 'keyword.other' like VS Code does
7 years ago
Sebastian Pahnke
3e6c3ee653
Allow the 's' flag in regular expressions
7 years ago
Sebastian Pahnke
744e2f25af
Render documentation in suggestion widget as Markdown
7 years ago
Alex Dima
97b26e76f9
1.5.4
7 years ago
Alexandru Dima
1bd93df64b
Merge pull request #37 from nicoabie/exclude-features
...
Feature exclude
7 years ago
Alexandru Dima
d46361b007
Merge pull request #39 from cdakin1/handlebars-fix
...
Fix handlebars language loader
7 years ago
cdakin1
f4420fb3f1
Update README.md
...
Includes instructions for including subsets of languages that share web workers
7 years ago
Chris Dakin
66254d1e60
Fix handlebars language loader
...
Handlebars shares a worker with html in the same way that
javascript/typescript and css/less/scss share workers. However, the
handlebars/html association was missing from the createLoaderRules
function. This was causing a bad network request when the language was
set to handlebars in the monaco-editor due to trying to load an
undefined web worker.
This change associates the handlebars and html workerPaths to prevent
these issues.
7 years ago
Alexandru Dima
8a99e801dd
Merge pull request #38 from ArgonAlex/remove-es2015
...
Remove untranspiled ES2015 from final output
7 years ago
Alex Walter
afb9f52b7c
Remove untranspiled ES2015 from final output
7 years ago
Alex Dima
95bc3b13a7
The sample should be javascript
7 years ago
Alex Dima
417c24347d
Have a more simple Electron sample
7 years ago
Nicolás Andrés Gallinal
97fa344ed9
Add ability to exclude certain default features by prefixing them with an exclamation mark
7 years ago
Alexandru Dima
0aea831f05
Merge pull request #45 from finalfantasia/master
...
[clojure] Improve Clojure syntax highlighting.
7 years ago
Alexandru Dima
95872c9b82
Merge pull request #1059 from finalfantasia/master
...
[clojure] Update Clojure example with one that's more representative.
7 years ago
Alex Dima
2f7821f494
1.5.3
7 years ago
Alexandru Dima
f9243c19e4
Merge pull request #34 from L1uD0ngq1/master
...
Webpack createChildCompiler api will drop SingleEntryPlugin complication hook
7 years ago
Alexandru Dima
d2e728fe93
Merge pull request #33 from dgeibi/master
...
fix rule test for windows user
7 years ago
Abdussalam Abdurrahman
c65a13afa1
[clojure] Add support for `(comment ...)`.
7 years ago
Abdussalam Abdurrahman
1188cfa1bb
[clojure] Fix regular expression for character literals.
...
Consolidate regular expressions for line and in-line comments.
7 years ago
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