Skip to content

Commit

Permalink
package 01.03.24
Browse files Browse the repository at this point in the history
  • Loading branch information
akoreman committed Mar 1, 2024
1 parent e9b8923 commit 44500f0
Show file tree
Hide file tree
Showing 54 changed files with 8,386 additions and 46 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.32.7](https://github.com/ajaxorg/ace/compare/v1.32.6...v1.32.7) (2024-03-01)


### Bug Fixes

* swap blue/red in cloudeditor themes to reduces usage of red ([#5492](https://github.com/ajaxorg/ace/issues/5492)) ([0e8f549](https://github.com/ajaxorg/ace/commit/0e8f549a16481f8bb7573ac9edaae377cb9e3972))

### [1.32.6](https://github.com/ajaxorg/ace/compare/v1.32.5...v1.32.6) (2024-02-07)

### [1.32.5](https://github.com/ajaxorg/ace/compare/v1.32.4...v1.32.5) (2024-01-30)
Expand Down
4 changes: 4 additions & 0 deletions ace-modules.d.ts
Expand Up @@ -41,6 +41,7 @@ declare module 'ace-builds/src-noconflict/mode-applescript';
declare module 'ace-builds/src-noconflict/mode-aql';
declare module 'ace-builds/src-noconflict/mode-asciidoc';
declare module 'ace-builds/src-noconflict/mode-asl';
declare module 'ace-builds/src-noconflict/mode-assembly_arm32';
declare module 'ace-builds/src-noconflict/mode-assembly_x86';
declare module 'ace-builds/src-noconflict/mode-astro';
declare module 'ace-builds/src-noconflict/mode-autohotkey';
Expand Down Expand Up @@ -213,6 +214,7 @@ declare module 'ace-builds/src-noconflict/mode-velocity';
declare module 'ace-builds/src-noconflict/mode-verilog';
declare module 'ace-builds/src-noconflict/mode-vhdl';
declare module 'ace-builds/src-noconflict/mode-visualforce';
declare module 'ace-builds/src-noconflict/mode-vue';
declare module 'ace-builds/src-noconflict/mode-wollok';
declare module 'ace-builds/src-noconflict/mode-xml';
declare module 'ace-builds/src-noconflict/mode-xquery';
Expand Down Expand Up @@ -277,6 +279,7 @@ declare module 'ace-builds/src-noconflict/snippets/applescript';
declare module 'ace-builds/src-noconflict/snippets/aql';
declare module 'ace-builds/src-noconflict/snippets/asciidoc';
declare module 'ace-builds/src-noconflict/snippets/asl';
declare module 'ace-builds/src-noconflict/snippets/assembly_arm32';
declare module 'ace-builds/src-noconflict/snippets/assembly_x86';
declare module 'ace-builds/src-noconflict/snippets/astro';
declare module 'ace-builds/src-noconflict/snippets/autohotkey';
Expand Down Expand Up @@ -449,6 +452,7 @@ declare module 'ace-builds/src-noconflict/snippets/velocity';
declare module 'ace-builds/src-noconflict/snippets/verilog';
declare module 'ace-builds/src-noconflict/snippets/vhdl';
declare module 'ace-builds/src-noconflict/snippets/visualforce';
declare module 'ace-builds/src-noconflict/snippets/vue';
declare module 'ace-builds/src-noconflict/snippets/wollok';
declare module 'ace-builds/src-noconflict/snippets/xml';
declare module 'ace-builds/src-noconflict/snippets/xquery';
Expand Down
16 changes: 8 additions & 8 deletions css/theme/cloud_editor.css
Expand Up @@ -76,7 +76,7 @@
}

.ace-cloud_editor .ace_meta.ace_tag {
color: #d1000a;
color: #2963d6;
}

.ace-cloud_editor .ace_constant {
Expand All @@ -92,7 +92,7 @@
}

.ace-cloud_editor .ace_support.ace_function {
color: #2963d6;
color: #d1000a;
}

.ace-cloud_editor .ace_support.ace_class {
Expand All @@ -105,7 +105,7 @@

.ace-cloud_editor .ace_invalid.ace_illegal {
color: #ffffff;
background-color: #d1000a;
background-color: #2963d6;
}

.ace-cloud_editor .ace_invalid.ace_deprecated {
Expand All @@ -128,7 +128,7 @@
}

.ace-cloud_editor .ace_variable {
color: #d1000a;
color: #2963d6;
}

.ace-cloud_editor .ace_meta.ace_selector {
Expand All @@ -140,22 +140,22 @@
}

.ace-cloud_editor .ace_entity.ace_name.ace_function {
color: #2963d6;
color: #d1000a;
}

.ace-cloud_editor .ace_entity.ace_name.ace_tag {
color: #d1000a;
color: #2963d6;
}

.ace-cloud_editor .ace_heading {
color: #2963d6;
color: #d1000a;
}

.ace-cloud_editor .ace_xml-pe {
color: #a26202;
}
.ace-cloud_editor .ace_doctype {
color: #d1000a;
color: #2963d6;
}

.ace-cloud_editor .ace_tooltip {
Expand Down
16 changes: 8 additions & 8 deletions css/theme/cloud_editor_dark.css
Expand Up @@ -88,7 +88,7 @@
}

.ace-cloud_editor_dark .ace_support.ace_function {
color: #66b2f0;
color: #e96a71;
}

.ace-cloud_editor_dark .ace_support.ace_class {
Expand All @@ -101,7 +101,7 @@

.ace-cloud_editor_dark .ace_invalid.ace_illegal {
color: #dcdfe4;
background-color: #e96a71;
background-color:#66b2f0;
}

.ace-cloud_editor_dark .ace_invalid.ace_deprecated {
Expand All @@ -124,7 +124,7 @@
}

.ace-cloud_editor_dark .ace_variable {
color: #e96a71;
color:#66b2f0;
}

.ace-cloud_editor_dark .ace_meta.ace_selector {
Expand All @@ -136,29 +136,29 @@
}

.ace-cloud_editor_dark .ace_entity.ace_name.ace_function {
color: #66b2f0;
color: #e96a71;
}

.ace-cloud_editor_dark .ace_entity.ace_name.ace_tag {
color: #e96a71;
color:#66b2f0;
}
.ace-cloud_editor_dark .ace_heading {
color: #66b2f0;
color: #e96a71;
}

.ace-cloud_editor_dark .ace_xml-pe {
color: #e5c383;
}
.ace-cloud_editor_dark .ace_doctype {
color: #e96a71;
color:#66b2f0;
}

.ace-cloud_editor_dark .ace_entity.ace_name.ace_tag,
.ace-cloud_editor_dark .ace_entity.ace_other.ace_attribute-name,
.ace-cloud_editor_dark .ace_meta.ace_tag,
.ace-cloud_editor_dark .ace_string.ace_regexp,
.ace-cloud_editor_dark .ace_variable {
color: #e96a71;
color:#66b2f0;
}

.ace-cloud_editor_dark .ace_tooltip {
Expand Down
4 changes: 3 additions & 1 deletion demo/kitchen-sink/demo.js
Expand Up @@ -1588,6 +1588,7 @@ var supportedModes = {
AQL: ["aql"],
AsciiDoc: ["asciidoc|adoc"],
ASL: ["dsl|asl|asl.json"],
Assembly_ARM32: ["s"],
Assembly_x86: ["asm|a"],
Astro: ["astro"],
AutoHotKey: ["ahk"],
Expand Down Expand Up @@ -1641,7 +1642,7 @@ var supportedModes = {
Haskell_Cabal: ["cabal"],
haXe: ["hx"],
Hjson: ["hjson"],
HTML: ["html|htm|xhtml|vue|we|wpy"],
HTML: ["html|htm|xhtml|we|wpy"],
HTML_Elixir: ["eex|html.eex"],
HTML_Ruby: ["erb|rhtml|html.erb"],
INI: ["ini|conf|cfg|prefs"],
Expand Down Expand Up @@ -1758,6 +1759,7 @@ var supportedModes = {
Verilog: ["v|vh|sv|svh"],
VHDL: ["vhd|vhdl"],
Visualforce: ["vfp|component|page"],
Vue: ["vue"],
Wollok: ["wlk|wpgm|wtest"],
XML: ["xml|rdf|rss|wsdl|xslt|atom|mathml|mml|xul|xbl|xaml"],
XQuery: ["xq"],
Expand Down
174 changes: 174 additions & 0 deletions demo/kitchen-sink/docs/assembly_arm32.s
@@ -0,0 +1,174 @@
.section .text
.global _start
.global msg

_start:
bl _asmtest
mov r1, r0 // move return value into r1 for syscall write

/* syscall write(int fd, const void *buf, size_t count) */
mov r0, #1
//ldr r1, =msg // done by above call to _asmtest
ldr r2, =len
mov r7, #4
svc #0

/* syscall exit(int status) */
mov r0, #0
mov r7, #1
svc #0

_asmtest: // Start of the function
ldr r0, =msg ; loads pointer for msg into r0
bx lr // Returns from the function


msg:
.ascii "Hello, ARM32!\n"
len = . - msg

// All of these should match as instructions

addhs
adceqs
qaddne
qdaddcs
subcc
sbclo
rsbmi
rscpl
qsubvs
qdsubvc
mulhi
mlals
umullge
umlallt
umaalgt
smullle
smlalal
smulbb
smulwb
smlabt
smlawt
smlaltb
smuad
smladx
smlald
smusdx
smlsd
smlsldx
smmul
smmlar
smmls
mia
miaph
miatt
clz
sadd16
qsub16
shadd8
usub8
uqaddsubx
uhsubaddx
usad8
usada8
mov
movt
movw
mvn
mrs
msr
mra
mar
cpy
tst
teq
and
eor
orr
bic
cmp
cmn
ssat
ssat16
usat
usat16
pkhbt
pkhtb
sxth
sxtb16
sxtb
uxth
uxtb16
uxtb
sxtah
sxtab16
sxtab
uxtah
uxtab16
uxtab
rev
rev16
revsh
sel
b
bl
bx
blx
blx
bxj
cpsid
cpsie
cps
setend
srsia
rfeib
srsda
rfedb
srsfd
rfeed
srsfa
rfeea
bkpt
swi
svc
nop
ldr
ldrt
ldrb
ldrbt
ldrsb
ldrh
ldrsh
ldrd
ldmia
ldmfa
pld
ldrex
str
strt
strb
strbt
strh
strd
stmia
stmfd
strex
swp
swpb
cdp
cdp2
mrc
mrc2
mrrc
mrrc2
mcr
mcr2
mcrr
mcrr2
ldc
ldc2
stc
stc2

// End instruction matching test

0 comments on commit 44500f0

Please sign in to comment.