Commit graph

658 commits

Author SHA1 Message Date
Andrew Narkewicz
96f836960b add aliases and mimetypes to liquid language 2021-05-12 19:11:24 -07:00
Matt Vague
c5f090d034
Fix incorrect filenames for liquid
Turns out the convention is to have .liquid after .html. Also, I didn't implement liquid with CSS so removed that
2021-05-12 17:50:43 -07:00
Alex Dima
2e51a90014
2.4.0 2021-05-12 17:47:53 +02:00
Alex Dima
d78c032a75
Fixes microsoft/monaco-editor#2424: Escape consecutive @@ 2021-05-12 17:47:22 +02:00
Alex Dima
90417ad4ff
Adopt latest monaco-editor-core 2021-05-12 17:46:52 +02:00
Alex Dima
8989f44eb5
Fixes microsoft/monaco-editor#2416 2021-05-11 19:43:02 +02:00
Alexandru Dima
b60c47312b
Merge pull request #134 from NullVoxPopuli/patch-1
Add hbs alias to handlebars
2021-05-11 12:46:26 +02:00
Alexandru Dima
1c728100ce
Merge pull request #133 from microsoft/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.20 to 4.17.21
2021-05-11 12:44:49 +02:00
Alexandru Dima
e67efc904f
Merge pull request #132 from anthony-c-martin/bicep
Add support for Bicep language
2021-05-11 12:44:22 +02:00
Alexandru Dima
3c896884e9
Merge pull request #130 from jonatanklosko/elixir
Add Elixir language definition and tokenizer
2021-05-11 12:42:32 +02:00
Alexandru Dima
ab8e37a748
Merge pull request #128 from goodproblems/liquid
Add basic language support for Liquid
2021-05-11 12:39:10 +02:00
Alexandru Dima
273f426f5b
Merge pull request #127 from compiler-explorer/prepro-fixwes
Handle whitespace within C++ preprocessor comments
2021-05-11 12:06:27 +02:00
NullVoxPopuli
bc9c229a64
Add hbs alias to handlebars 2021-05-10 21:54:48 -04:00
Alex Dima
d6197d6e14
Fixes microsoft/monaco-editor#2398 2021-05-10 16:45:17 +02:00
dependabot[bot]
e21f2e5629
Bump lodash from 4.17.20 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 15:54:36 +00:00
Anthony Martin
999aa25f2a
Add support for Bicep language 2021-04-19 15:26:10 -04:00
Jonatan Kłosko
bbcb5b4a55 Add tests for Elixir tokenization 2021-04-09 19:21:21 +02:00
Jonatan Kłosko
ee12401f93 Add Elixir language definition and tokenizer 2021-04-09 18:05:42 +02:00
Matt Vague
9928c69e43 Clean up 2021-04-04 18:19:14 -07:00
Matt Vague
5e4b3f14ae Implement constants, keywords, raw, builtin tags, etc 2021-04-04 16:53:29 -07:00
Matt Vague
408ad69850 First pass at implementing liquid language support 2021-04-04 15:14:02 -07:00
Matt Godbolt
5bca489245 Handle whitespace within C++ preprocessor comments 2021-03-28 16:43:08 -05:00
Alex Dima
0500e21d95
Add SECURITY.md 2021-03-10 15:04:00 +01:00
Alexandru Dima
57af10ae01
2.3.0 2021-03-05 16:23:02 +01:00
Alexandru Dima
7336c2d0a1
Merge pull request #126 from mwellman17/patch-1
Add text/x-yaml MIME type.
2021-02-25 16:16:43 +01:00
Michael Wellman
0f5dda5820
Add text/x-yaml MIME type. 2021-02-24 14:59:36 -05:00
Alexandru Dima
8e1692b10d
Merge pull request #125 from compiler-explorer/cpp-annotation-fixes
Support better C++ annotation highlighting
2021-02-23 16:44:51 +01:00
Matt Godbolt
c8c2ebc277 Support whitespace between annotation brackets
See compiler-explorer/compiler-explorer#880
2021-02-15 17:39:19 -06:00
Matt Godbolt
265d83f041 Support better C++ annotation highlighting
* Uses some simple highlighting within annotations
* Supports multi-line annotations
  (see compiler-explorer/compiler-explorer#878)
2021-02-15 17:15:34 -06:00
Alexandru Dima
ec67c169a8
Merge pull request #124 from Contentmaudlin/master
Property is not a keyword in C#
2021-02-02 15:36:29 +01:00
Alexandru Dima
5a4476ee8c
update CI to also run on pull requests 2021-02-02 15:30:16 +01:00
Mert Ussakli
262b8b30cf property is not a keyword in C# 2021-02-02 14:05:53 +00:00
Alexandru Dima
5294e3e929
2.2.0 2021-01-29 00:16:31 +01:00
Alexandru Dima
88ec202bad
update dev dependencies 2021-01-29 00:16:18 +01:00
Alexandru Dima
ecd888cdc5
Adopt latest monaco-editor-core 2021-01-29 00:13:12 +01:00
Alexandru Dima
7a07b3daf7
Merge pull request #123 from arlosi/rust2018
Rust: add support for keywords from the 2018 edition
2021-01-26 15:39:10 +01:00
Arlo Siemsen
74ef32ee32 Rust: add support for keywords from the 2018 edition 2021-01-22 06:21:54 -08:00
Alexandru Dima
c1b88facf1
Merge pull request #122 from maclockard/patch-1
Fix highlighting of GROUP BY for redshift
2020-12-23 18:10:28 +01:00
Alexandru Dima
e62d8d0d8a
Merge pull request #121 from VarghaSabee/dart/safari-bug
Safari regex error fix (negative lookbehind) #2179
2020-12-23 18:09:34 +01:00
Alexandru Dima
f1f9faf666
Merge remote-tracking branch 'origin/master' into pr/VarghaSabee/121 2020-12-23 18:08:43 +01:00
Alexandru Dima
e4aee3f5a3
Merge remote-tracking branch 'origin/master' into pr/akonatala/120 2020-12-23 18:07:12 +01:00
Alexandru Dima
2fc7f49574
Delete old build config 2020-12-23 17:41:12 +01:00
Alexandru Dima
5f8be27e1e
Add GitHub Action CI 2020-12-23 16:26:24 +01:00
Alexandru Dima
f87a5f32bc
Merge pull request #118 from dehilsterlexis/LEXER-ECL-001
LEXER-ECL-001 Lexer for ECL (Enterprise Control Language)
2020-12-23 15:42:26 +01:00
Alexandru Dima
51f6b59cc3
Fix compilation 2020-12-23 15:41:46 +01:00
Alexandru Dima
494fea68ba
Merge pull request #117 from jcchu/master
Add Modula-3 support
2020-12-23 15:37:06 +01:00
Alexandru Dima
1fd3a99e93
Merge pull request #116 from fonsecas72/fix-heredoc
terraform Fix heredoc
2020-12-23 14:51:35 +01:00
Mac Lockard
9fb1d9e5ae
Fix highlighting of GROUP BY
fixes https://github.com/microsoft/monaco-editor/issues/2275
2020-12-18 13:40:19 -08:00
Sabee
5aa272fd25 Safari regex error fix (negative lookbehind) #2179 2020-12-11 18:30:29 +01:00
apoorva
e00244ddb5
update 2020-11-27 15:06:38 -08:00