Commit Graph

111 Commits (e641182722515d255f8ccc2cec2f1cd9e5a5a763)
 

Author SHA1 Message Date
Peng Lyu e641182722 Merge pull request from marlenecota/smallbasic
add Small Basic support
Peng Lyu 950b513448 Merge pull request from sdllc/master
Add hex number tokenization to R language
Peng Lyu 60fe7424a8 Merge pull request from rcjsuen/patch-1
Update Dockerfile grammar with STOPSIGNAL and SHELL instructions
Peng Lyu 1e7815dd72 Merge pull request from bjacobso/patch-1
Add LIMIT to sql keywords
Ben Jacobson c8da645d93 Add LIMIT to sql keywords
marlenecota 9e1afc2619 added class and member detection
marlenecota 72904610c7 fix comment tokenizer
marlenecota 0281b3f960 removed date and REM
marlenecota 70ffd3f0c2 added support for Small Basic
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
Duncan Werner 0604e55391 Add hex number tokenization to R language
Alex Dima fbdcb70601 0.8.0
Alex Dima e294277b7e Adopt latest monaco-editor-core
Martin Aeschlimann ecfce903c4 Website - Jade should be Pug. Fixes
Alex Dima 3e7008e334 Better cover invalid script/style tags ()
Alex Dima d475297526 Update dev dependencies
Alex Dima 3c5417b252 Eliminate htmlTokenTypes
Alex Dima f661c5f826 Format sources
Alex Dima da162968ac Fixes : Align language configurations with VS Code
Alex Dima d9d2ca27bc Fix missing trailing comma
Alexandru Dima 2586e9d789 Merge pull request from lserafin/master
Add Solidity
Alexandru Dima 2981d7bc43 Merge pull request from scottmcmaster/master
MSDAX support
Alexandru Dima b14815ec66 Merge pull request from andybons/patch-1
Fix typo: concering → concerning
Alexandru Dima 3e43ebc34a Merge pull request from akosyakov/patch-1
Include src as a part of npm package
Alexandru Dima 9865a5f5a0 Merge pull request from sandyarmstrong/numlits
csharp: add support for binary literals and _ as separator
Alexandru Dima 37e390f5ae Merge pull request from AndersMad/master
HTML Tags: Add support for dash and fix colon in end tag
Alex Dima ae07fd5aeb Add test for PR#14
Alexandru Dima d44a63734c Merge pull request from jmarianer/master
Support literal interpolated strings ($@"")
Alex Dima bd847cb2a0 Fix a few missing commas and indentation
Luzian Serafin 6053795334 Add Solidity
Scott McMaster 345fa67059 MSDAX support
Andrew Bonventre 2ae9c9680f Fix typo: concering → concerning
Anton Kosyakov df620a6670 Include src as a part of npm package
It would be nice to consume sources as it is to bundle it with not amd loader, e.g. it is hard to consume generated amd modules with webpack.
Sandy Armstrong de35151091 csharp: add support for binary literals and _ as separator
Note that proper `_` usage is not enforced; this matches vscode behavior.
AndersMad 4e97f005e6 Tags: Add support for dash and fix colon in end tag
Joey Marianer c71ca222d3 Support literal interpolated strings ($@"")
Alex Dima eb82671c37 Fix integration tests
Alex Dima 18916e97a4 0.7.0
Alex Dima a75676a7e9 Adopt latest monaco-editor-core
Alex Dima 6882a78485 More tweaks for optimal colorization
Alex Dima da418eb8d9 Small tweaks
Alex Dima 36b879e624 Remove extraneous bracket directives
Alex Dima 21953fde00 adopt latest editor
Alex Dima b5b35011ef Adopt Monarch breaking change
Alex Dima 03eaf41470 Small tweaks to use classic-style tokens
Alex Dima b15a5d4b98 small tweak for less
Alex Dima 6b4e9948dc Generate classic-style tokens for less and add tests
Alex Dima f487f4f76d Generate classic-style tokens for scss and add tests
Alex Dima d62ad052d0 Fix php tests
Alex Dima 84365cfba1 Generate classic-style tokens for css and add tests