Skip to content

Commit

Permalink
more-more-more
Browse files Browse the repository at this point in the history
  • Loading branch information
damirka committed Mar 24, 2024
1 parent 98c9298 commit 2b2add6
Show file tree
Hide file tree
Showing 70 changed files with 201 additions and 252 deletions.
2 changes: 1 addition & 1 deletion sui/404.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/appendix/contributing.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/appendix/glossary.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/address.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/assert-and-abort.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/comments.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/constants.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/control-flow.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/copy-ability.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/drop-ability.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/expression.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/function.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/generics.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/importing-modules.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/module.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/option.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/ownership-and-scope.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/primitive-types.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/references.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/standard-library.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/string.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/struct-methods.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/struct.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/type-reflection.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/vector.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/basic-syntax/visibility.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/before-we-begin/ide-support.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/before-we-begin/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/before-we-begin/install-sui.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/before-we-begin/move-2024.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/concepts/address.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/concepts/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/concepts/manifest.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/concepts/modules.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/concepts/object-model.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/concepts/packages.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/concepts/user-interaction.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/concepts/what-is-a-transaction.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/concepts/what-is-an-account.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/guides/2024-migration-guide.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/guides/better-error-handling.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/guides/building-against-limits.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/guides/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/guides/upgradeability-practices.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions sui/highlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ hljs.registerLanguage('move', function(hljs) {
end: /(?=[;(])/,
beginKeywords: 'has',
contains: [
BLOCK_COMMENT,
{
scope: 'title.class',
match: /\bcopy|drop|store|key\b/
Expand Down Expand Up @@ -556,6 +557,7 @@ hljs.registerLanguage('move', function(hljs) {
begin: /(?<=<)/,
end: /(?=>)/,
contains: [
BLOCK_COMMENT,
{
scope: 'title.class',
match: /\bcopy|drop|store|key\b/
Expand All @@ -569,6 +571,7 @@ hljs.registerLanguage('move', function(hljs) {
contains: [
TYPES,
ENTITY,
BLOCK_COMMENT,
{
scope: 'keyword.mut',
match: /\bmut\b/,
Expand Down
2 changes: 1 addition & 1 deletion sui/history.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/introduction.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/object/index.html

Large diffs are not rendered by default.

193 changes: 83 additions & 110 deletions sui/print.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions sui/programmability/bcs.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/programmability/capability.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/programmability/collections.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions sui/programmability/display.html

Large diffs are not rendered by default.

26 changes: 12 additions & 14 deletions sui/programmability/dynamic-fields.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/programmability/epoch-and-time.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions sui/programmability/events.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/programmability/fast-path.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/programmability/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sui/programmability/module-initializer.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/programmability/one-time-witness.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions sui/programmability/publisher.html

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions sui/programmability/sui-framework.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/programmability/testing.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/programmability/transaction-context.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sui/your-first-move/index.html

Large diffs are not rendered by default.

0 comments on commit 2b2add6

Please sign in to comment.