Alexandru Dima
45d4471447
Merge pull request #47 from grzegorz-wcislo/fix_yaml_string_tokenization
...
Fix yaml string tokenization
6 years ago
Alex Dima
57e85c6274
Update deps
6 years ago
Aastha Gupta
6182bc8a42
Fix markdown bug
...
Fixes issue: https://github.com/Microsoft/monaco-editor/issues/1107
6 years ago
Abhishek
8ddd2b62eb
Markdown bug fix.
...
Coloring was failing in a specific condition.
6 years ago
Jeremy Meiss
97aed2f33a
correct README grammar
...
update grammar and include links where appropriate
6 years ago
Ricardo Ambrogi
2428149f99
Remove commented code
...
Commented code should be avoided. There are more downsides then upsides on keeping it. If this piece of code is needed in the future, `git diff` is a better option.
6 years ago
James Orr
0e412306eb
fix comma splice
6 years ago
Matyas Kandl
43c8a14805
make it work with create-react-app v2
6 years ago
Michele Gobbi
b48262b8c1
Added Ruby
...
Added Ruby lang in Syntax colorization languages list, one of the most used language (mostly in web with the framework Ruby on Rails). It could be attractive for the Ruby developers see their preferred language in the list.
6 years ago
Matthew D. Miller
8694e28edb
Modified original regex rule to only catch instances of bare /regex/
6 years ago
Matthew D. Miller
3928208ab4
Fixed failing tests due to regexp modifiers being handled differently
6 years ago
Peng Lyu
5428f8a943
Merge pull request #49 from spahnke/octal
6 years ago
Matthew D. Miller
40fdb5d594
Added support for Perl quote-like operators to fix #1101
6 years ago
Matthew D. Miller
80e9270d80
Separated quote-like operators from other keywords
6 years ago
Matthew D. Miller
6feaf43d1d
Added tests for quoted strings and regexes using alternative delimiters
6 years ago
Evan Walters
64751cb70d
issue guidelines
6 years ago
Brooks Becton
8aa75f66b5
Removing obsolete Note in Monarch Docs
6 years ago
Edilson Ngulele
2bc43e14fd
style: Updated CONTRIBUTING.md
...
* removed the repetition of "being able to build"
6 years ago
gempir
301adcdf4a
fix 2 of 7 npm package vurnerabilities
6 years ago
Sebastian Pahnke
623dbc1acc
Add more tests for hex and binary integer literals
6 years ago
Sebastian Pahnke
79ad5abdb3
Add support for alternate octal integer syntax
6 years ago
Martin Aeschlimann
39e2f4e709
Merge pull request #7 from nesterone/on-demand-schema-loading
...
Provide diagnostic option to enable on-demand schema loading
6 years ago
Igor Nesterenko
ce94995e72
- revert version from master
6 years ago
Igor Nesterenko
22dd0fcb8c
Merge branch 'master' into on-demand-schema-loading
6 years ago
Hotlar
921b01ffe1
Merge pull request #1 from Hotlar/Hotlar-patch-1
...
lingual fixes to readme
6 years ago
Hotlar
1dba6e9904
Update README.md
6 years ago
TiagoDanin
c59dd6a01e
New rule for non-teminated string in yaml
6 years ago
Grzegorz Wcisło
4b0d5c54d2
Fix yaml string tokenization
6 years ago
Martin Aeschlimann
1d4b425215
Merge pull request #7 from ricsam/master
...
Fix indentation on the CSS test page
6 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