mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
[Feat] MIPS: Support for Syntax Highligh and Basic Colorization
Defined rules for statements and declaration. Provided with set of keywords and variable declaration technique. Signed-off-by: Progyan Bhattacharya <bprogyan@gmail.com>
This commit is contained in:
parent
7814d873bd
commit
29ef43ce53
5 changed files with 387 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ define(['require'], function () {
|
|||
'release/dev/less/less.test',
|
||||
'release/dev/lua/lua.test',
|
||||
'release/dev/markdown/markdown.test',
|
||||
'release/dev/mips/mips.test',
|
||||
'release/dev/msdax/msdax.test',
|
||||
'release/dev/mysql/mysql.test',
|
||||
'release/dev/objective-c/objective-c.test',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue