Commit Graph

3339 Commits (21db3aebf09e6e3c43720084e270870184855642)
 

Author SHA1 Message Date
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 7 years ago
Edilson Ngulele 2bc43e14fd
style: Updated CONTRIBUTING.md
* removed the repetition of "being able to build"
7 years ago
gempir 301adcdf4a fix 2 of 7 npm package vurnerabilities 7 years ago
Sebastian Pahnke 623dbc1acc Add more tests for hex and binary integer literals 7 years ago
Sebastian Pahnke 79ad5abdb3 Add support for alternate octal integer syntax 7 years ago
Martin Aeschlimann 39e2f4e709
Merge pull request #7 from nesterone/on-demand-schema-loading
Provide diagnostic option to enable on-demand schema loading
7 years ago
Igor Nesterenko ce94995e72 - revert version from master 7 years ago
Igor Nesterenko 22dd0fcb8c Merge branch 'master' into on-demand-schema-loading 7 years ago
Hotlar 921b01ffe1
Merge pull request #1 from Hotlar/Hotlar-patch-1
lingual fixes to readme
7 years ago
Hotlar 1dba6e9904
Update README.md 7 years ago
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