Commit Graph

188 Commits (4ab50c667ea5c94314282664f4f23f7b8becb073)

Author SHA1 Message Date
Alexandru Dima a09a5607c2
Merge pull request #29 from rcjsuen/patch-1
Add HEALTHCHECK as a Dockerfile keyword
7 years ago
Alexandru Dima b7b82b5d4f
Merge pull request #27 from templarbit/master
Support Content-Security-Policy syntax highlighting
7 years ago
Alex Dima 2c5e6d5448 Make code compile 7 years ago
Remy Suen 3e631e8385
Add HEALTHCHECK as a Dockerfile keyword
HEALTHCHECK was introduced as a keyword in Docker 1.12. It should be
included in Monaco as a keyword too.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
7 years ago
evakili a9ba86ce03 whitespaces after # are allowed in C++ preprocessor statements 7 years ago
David Gatti 4c0f0748e8 Added support for CSP 7 years ago
Alex Dima 5994d965a6 Minor edits 7 years ago
Can Abacigil 5f8c74986c redis language support added, tests are ok 7 years ago
Can Abacigil 7382c4690b Merge branch 'master' into redis 7 years ago
Özgün Özen 222072d0f2 redis keywords 7 years ago
Can Abacigil 5bbc1eb01c redshift tests done 7 years ago
Can Abacigil 68f56a91e7 postgresql test are done 7 years ago
Can Abacigil 6b6ff7ff5b Merge branch 'master' of github.com:TeamSQL/monaco-languages 7 years ago
Can Abacigil 30f92d1ce6 mysql sql language support 7 years ago
Özgün Özen cc0dfec714 Merge branch 'master' of https://github.com/TeamSQL/monaco-languages 7 years ago
Özgün Özen a717147619 pgsql keywords, redshift functions and keywords 7 years ago
Can Abacigil 7623a4c5cc Merge branch 'master' of github.com:TeamSQL/monaco-languages 7 years ago
Can Abacigil d5f2122535 mysql test are in development 7 years ago
Özgün Özen 7255316533 pgsql functions 7 years ago
Özgün Özen e7e82c1516 mysql keywords, functions 7 years ago
Can Abacigil 92629b423e mysql language added 7 years ago
Peng Lyu e641182722 Merge pull request #23 from marlenecota/smallbasic
add Small Basic support
8 years ago
Peng Lyu 950b513448 Merge pull request #21 from sdllc/master
Add hex number tokenization to R language
8 years ago
Peng Lyu 60fe7424a8 Merge pull request #22 from rcjsuen/patch-1
Update Dockerfile grammar with STOPSIGNAL and SHELL instructions
8 years ago
Ben Jacobson c8da645d93 Add LIMIT to sql keywords 8 years ago
marlenecota 9e1afc2619 added class and member detection 8 years ago
marlenecota 72904610c7 fix comment tokenizer 8 years ago
marlenecota 0281b3f960 removed date and REM 8 years ago
marlenecota 70ffd3f0c2 added support for Small Basic 8 years ago
Remy Suen c85db6cb64 Add STOPSIGNAL and SHELL to list of Docker keywords
Docker added SHELL and STOPSIGNAL instructions in 1.12. These should
be included in the Dockerfile language definition.

