Alexandru Dima
|
0b103fa28c
|
Merge pull request #163 from sw23/main
Adding syntax highlighting support for .pla files (Programmable Logic Array)
|
2021-10-11 08:11:33 +02:00 |
|
Alexandru Dima
|
0e901e285a
|
Merge pull request #164 from tochicool/protobuf
Add support for Protocol Buffers language
|
2021-10-11 08:05:10 +02:00 |
|
Alexandru Dima
|
da955efc3d
|
Merge pull request #165 from sw23/sv_table_highlight_update
SystemVerilog: Adding better syntax highlighting for primitive table definitions
|
2021-10-11 07:52:16 +02:00 |
|
sw23
|
b763728b60
|
SystemVerilog: Adding better formatting for primitive definitions
|
2021-10-10 12:32:46 -04:00 |
|
Tochi Obudulu
|
8876a63cdb
|
Add support for Protocol Buffers language
|
2021-10-10 15:57:35 +01:00 |
|
sw23
|
2db4b4ef7f
|
Simplifying .type to recognized any types specified
|
2021-10-09 11:11:26 -04:00 |
|
Spencer Williams
|
27c31112a6
|
Merge branch 'microsoft:main' into main
|
2021-10-09 10:13:47 -04:00 |
|
sw23
|
31cf2775f5
|
Adding syntax highlighting support for .pla files (Programmable Logic Arrays)
|
2021-10-09 10:12:58 -04:00 |
|
Alex Dima
|
25cb9d78a8
|
run prettier
|
2021-10-08 18:39:08 +02:00 |
|
Alex Dima
|
5f40d268df
|
2.9.0
|
2021-10-08 17:48:45 +02:00 |
|
Alex Dima
|
c75289c39d
|
update deps
|
2021-10-08 17:47:57 +02:00 |
|
Alexandru Dima
|
8d58a70300
|
Merge pull request #160 from mbtools/main
Update ABAP syntax
|
2021-10-08 07:40:29 +02:00 |
|
Alexandru Dima
|
5641b25d8d
|
Merge pull request #158 from scarolan/patch-1
Replace // with # for line comments
|
2021-10-08 07:39:17 +02:00 |
|
Alexandru Dima
|
972af31cdb
|
Merge pull request #159 from aaaaaa2493/main
Support Java 12-17 syntax
|
2021-10-08 07:38:50 +02:00 |
|
Alexandru Dima
|
4848249f37
|
Merge pull request #154 from valeriia-melnychuk/main
Implement syntax highlighting for Flow9
|
2021-10-08 07:38:15 +02:00 |
|
Marc Bernard
|
b39800cf5e
|
Update ABAP syntax (#1)
General update to ABAP 7.55 syntax, bug fixes, enhancements
|
2021-10-04 09:59:08 -04:00 |
|
Vladimir Turov
|
a92176bdfa
|
Support Java 12-17 syntax
|
2021-09-29 22:23:26 +03:00 |
|
Sean Carolan
|
e877a4355d
|
Replace // with # for line comments
The Terraform HCL documentation states that the # is the preferred and default setting for single line comments:
https://www.terraform.io/docs/language/syntax/configuration.html#comments
|
2021-09-27 16:56:58 -05:00 |
|
Henning Dieterichs
|
1b8581c9aa
|
2.8.1
|
2021-09-21 17:38:48 +02:00 |
|
Henning Dieterichs
|
c83422ee30
|
Update monaco-editor-core to 0.28.1
|
2021-09-21 17:33:02 +02:00 |
|
Henning Dieterichs
|
a78014911c
|
2.8.0
|
2021-09-21 16:50:52 +02:00 |
|
Henning Dieterichs
|
55f6c858e5
|
Merge pull request #157 from microsoft/dependabot/npm_and_yarn/semver-regex-3.1.3
Bump semver-regex from 3.1.2 to 3.1.3
|
2021-09-21 16:47:13 +02:00 |
|
Henning Dieterichs
|
b6fe2a0292
|
Update monaco-editor-core
|
2021-09-21 16:45:46 +02:00 |
|
dependabot[bot]
|
7b894fec0b
|
Bump semver-regex from 3.1.2 to 3.1.3
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/sindresorhus/semver-regex/releases)
- [Commits](https://github.com/sindresorhus/semver-regex/commits)
---
updated-dependencies:
- dependency-name: semver-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-21 00:52:15 +00:00 |
|
Henning Dieterichs
|
49672308d6
|
Merge pull request #156 from ladyrick/main
fix(cpp): fix cpp language integer suffix
|
2021-08-19 18:26:56 +02:00 |
|
LadyRick
|
39085a622b
|
fix(cpp): fix integer suffix regex (CI passed)
|
2021-08-19 21:21:23 +08:00 |
|
LadyRick
|
1003cde6f7
|
Merge pull request #1 from ladyrick/ladyrick/fix-cpp-integersuffix
fix(cpp): fix cpp language integer suffix
|
2021-08-19 17:36:41 +08:00 |
|
LadyRick
|
fd82e6baad
|
fix(cpp): fix cpp language integer suffix
the old config `/(ll|LL|u|U|l|L)?(ll|LL|u|U|l|L)?/` also match some wrong suffix: `lll`, `llLL`, `LLl` and so on.
|
2021-08-19 17:34:22 +08:00 |
|
Henning Dieterichs
|
ddc2f60c7e
|
2.7.0
|
2021-08-16 11:49:16 +02:00 |
|
Henning Dieterichs
|
7670d8d50d
|
Update monaco-editor-core dependency.
|
2021-08-16 11:43:06 +02:00 |
|
Henning Dieterichs
|
f8845c945c
|
Merge pull request #155 from microsoft/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
|
2021-08-16 11:28:25 +02:00 |
|
Henning Dieterichs
|
dd73e08d19
|
Merge pull request #151 from kupiakos/patch-1
Remove ' as an auto-closing pair for Rust
|
2021-08-16 11:25:46 +02:00 |
|
dependabot[bot]
|
f2677d4f8e
|
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-12 03:33:52 +00:00 |
|
Valeriia
|
950497cddf
|
Minor fixes in tests
|
2021-07-29 17:43:27 +03:00 |
|
Valeriia
|
9d8a7bdf60
|
Implement syntax highlighting for Flow9
|
2021-07-28 19:36:15 +03:00 |
|
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 |
|