Commit graph

658 commits

Author SHA1 Message Date
Henning Dieterichs
c31d1933fa
Merge pull request #153 from alefragnani/add-strict-keyword-pascal-language
Adds `strict` keyword to Pascal language
2021-07-28 10:48:06 +02:00
Alessandro Fragnani
87942d7d25 Adds strict keyword to Pascal language 2021-07-27 21:24:38 -03:00
Alyssa Haroldsen
f3cb047e98
Remove ' as an auto-closing pair for Rust
They're bad for Rust lifetimes.

Fixes https://github.com/microsoft/monaco-editor/issues/2585.
2021-07-23 18:08:15 -07:00
Henning Dieterichs
c60db94932
Merge pull request #150 from lofcz/main
Fix razor + liquid render of tags with a dash symbol
2021-07-22 22:09:17 +02:00
Henning Dieterichs
52597f7064
Merge pull request #149 from jonatanklosko/jk-md-fence-closing
Properly tokenize fence closing in GitHub style code blocks
2021-07-22 22:07:55 +02:00
lofcz
d3e1f45a4e Fix razor + liquid render of tags with a dash symbol 2021-07-22 21:18:54 +02:00
Jonatan Kłosko
0ab2dffd3b Properly tokenize fence closing in GitHub style code blocks 2021-07-22 16:10:45 +02:00
Henning Dieterichs
8edbbc5a7b
2.6.0 2021-07-15 14:21:35 +02:00
Henning Dieterichs
fa0053f154
Updates monaco-editor-core to 0.26.0 2021-07-15 14:18:05 +02:00
Henning Dieterichs
781d21f954
Merge pull request #147 from nathanrreed/rustcharliteral
fix char literal highlighting #2481
2021-07-15 09:15:53 +02:00
Henning Dieterichs
7be48826ac
Merge pull request #148 from nathanrreed/roxygen
fix rust raw string highlighting #2086
2021-07-15 09:11:47 +02:00
nreed
6bc4008730 fix r roxygen comment highlighting #2086 2021-07-14 17:22:19 -04:00
nreed
c2d74bbc1d fix r roxygen comment highlighting #2086 2021-07-14 17:17:55 -04:00
nreed
e50e2a274b fix r roxygen comment highlighting #2086 2021-07-14 17:16:49 -04:00
nreed
65554d83e3 fix r roxygen comment highlighting #2086 2021-07-14 17:13:57 -04:00
nreed
26a8cec43a removed overlap with other branch 2021-07-14 15:01:26 -04:00
nreed
8c28f5c367 removed overlap with other branch 2021-07-14 14:59:13 -04:00
nreed
3765313249 Added raw string tests 2021-07-14 14:52:09 -04:00
nreed
af103dd2f6 Added byte string escape tests 2021-07-14 14:41:36 -04:00
nreed
416cea65a0 fix rust char literal highlighting #2481 2021-07-14 13:27:26 -04:00
nreed
5fa50ecc21 fix rust char literal highlighting #2481 2021-07-14 12:53:29 -04:00
nreed
075be30f2c fix rust raw string highlighting #2552 2021-07-14 12:38:06 -04:00
Alexandru Dima
96183b6e44
Merge pull request #143 from nathanrreed/main
fix c++ comment continuation highlighting #2497
2021-07-14 09:31:23 +02:00
Alex Dima
f85fd5388e
Add test 2021-07-14 09:30:17 +02:00
Alexandru Dima
772a333a1b
Merge pull request #142 from anjbur/qsharp
Add support for Q#
2021-07-14 09:23:01 +02:00
Henning Dieterichs
b37e7b64b4
Merge pull request #145 from maxwrlr/sparql
Implement Syntax-Highlighting for SPARQL
2021-07-13 09:24:30 +02:00
Angela Burton
781a9eff61 initial test 2021-07-06 11:45:52 -07:00
nreed
4dbc07d557 Changed to use linecomment for continuation comments 2021-07-05 11:27:32 -04:00
maxwrlr
eda372028c Implement Syntax-Highlighting for SPARQL 2021-07-04 20:02:16 +02:00
Henning Dieterichs
0b018cd216
Merge pull request #144 from compiler-explorer/swift-fileprivate
Add Swift fileprivate access modifier
2021-07-04 11:52:39 +02:00
RabsRincon
6247554999
Add missing fileprivate access modifier as keyword 2021-07-03 08:58:29 +02:00
RabsRincon
45a71af3f4
Adds missing Swift fileprivate access modifier
As per https://docs.swift.org/swift-book/LanguageGuide/AccessControl.html#ID5
2021-07-03 08:48:13 +02:00
Angela Burton
ab0f110432 add language configuration 2021-06-29 10:46:23 -07:00
nreed
7b96ed2fbd fix c++ comment continuation highlighting #2497 2021-06-26 11:33:33 -04:00
REDMOND\anburton
16850dd85a onboard qsharp 2021-06-25 21:28:07 -07:00
Alexandru Dima
bb5255962a
Merge pull request #141 from qwefgh90/main
improve a rule which freeze a page in restructuredText
2021-06-14 21:30:28 +02:00
Choe Changwon
57a88a08c2 update the simplreRefName rule to fix freezing the page. microsoft/monaco-editor#2484 2021-06-14 01:06:51 +09:00
Henning Dieterichs
19ce286ce4
2.5.0 2021-06-11 11:45:13 +02:00
Henning Dieterichs
6c876fc9f9
Update monaco-editor-core to 0.25.0 2021-06-11 11:44:42 +02:00
Henning Dieterichs
6148b8a130
Merge pull request #139 from spahnke/regexp-match-indices
[JS/TS] Add support for the RegExp Match Indices flag
2021-06-11 11:42:16 +02:00
Henning Dieterichs
d9423be825
Merge pull request #140 from spahnke/override-keyword
[TS] Add override keyword
2021-06-11 11:41:01 +02:00
Alexandru Dima
cc4a7ba9b5
Merge pull request #138 from microsoft/dependabot/npm_and_yarn/ws-7.4.6
Bump ws from 7.4.2 to 7.4.6
2021-06-10 22:58:34 +02:00
Sebastian Pahnke
ab81f06037 [TS] Add override keyword 2021-06-01 10:17:21 +02:00
Sebastian Pahnke
fb643d08a4 [JS/TS] Add support for the RegExp Match Indices flag 2021-06-01 10:08:27 +02:00
dependabot[bot]
45672f7b86
Bump ws from 7.4.2 to 7.4.6
Bumps [ws](https://github.com/websockets/ws) from 7.4.2 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.4.2...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 20:31:03 +00:00
Alexandru Dima
319a1ddf56
Merge pull request #137 from akonatala/update-cameligo-language-support
Update cameligo language support
2021-05-18 14:39:01 +02:00
Alex Dima
5f9cbb44b5
Merge remote-tracking branch 'origin/main' into pr/akonatala/137 2021-05-18 14:38:09 +02:00
Alexandru Dima
74dc6cecc0
Merge pull request #136 from anark/main
Add aliases and mimetypes to liquid language
2021-05-18 14:35:13 +02:00
Alex Dima
1a8360be0c
Merge remote-tracking branch 'origin/main' into pr/anark/136 2021-05-18 14:34:40 +02:00
Alexandru Dima
9a0f5e7f3b
Merge pull request #135 from mattvague/patch-1
Fix incorrect filenames for liquid
2021-05-18 14:29:33 +02:00