Signed-off-by: Remy Suen <remy.suen@gmail.com
8 years ago
Duncan Werner 0604e55391 Add hex number tokenization to R language 8 years ago
Martin Aeschlimann ecfce903c4 Website - Jade should be Pug. Fixes Microsoft/monaco-editor#13 8 years ago
Alex Dima 3e7008e334 Better cover invalid script/style tags (Microsoft/monaco-editor#412) 8 years ago
Alex Dima d475297526 Update dev dependencies 8 years ago
Alex Dima 3c5417b252 Eliminate htmlTokenTypes 8 years ago
Alex Dima f661c5f826 Format sources 8 years ago
Alex Dima da162968ac Fixes Microsoft/monaco-editor#381: Align language configurations with VS Code 8 years ago
Alexandru Dima 2586e9d789 Merge pull request #20 from lserafin/master
Add Solidity
8 years ago
Alexandru Dima 2981d7bc43 Merge pull request #19 from scottmcmaster/master
MSDAX support
8 years ago
Alexandru Dima 9865a5f5a0 Merge pull request #16 from sandyarmstrong/numlits
csharp: add support for binary literals and _ as separator
8 years ago
Alexandru Dima 37e390f5ae Merge pull request #14 from AndersMad/master
HTML Tags: Add support for dash and fix colon in end tag
8 years ago
Alex Dima bd847cb2a0 Fix a few missing commas and indentation 8 years ago
Luzian Serafin 6053795334 Add Solidity 8 years ago
Scott McMaster 345fa67059 MSDAX support 8 years ago
Sandy Armstrong de35151091 csharp: add support for binary literals and _ as separator
Note that proper `_` usage is not enforced; this matches vscode behavior.
8 years ago
AndersMad 4e97f005e6 Tags: Add support for dash and fix colon in end tag 8 years ago
Joey Marianer c71ca222d3 Support literal interpolated strings ($@"") 8 years ago
Alex Dima a75676a7e9 Adopt latest monaco-editor-core 8 years ago
Alex Dima 6882a78485 More tweaks for optimal colorization 8 years ago
Alex Dima da418eb8d9 Small tweaks 8 years ago
Alex Dima 36b879e624 Remove extraneous bracket directives 8 years ago
Alex Dima 21953fde00 adopt latest editor 8 years ago
Alex Dima b5b35011ef Adopt Monarch breaking change 8 years ago
Alex Dima 03eaf41470 Small tweaks to use classic-style tokens 8 years ago
Alex Dima b15a5d4b98 small tweak for less 8 years ago
Alex Dima 6b4e9948dc Generate classic-style tokens for less and add tests 8 years ago
Alex Dima f487f4f76d Generate classic-style tokens for scss and add tests 8 years ago
Alex Dima 84365cfba1 Generate classic-style tokens for css and add tests 8 years ago
Alex Dima 73ca7943b6 Generate classic-style tokens for bat 8 years ago
Alex Dima ac89ee029e improve handlebars tokens 8 years ago
d056950 df77c1f729 YAML: Fix tests 8 years ago
d056950 cdd1cdd0be YAML: Correctly terminate numbers in Flow Collections 8 years ago
d056950 5e78e912f2 YAML: Remove value state and add more tests 8 years ago
d056950 f4d3d312db Add YAML 8 years ago
Alexandru Dima 0224ec8e0e Merge pull request #11 from JKillian/jk/cssUnits
Add vmin and vmax CSS units
8 years ago
Jason Killian 57054a860f Add vmin and vmax CSS units 8 years ago
Nico Tonozzi d71afeadce Add backtick tests 8 years ago
Alex Dima 5d907f60f3 Add razor 8 years ago
Alex Dima d0f7359bc0 Add handlebars 8 years ago
Alex Dima 83bf09fbef Adopt monaco-editor-core that doesn't register html 8 years ago
Alex Dima e1a09ac16d Add html tests 8 years ago
Alex Dima 7248dae5be Fix whitespace 9 years ago
Alex Dima 7dc4974d98 disable html until it gets tests 9 years ago
Alex Dima 5e08803177 Emit delimiters near html tags 9 years ago
Alex Dima f1f3088632 Add php 9 years ago
Alex Dima 712fb631b5 Handle text and whitespace in HTML 9 years ago
Alex Dima 0eadaef95c Add html colorizer 9 years ago
Sandy Armstrong c133c2eb2b csharp: allow styling #r/#load 9 years ago
Alexandru Dima 0d4fd0f14c Merge pull request #5 from ashalkhakov/postiats
Adding support for ATS/Postiats.
9 years ago
Artyom Shalkhakov ba5e90065a Fixing ATS/Postiats hilighting. 9 years ago
Artyom Shalkhakov c1a1f8663d Cleanup, adding a test-case. 9 years ago
Artyom Shalkhakov cbe01cea43 Adding support for ATS/Postiats. 9 years ago
Martin Aeschlimann 531e80f318 Rename in SCSS breaks syntax. Fixes Microsoft/vscode#8331 9 years ago
Alex Dima ffdbb8f20e Fix less language configuration 9 years ago
Martin Aeschlimann 4be02a4e82 Add css/less/scss definitions and grammar 9 years ago
Benjamin Pasero 23b305079f add markdown 9 years ago
Alex Dima d40eeccae0 Adopt latest monaco-editor-core 9 years ago
Alex Dima c4177ec697 Initial release 9 years ago