github-linguist 7.2.0 → 7.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/grammars/documentation.markdown.injection.haxe.json +22 -0
  3. data/grammars/etc.json +7 -0
  4. data/grammars/file.lasso.json +3 -1
  5. data/grammars/source.abap.json +111 -21
  6. data/grammars/source.ats.json +17 -87
  7. data/grammars/source.ballerina.json +1 -1
  8. data/grammars/source.clarion.json +6 -6
  9. data/grammars/source.editorconfig.json +322 -0
  10. data/grammars/source.gfm.json +3 -1
  11. data/grammars/source.hx.json +1 -1
  12. data/grammars/source.hxml.json +4 -4
  13. data/grammars/source.hy.json +429 -0
  14. data/grammars/source.js.jsx.json +3 -1
  15. data/grammars/source.jsonnet.json +197 -0
  16. data/grammars/source.kotlin.json +23 -2
  17. data/grammars/source.mcfunction-snapshot.json +3053 -0
  18. data/grammars/source.mcfunction.json +1260 -0
  19. data/grammars/source.modula-3.json +1 -1
  20. data/grammars/source.reason.json +3 -0
  21. data/grammars/source.renpy.json +4 -4
  22. data/grammars/source.scheme.json +1 -1
  23. data/grammars/source.solidity.json +189 -0
  24. data/grammars/source.ssh-config.json +110 -0
  25. data/grammars/source.ts.json +6 -3
  26. data/grammars/source.tsx.json +6 -3
  27. data/grammars/source.viml.json +4 -0
  28. data/grammars/source.vyper.json +213 -0
  29. data/grammars/source.zig.json +1 -1
  30. data/grammars/text.conllu.json +45 -0
  31. data/grammars/text.html.basic.json +3 -1
  32. data/grammars/text.html.vue.json +6 -2
  33. data/grammars/text.rtf.json +143 -0
  34. data/grammars/version +1 -1
  35. data/lib/linguist/VERSION +1 -1
  36. data/lib/linguist/generated.rb +5 -5
  37. data/lib/linguist/heuristics.yml +12 -5
  38. data/lib/linguist/languages.json +1 -1
  39. data/lib/linguist/languages.yml +54 -2
  40. data/lib/linguist/samples.json +3151 -247
  41. metadata +13 -2
@@ -158,6 +158,9 @@
158
158
  "CWeb": [
159
159
  ".w"
160
160
  ],
161
+ "Cabal Config": [
162
+ ".cabal"
163
+ ],
161
164
  "CartoCSS": [
162
165
  ".mss"
163
166
  ],
@@ -660,6 +663,9 @@
660
663
  ".iol",
661
664
  ".ol"
662
665
  ],
666
+ "Jsonnet": [
667
+ ".jsonnet"
668
+ ],
663
669
  "Julia": [
664
670
  ".jl"
665
671
  ],
@@ -799,6 +805,7 @@
799
805
  "Markdown": [
800
806
  ".md",
801
807
  ".mdown",
808
+ ".mdx",
802
809
  ".ronn",
803
810
  ".workbook"
804
811
  ],
@@ -1187,6 +1194,9 @@
1187
1194
  ".rs",
1188
1195
  ".rsh"
1189
1196
  ],
1197
+ "Rich Text Format": [
1198
+ ".rtf"
1199
+ ],
1190
1200
  "Ring": [
1191
1201
  ".ring"
1192
1202
  ],
@@ -1481,11 +1491,14 @@
1481
1491
  ".v"
1482
1492
  ],
1483
1493
  "Vim script": [
1484
- ".vim"
1494
+ ".vba",
1495
+ ".vim",
1496
+ ".vmb"
1485
1497
  ],
1486
1498
  "Visual Basic": [
1487
1499
  ".cls",
1488
1500
  ".vb",
1501
+ ".vba",
1489
1502
  ".vbhtml"
1490
1503
  ],
1491
1504
  "Volt": [
@@ -1652,6 +1665,9 @@
1652
1665
  "fish": [
1653
1666
  ".fish"
1654
1667
  ],
1668
+ "mcfunction": [
1669
+ ".mcfunction"
1670
+ ],
1655
1671
  "nanorc": [
1656
1672
  ".nanorc"
1657
1673
  ],
@@ -1812,12 +1828,19 @@
1812
1828
  "CMake": [
1813
1829
  "CMakeLists.txt"
1814
1830
  ],
1831
+ "Cabal Config": [
1832
+ "cabal.config",
1833
+ "cabal.project"
1834
+ ],
1815
1835
  "Cloud Firestore Security Rules": [
1816
1836
  "firestore.rules"
1817
1837
  ],
1818
1838
  "Dockerfile": [
1819
1839
  "Dockerfile"
1820
1840
  ],
1841
+ "EditorConfig": [
1842
+ ".editorconfig"
1843
+ ],
1821
1844
  "Elixir": [
1822
1845
  "mix.lock"
1823
1846
  ],
@@ -1851,7 +1874,6 @@
1851
1874
  "Jenkinsfile"
1852
1875
  ],
1853
1876
  "INI": [
1854
- ".editorconfig",
1855
1877
  "buildozer.spec"
1856
1878
  ],
1857
1879
  "Ignore List": [
@@ -2048,8 +2070,8 @@
2048
2070
  "nanorc"
2049
2071
  ]
2050
2072
  },
2051
- "tokens_total": 1598388,
2052
- "languages_total": 2133,
2073
+ "tokens_total": 1616210,
2074
+ "languages_total": 2145,
2053
2075
  "tokens": {
2054
2076
  "1C Enterprise": {
2055
2077
  "#": 2,
@@ -20783,6 +20805,248 @@
20783
20805
  "3SAT": 1,
20784
20806
  "@*Index.": 1
20785
20807
  },
20808
+ "Cabal Config": {
20809
+ "name": 2,
20810
+ "line2pdf": 2,
20811
+ "version": 4,
20812
+ "copyright": 1,
20813
+ "Audrey": 3,
20814
+ "Tang": 3,
20815
+ "license": 4,
20816
+ "BSD3": 1,
20817
+ "-": 221,
20818
+ "file": 4,
20819
+ "LICENSE": 2,
20820
+ "author": 2,
20821
+ "<audreyt>": 2,
20822
+ "audreyt": 2,
20823
+ "org": 2,
20824
+ "maintainer": 2,
20825
+ "synopsis": 2,
20826
+ "Simple": 3,
20827
+ "command": 2,
20828
+ "line": 2,
20829
+ "utility": 2,
20830
+ "to": 2,
20831
+ "convert": 2,
20832
+ "text": 3,
20833
+ "into": 2,
20834
+ "PDF": 2,
20835
+ "description": 2,
20836
+ "stability": 1,
20837
+ "experimental": 1,
20838
+ "build": 7,
20839
+ "type": 1,
20840
+ "cabal": 2,
20841
+ "category": 2,
20842
+ "Text": 1,
20843
+ "extra": 3,
20844
+ "source": 6,
20845
+ "files": 2,
20846
+ "README": 1,
20847
+ "flag": 3,
20848
+ "small_base": 3,
20849
+ "Choose": 1,
20850
+ "the": 1,
20851
+ "new": 1,
20852
+ "smaller": 1,
20853
+ "split": 2,
20854
+ "up": 1,
20855
+ "base": 12,
20856
+ "package.": 1,
20857
+ "library": 2,
20858
+ "exposed": 1,
20859
+ "modules": 1,
20860
+ "Text.LineToPDF": 1,
20861
+ "Text.LineToPDF.Internals": 1,
20862
+ "extensions": 2,
20863
+ "ImplicitParams": 2,
20864
+ "ExistentialQuantification": 2,
20865
+ "if": 2,
20866
+ "(": 2,
20867
+ ")": 2,
20868
+ "depends": 6,
20869
+ "containers": 5,
20870
+ "bytestring": 6,
20871
+ "else": 2,
20872
+ "<": 2,
20873
+ "hs": 5,
20874
+ "dirs": 4,
20875
+ "src": 4,
20876
+ "executable": 2,
20877
+ "main": 2,
20878
+ "is": 2,
20879
+ "line2pdf.hs": 1,
20880
+ ".": 1,
20881
+ "constraints": 1,
20882
+ "DRBG": 1,
20883
+ "HTTP": 1,
20884
+ "HUnit": 1,
20885
+ "MissingH": 1,
20886
+ "MonadRandom": 1,
20887
+ "StateVar": 1,
20888
+ "aeson": 1,
20889
+ "ansi": 2,
20890
+ "terminal": 1,
20891
+ "wl": 1,
20892
+ "pprint": 1,
20893
+ "appar": 1,
20894
+ "array": 1,
20895
+ "attoparsec": 1,
20896
+ "auto": 1,
20897
+ "update": 1,
20898
+ "base16": 1,
20899
+ "base64": 1,
20900
+ "bifunctors": 1,
20901
+ "binary": 1,
20902
+ "blaze": 1,
20903
+ "builder": 2,
20904
+ "byteable": 1,
20905
+ "byteorder": 1,
20906
+ "case": 1,
20907
+ "insensitive": 1,
20908
+ "cereal": 1,
20909
+ "cipher": 3,
20910
+ "aes": 1,
20911
+ "aes128": 1,
20912
+ "comonad": 1,
20913
+ "contravariant": 1,
20914
+ "crypto": 2,
20915
+ "api": 1,
20916
+ "types": 2,
20917
+ "cryptohash": 2,
20918
+ "cryptoapi": 1,
20919
+ "data": 6,
20920
+ "default": 8,
20921
+ "class": 1,
20922
+ "instances": 4,
20923
+ "dlist": 2,
20924
+ "old": 3,
20925
+ "locale": 2,
20926
+ "deepseq": 1,
20927
+ "directory": 1,
20928
+ "distributive": 1,
20929
+ "easy": 1,
20930
+ "either": 1,
20931
+ "entropy": 1,
20932
+ "exceptions": 1,
20933
+ "fast": 1,
20934
+ "logger": 2,
20935
+ "filepath": 2,
20936
+ "free": 1,
20937
+ "ghc": 1,
20938
+ "prim": 1,
20939
+ "hashable": 1,
20940
+ "hslogger": 1,
20941
+ "http": 2,
20942
+ "date": 1,
20943
+ "integer": 1,
20944
+ "gmp": 1,
20945
+ "iproute": 1,
20946
+ "lifted": 1,
20947
+ "mmorph": 1,
20948
+ "monad": 1,
20949
+ "control": 1,
20950
+ "mtl": 1,
20951
+ "nats": 1,
20952
+ "network": 2,
20953
+ "uri": 1,
20954
+ "time": 3,
20955
+ "optparse": 1,
20956
+ "applicative": 1,
20957
+ "parallel": 1,
20958
+ "parsec": 1,
20959
+ "prelude": 1,
20960
+ "extras": 1,
20961
+ "pretty": 1,
20962
+ "prettyclass": 1,
20963
+ "primitive": 1,
20964
+ "process": 1,
20965
+ "profunctors": 1,
20966
+ "random": 1,
20967
+ "regex": 3,
20968
+ "compat": 3,
20969
+ "posix": 1,
20970
+ "resourcet": 1,
20971
+ "rts": 1,
20972
+ "scientific": 1,
20973
+ "scotty": 1,
20974
+ "securemem": 1,
20975
+ "semigroupoids": 1,
20976
+ "semigroups": 1,
20977
+ "simple": 1,
20978
+ "sendfile": 1,
20979
+ "stm": 1,
20980
+ "streaming": 1,
20981
+ "commons": 1,
20982
+ "stringsearch": 1,
20983
+ "syb": 1,
20984
+ "system": 2,
20985
+ "fileio": 1,
20986
+ "tagged": 1,
20987
+ "template": 1,
20988
+ "haskell": 1,
20989
+ "temporary": 1,
20990
+ "transformers": 3,
20991
+ "unix": 3,
20992
+ "unordered": 1,
20993
+ "vault": 1,
20994
+ "vector": 1,
20995
+ "void": 1,
20996
+ "wai": 4,
20997
+ "middleware": 1,
20998
+ "static": 1,
20999
+ "warp": 1,
21000
+ "word8": 1,
21001
+ "zlib": 1,
21002
+ "flags": 18,
21003
+ "overloaded": 54,
21004
+ "methods": 18,
21005
+ "signals": 18,
21006
+ "properties": 18,
21007
+ "optional": 1,
21008
+ "packages": 1,
21009
+ "*": 1,
21010
+ "package": 17,
21011
+ "gi": 17,
21012
+ "atk": 1,
21013
+ "cairo": 1,
21014
+ "gdk": 1,
21015
+ "gdkpixbuf": 1,
21016
+ "gio": 1,
21017
+ "glib": 1,
21018
+ "gobject": 1,
21019
+ "gtk": 2,
21020
+ "gtkosxapplication": 1,
21021
+ "gtksource": 1,
21022
+ "javascriptcore": 1,
21023
+ "pango": 1,
21024
+ "pangocairo": 1,
21025
+ "soup": 1,
21026
+ "webkit": 1,
21027
+ "webkit2": 1,
21028
+ "linguist": 2,
21029
+ "sample": 2,
21030
+ "Example": 1,
21031
+ "of": 1,
21032
+ "a": 1,
21033
+ "Cabal": 1,
21034
+ "configuration": 1,
21035
+ "for": 1,
21036
+ "GitHub": 1,
21037
+ "Linguist": 1,
21038
+ "homepage": 1,
21039
+ "https": 1,
21040
+ "//github.com/github/linguist": 1,
21041
+ "ISC": 1,
21042
+ "Alhadis": 1,
21043
+ "foo@bar.com": 1,
21044
+ "Language": 1,
21045
+ "CHANGELOG.md": 1,
21046
+ "language": 2,
21047
+ "Haskell2010": 2,
21048
+ "Main.hs": 1
21049
+ },
20786
21050
  "CartoCSS": {
20787
21051
  "@marina": 3,
20788
21052
  "-": 2547,
@@ -32901,6 +33165,25 @@
32901
33165
  ")": 1,
32902
33166
  "moduleclass": 1
32903
33167
  },
33168
+ "EditorConfig": {
33169
+ ";": 1,
33170
+ "editorconfig.org": 1,
33171
+ "root": 1,
33172
+ "true": 3,
33173
+ "[": 1,
33174
+ "*": 1,
33175
+ "]": 1,
33176
+ "indent_style": 1,
33177
+ "space": 1,
33178
+ "indent_size": 1,
33179
+ "end_of_line": 1,
33180
+ "lf": 1,
33181
+ "charset": 1,
33182
+ "utf": 1,
33183
+ "-": 1,
33184
+ "trim_trailing_whitespace": 1,
33185
+ "insert_final_newline": 1
33186
+ },
32904
33187
  "Edje Data Collection": {
32905
33188
  "#ifndef": 4,
32906
33189
  "BG_COLOR": 4,
@@ -56652,9 +56935,9 @@
56652
56935
  "EST": 1,
56653
56936
  "last_client": 2,
56654
56937
  "eeschema": 3,
56655
- "[": 25,
56938
+ "[": 24,
56656
56939
  "pcbnew": 2,
56657
- "]": 25,
56940
+ "]": 24,
56658
56941
  "version": 9,
56659
56942
  "PageLayoutDescrFile": 2,
56660
56943
  "LastNetListRead": 2,
@@ -56680,7 +56963,7 @@
56680
56963
  "SubpartIdSeparator": 1,
56681
56964
  "SubpartFirstId": 1,
56682
56965
  "/home/hschmale/KiCad/LibMods": 1,
56683
- "-": 120,
56966
+ "-": 119,
56684
56967
  "3rdParty": 1,
56685
56968
  "NetFmtName": 1,
56686
56969
  "RptD_X": 1,
@@ -56843,7 +57126,7 @@
56843
57126
  "#android.meta_data": 1,
56844
57127
  "#android.library_references": 1,
56845
57128
  "#android.logcat_filters": 1,
56846
- "*": 2,
57129
+ "*": 1,
56847
57130
  "S": 1,
56848
57131
  "python": 1,
56849
57132
  "D": 1,
@@ -56875,19 +57158,7 @@
56875
57158
  "profile": 1,
56876
57159
  "android": 1,
56877
57160
  "debug": 1,
56878
- ";": 9,
56879
- "editorconfig.org": 1,
56880
- "root": 1,
56881
- "true": 12,
56882
- "indent_style": 1,
56883
- "space": 1,
56884
- "indent_size": 1,
56885
- "end_of_line": 1,
56886
- "lf": 1,
56887
- "charset": 1,
56888
- "utf": 1,
56889
- "trim_trailing_whitespace": 1,
56890
- "insert_final_newline": 1,
57161
+ ";": 8,
56891
57162
  "These": 1,
56892
57163
  "taskdefs": 1,
56893
57164
  "are": 1,
@@ -57094,6 +57365,7 @@
57094
57365
  "nav_team": 1,
57095
57366
  "nav_work": 1,
57096
57367
  "spyder_nav_content": 1,
57368
+ "true": 9,
57097
57369
  "mission_enable": 1,
57098
57370
  "mission_images_enable": 1,
57099
57371
  "overview_enable": 1,
@@ -68749,6 +69021,39 @@
68749
69021
  "startExam@Exam": 1,
68750
69022
  "println@Console": 1
68751
69023
  },
69024
+ "Jsonnet": {
69025
+ "//": 3,
69026
+ "local": 6,
69027
+ "workflow": 1,
69028
+ "import": 1,
69029
+ ";": 1,
69030
+ "{": 7,
69031
+ "intersection": 4,
69032
+ "workflow.Workflow": 1,
69033
+ "jobs": 1,
69034
+ "input_file1": 2,
69035
+ "input_file2": 2,
69036
+ "sorted_file1": 4,
69037
+ "sorted_file2": 4,
69038
+ "SortJob": 1,
69039
+ "workflow.ShJob": 2,
69040
+ "input_file": 3,
69041
+ "output_file": 3,
69042
+ "command": 2,
69043
+ "%": 2,
69044
+ "[": 7,
69045
+ "self.input_file": 2,
69046
+ "self.output_file": 2,
69047
+ "]": 7,
69048
+ "inputs": 2,
69049
+ "outputs": 2,
69050
+ "}": 7,
69051
+ "sort_file1": 1,
69052
+ "self.SortJob": 2,
69053
+ "sort_file2": 1,
69054
+ "intersect": 1,
69055
+ "deps": 1
69056
+ },
68752
69057
  "Julia": {
68753
69058
  "##": 5,
68754
69059
  "Test": 1,
@@ -81200,18 +81505,18 @@
81200
81505
  },
81201
81506
  "Markdown": {
81202
81507
  "_This_": 1,
81203
- "is": 70,
81204
- "a": 91,
81508
+ "is": 81,
81509
+ "a": 110,
81205
81510
  "**Markdown**": 1,
81206
81511
  "readme.": 1,
81207
- "-": 325,
81512
+ "-": 342,
81208
81513
  "uti": 1,
81209
81514
  "com.xamarin.workbook": 1,
81210
81515
  "platforms": 2,
81211
81516
  "Console": 3,
81212
81517
  "Some": 2,
81213
81518
  "examples": 2,
81214
- "from": 14,
81519
+ "from": 21,
81215
81520
  "Xamarin": 1,
81216
81521
  "*": 75,
81217
81522
  "Null": 2,
@@ -81228,21 +81533,21 @@
81228
81533
  "Initialization": 2,
81229
81534
  "Index": 2,
81230
81535
  "Initializers": 2,
81231
- "using": 9,
81536
+ "using": 11,
81232
81537
  "static": 8,
81233
- "##": 56,
81234
- "The": 47,
81235
- ".": 37,
81538
+ "##": 59,
81539
+ "The": 53,
81540
+ ".": 44,
81236
81541
  "automatically": 6,
81237
81542
  "does": 2,
81238
81543
  "null": 8,
81239
81544
  "check": 3,
81240
81545
  "before": 2,
81241
81546
  "referencing": 1,
81242
- "the": 188,
81547
+ "the": 206,
81243
81548
  "specified": 10,
81244
81549
  "member.": 1,
81245
- "example": 8,
81550
+ "example": 10,
81246
81551
  "string": 13,
81247
81552
  "array": 3,
81248
81553
  "below": 5,
@@ -81252,11 +81557,11 @@
81252
81557
  "var": 11,
81253
81558
  "names": 7,
81254
81559
  "new": 22,
81255
- "[": 64,
81256
- "]": 64,
81257
- "{": 17,
81258
- "}": 17,
81259
- ";": 55,
81560
+ "[": 80,
81561
+ "]": 80,
81562
+ "{": 33,
81563
+ "}": 33,
81564
+ ";": 57,
81260
81565
  "In": 10,
81261
81566
  "C#": 6,
81262
81567
  "required": 1,
@@ -81265,14 +81570,14 @@
81265
81570
  "int": 2,
81266
81571
  "secondLength": 2,
81267
81572
  "if": 14,
81268
- "(": 138,
81269
- ")": 137,
81573
+ "(": 155,
81574
+ ")": 154,
81270
81575
  "allows": 2,
81271
81576
  "length": 1,
81272
- "to": 97,
81273
- "be": 30,
81577
+ "to": 107,
81578
+ "be": 32,
81274
81579
  "queried": 1,
81275
- "in": 77,
81580
+ "in": 85,
81276
81581
  "single": 6,
81277
81582
  "line": 11,
81278
81583
  "entire": 1,
@@ -81284,25 +81589,25 @@
81284
81589
  "length0": 1,
81285
81590
  "//": 4,
81286
81591
  "length1": 1,
81287
- "This": 12,
81288
- "can": 26,
81289
- "used": 11,
81592
+ "This": 15,
81593
+ "can": 27,
81594
+ "used": 13,
81290
81595
  "conjunction": 1,
81291
- "with": 49,
81596
+ "with": 52,
81292
81597
  "coalescing": 1,
81293
- "set": 8,
81294
- "default": 21,
81598
+ "set": 10,
81599
+ "default": 24,
81295
81600
  "value": 2,
81296
81601
  "such": 2,
81297
- "as": 23,
81602
+ "as": 27,
81298
81603
  "lengths": 1,
81299
81604
  "names.Select": 1,
81300
81605
  "Previously": 1,
81301
81606
  "strings": 1,
81302
81607
  "were": 2,
81303
- "built": 2,
81608
+ "built": 3,
81304
81609
  "number": 3,
81305
- "of": 73,
81610
+ "of": 81,
81306
81611
  "different": 1,
81307
81612
  "ways": 1,
81308
81613
  "animal": 3,
@@ -81312,7 +81617,7 @@
81312
81617
  "out2": 1,
81313
81618
  "+": 3,
81314
81619
  "provides": 1,
81315
- "simple": 7,
81620
+ "simple": 8,
81316
81621
  "syntax": 9,
81317
81622
  "where": 6,
81318
81623
  "fieldname": 1,
@@ -81320,8 +81625,8 @@
81320
81625
  "directly": 4,
81321
81626
  "formatting": 3,
81322
81627
  "also": 10,
81323
- "done": 1,
81324
- "this": 20,
81628
+ "done": 2,
81629
+ "this": 23,
81325
81630
  "values": 3,
81326
81631
  "foreach": 1,
81327
81632
  "s": 7,
@@ -81330,19 +81635,19 @@
81330
81635
  "Console.WriteLine": 1,
81331
81636
  "ToString": 3,
81332
81637
  "override": 4,
81333
- "following": 8,
81638
+ "following": 9,
81334
81639
  "class": 5,
81335
81640
  "an": 14,
81336
81641
  "expression": 4,
81337
81642
  "function": 2,
81338
- "more": 15,
81643
+ "more": 17,
81339
81644
  "succinct": 1,
81340
81645
  "declaration": 1,
81341
81646
  "syntax.": 2,
81342
81647
  "Person": 3,
81343
81648
  "public": 15,
81344
81649
  "FirstName": 2,
81345
- "get": 7,
81650
+ "get": 10,
81346
81651
  "LastName": 2,
81347
81652
  "firstname": 2,
81348
81653
  "lastname": 2,
@@ -81350,7 +81655,7 @@
81350
81655
  "functions": 2,
81351
81656
  "are": 46,
81352
81657
  "allowed": 2,
81353
- "so": 4,
81658
+ "so": 6,
81354
81659
  "long": 3,
81355
81660
  "Log": 2,
81356
81661
  "message": 9,
@@ -81372,35 +81677,35 @@
81372
81677
  "Created": 1,
81373
81678
  "DateTime.Now": 2,
81374
81679
  "Description": 1,
81375
- "description": 3,
81680
+ "description": 4,
81376
81681
  "this.Description": 1,
81377
81682
  "assign": 1,
81378
- "only": 9,
81683
+ "only": 10,
81379
81684
  "constructor": 1,
81380
81685
  "Dictionary": 2,
81381
81686
  "style": 13,
81382
- "data": 1,
81687
+ "data": 2,
81383
81688
  "structures": 1,
81384
81689
  "let": 1,
81385
- "you": 25,
81690
+ "you": 31,
81386
81691
  "specify": 3,
81387
81692
  "key/value": 1,
81388
81693
  "types": 4,
81389
81694
  "initializer": 1,
81390
- "like": 13,
81695
+ "like": 14,
81391
81696
  "userInfo": 1,
81392
81697
  "<string>": 1,
81393
81698
  "DateTime.Now.AddSeconds": 1,
81394
81699
  "Enumerations": 1,
81395
- "and": 125,
81700
+ "and": 133,
81396
81701
  "certain": 1,
81397
81702
  "classes": 2,
81398
81703
  "System.Math": 2,
81399
81704
  "primarily": 1,
81400
81705
  "holders": 1,
81401
81706
  "functions.": 1,
81402
- "import": 3,
81403
- "all": 16,
81707
+ "import": 10,
81708
+ "all": 18,
81404
81709
  "members": 3,
81405
81710
  "type": 1,
81406
81711
  "code": 4,
@@ -81453,13 +81758,13 @@
81453
81758
  "|": 6,
81454
81759
  "man": 16,
81455
81760
  "S": 2,
81456
- "server": 6,
81761
+ "server": 9,
81457
81762
  "pipe": 3,
81458
81763
  "&": 4,
81459
81764
  "lt": 1,
81460
81765
  "DESCRIPTION": 5,
81461
81766
  "**Ronn**": 2,
81462
- "converts": 3,
81767
+ "converts": 4,
81463
81768
  "textfiles": 1,
81464
81769
  "standard": 11,
81465
81770
  "roff": 31,
@@ -81469,7 +81774,7 @@
81469
81774
  "HTML.": 2,
81470
81775
  "format": 12,
81471
81776
  "based": 3,
81472
- "on": 31,
81777
+ "on": 34,
81473
81778
  "but": 9,
81474
81779
  "includes": 4,
81475
81780
  "additional": 2,
@@ -81483,7 +81788,7 @@
81483
81788
  "one": 8,
81484
81789
  "input": 10,
81485
81790
  "HTML": 20,
81486
- "output": 35,
81791
+ "output": 38,
81487
81792
  "files.": 2,
81488
81793
  "html": 10,
81489
81794
  "fragment": 4,
@@ -81501,11 +81806,11 @@
81501
81806
  "after": 1,
81502
81807
  "written": 6,
81503
81808
  "same": 6,
81504
- "directory": 8,
81809
+ "directory": 12,
81505
81810
  "s.": 2,
81506
81811
  "change": 3,
81507
81812
  "behavior": 4,
81508
- "file": 18,
81813
+ "file": 21,
81509
81814
  "generation": 1,
81510
81815
  "serving": 1,
81511
81816
  "dynamically": 2,
@@ -81525,7 +81830,7 @@
81525
81830
  "select": 1,
81526
81831
  "format.": 5,
81527
81832
  "FILES": 1,
81528
- "command": 6,
81833
+ "command": 7,
81529
81834
  "expects": 1,
81530
81835
  "valid": 2,
81531
81836
  "text.": 1,
@@ -81536,16 +81841,16 @@
81536
81841
  ".ronn": 2,
81537
81842
  "e.g.": 4,
81538
81843
  "example.1.ronn": 2,
81539
- "should": 2,
81844
+ "should": 4,
81540
81845
  "match": 3,
81541
81846
  "section": 3,
81542
- "defined": 8,
81543
- "When": 5,
81847
+ "defined": 9,
81848
+ "When": 6,
81544
81849
  "building": 2,
81545
81850
  "destination": 1,
81546
81851
  "filenames": 1,
81547
81852
  "determined": 1,
81548
- "by": 23,
81853
+ "by": 26,
81549
81854
  "taking": 1,
81550
81855
  "basename": 1,
81551
81856
  "adding": 2,
@@ -81553,7 +81858,7 @@
81553
81858
  "extension": 6,
81554
81859
  "removing": 1,
81555
81860
  "case": 1,
81556
- "For": 5,
81861
+ "For": 7,
81557
81862
  "executing": 1,
81558
81863
  "generates": 2,
81559
81864
  "example.1": 1,
@@ -81567,15 +81872,15 @@
81567
81872
  "file.": 5,
81568
81873
  "simulates": 1,
81569
81874
  "piping": 1,
81570
- "through": 3,
81875
+ "through": 4,
81571
81876
  "groff": 2,
81572
81877
  "paging": 2,
81573
81878
  "program": 4,
81574
81879
  "MANPAGER": 4,
81575
- "environment": 2,
81880
+ "environment": 3,
81576
81881
  "variable.": 1,
81577
81882
  "serve": 1,
81578
- "for": 41,
81883
+ "for": 46,
81579
81884
  "A": 8,
81580
81885
  "*example.2.ronn*": 1,
81581
81886
  "served": 1,
@@ -81584,7 +81889,7 @@
81584
81889
  "at": 11,
81585
81890
  "root": 1,
81586
81891
  "links": 3,
81587
- "each": 6,
81892
+ "each": 7,
81588
81893
  "respects": 1,
81589
81894
  "document": 5,
81590
81895
  "attribute": 1,
@@ -81608,8 +81913,8 @@
81608
81913
  "process": 3,
81609
81914
  "writing": 1,
81610
81915
  "styling": 1,
81611
- "It": 4,
81612
- "way": 5,
81916
+ "It": 5,
81917
+ "way": 6,
81613
81918
  "recommended": 1,
81614
81919
  "general": 1,
81615
81920
  "purpose": 1,
@@ -81628,9 +81933,9 @@
81628
81933
  "Generate": 4,
81629
81934
  "input.": 2,
81630
81935
  "f": 1,
81631
- "not": 6,
81936
+ "not": 7,
81632
81937
  "header": 4,
81633
- "title": 3,
81938
+ "title": 4,
81634
81939
  "footer.": 1,
81635
81940
  "Document": 1,
81636
81941
  "attributes": 2,
@@ -81642,7 +81947,7 @@
81642
81947
  "via": 1,
81643
81948
  "ENVIRONMENT": 4,
81644
81949
  "<manual>": 2,
81645
- "page": 5,
81950
+ "page": 7,
81646
81951
  "belongs": 1,
81647
81952
  "prominently": 1,
81648
81953
  "top": 3,
@@ -81650,7 +81955,7 @@
81650
81955
  "area.": 6,
81651
81956
  "organization": 4,
81652
81957
  "group": 3,
81653
- "individual": 3,
81958
+ "individual": 5,
81654
81959
  "responsible": 1,
81655
81960
  "publishing": 2,
81656
81961
  "bottom": 4,
@@ -81660,7 +81965,7 @@
81660
81965
  "current": 4,
81661
81966
  "available.": 1,
81662
81967
  "customized": 1,
81663
- "use": 8,
81968
+ "use": 13,
81664
81969
  "CSS": 3,
81665
81970
  "stylesheets": 6,
81666
81971
  "<module>": 6,
@@ -81683,7 +81988,7 @@
81683
81988
  "styles.": 3,
81684
81989
  "_/_": 1,
81685
81990
  "character": 4,
81686
- "it": 11,
81991
+ "it": 13,
81687
81992
  "full": 3,
81688
81993
  "path": 1,
81689
81994
  "stylesheet": 2,
@@ -81696,7 +82001,7 @@
81696
82001
  "See": 9,
81697
82002
  "STYLES": 2,
81698
82003
  "descriptions": 1,
81699
- "features": 7,
82004
+ "features": 8,
81700
82005
  "added": 4,
81701
82006
  "module.": 1,
81702
82007
  "Miscellaneous": 1,
@@ -81708,7 +82013,7 @@
81708
82013
  "performing": 1,
81709
82014
  "conversion.": 1,
81710
82015
  "Warnings": 2,
81711
- "most": 5,
82016
+ "most": 6,
81712
82017
  "often": 2,
81713
82018
  "result": 1,
81714
82019
  "bug": 4,
@@ -81718,13 +82023,13 @@
81718
82023
  "warnings.": 1,
81719
82024
  "disabled": 1,
81720
82025
  "default.": 1,
81721
- "option": 8,
82026
+ "option": 9,
81722
82027
  "revert": 1,
81723
82028
  "effect": 2,
81724
82029
  "previous": 2,
81725
82030
  "argument.": 3,
81726
82031
  "v": 1,
81727
- "version": 7,
82032
+ "version": 10,
81728
82033
  "exit.": 3,
81729
82034
  "LINK": 2,
81730
82035
  "INDEXES": 1,
@@ -81733,11 +82038,11 @@
81733
82038
  "references": 3,
81734
82039
  "grep": 4,
81735
82040
  "ls": 4,
81736
- "URL": 2,
82041
+ "URL": 3,
81737
82042
  "mappings": 1,
81738
82043
  "index.txt": 1,
81739
82044
  "Each": 2,
81740
- "index": 1,
82045
+ "index": 2,
81741
82046
  "describes": 2,
81742
82047
  "link": 3,
81743
82048
  "whitespace": 1,
@@ -81759,7 +82064,7 @@
81759
82064
  "//github.com/": 1,
81760
82065
  "absolute": 1,
81761
82066
  "relative": 1,
81762
- "that": 21,
82067
+ "that": 26,
81763
82068
  "usually": 1,
81764
82069
  "points": 1,
81765
82070
  "manpage.": 1,
@@ -81779,7 +82084,7 @@
81779
82084
  "order": 2,
81780
82085
  "cascade": 1,
81781
82086
  "previously": 2,
81782
- "###": 4,
82087
+ "###": 10,
81783
82088
  "Builtin": 1,
81784
82089
  "Stylesheets": 2,
81785
82090
  "distribution": 1,
@@ -81795,7 +82100,7 @@
81795
82100
  "possible": 3,
81796
82101
  "replace": 1,
81797
82102
  "module": 2,
81798
- "custom": 3,
82103
+ "custom": 7,
81799
82104
  "placing": 1,
81800
82105
  "man.css": 1,
81801
82106
  "path.": 1,
@@ -81830,7 +82135,7 @@
81830
82135
  "wrap": 1,
81831
82136
  "gratuitous": 1,
81832
82137
  "characters.": 1,
81833
- "Custom": 1,
82138
+ "Custom": 2,
81834
82139
  "Writing": 3,
81835
82140
  "straight": 1,
81836
82141
  "forward.": 1,
@@ -81857,7 +82162,7 @@
81857
82162
  "item": 2,
81858
82163
  "heading": 3,
81859
82164
  "footing": 2,
81860
- "have": 11,
82165
+ "have": 14,
81861
82166
  "class.": 1,
81862
82167
  "head": 1,
81863
82168
  "foot": 1,
@@ -81872,7 +82177,7 @@
81872
82177
  "EXAMPLES": 1,
81873
82178
  "Build": 3,
81874
82179
  "view": 3,
81875
- "some": 10,
82180
+ "some": 11,
81876
82181
  "great": 4,
81877
82182
  "program.1.ronn": 1,
81878
82183
  "program.1": 2,
@@ -81905,7 +82210,7 @@
81905
82210
  "//localhost": 1,
81906
82211
  "1207/": 1,
81907
82212
  "RONN_MANUAL": 1,
81908
- "takes": 3,
82213
+ "takes": 4,
81909
82214
  "precedence": 3,
81910
82215
  "over": 8,
81911
82216
  "value.": 4,
@@ -81939,10 +82244,10 @@
81939
82244
  "libraries": 1,
81940
82245
  "non": 7,
81941
82246
  "trivial": 1,
81942
- "install": 4,
82247
+ "install": 6,
81943
82248
  "systems.": 1,
81944
82249
  "portable": 1,
81945
- "would": 3,
82250
+ "would": 5,
81946
82251
  "welcome.": 1,
81947
82252
  "COPYRIGHT": 3,
81948
82253
  "Copyright": 3,
@@ -81956,8 +82261,8 @@
81956
82261
  "ALSO": 5,
81957
82262
  "pandoc": 1,
81958
82263
  "Tender": 1,
81959
- "You": 6,
81960
- "bundle": 2,
82264
+ "You": 7,
82265
+ "bundle": 4,
81961
82266
  "TextMate": 2,
81962
82267
  "opening": 2,
81963
82268
  "preferences": 2,
@@ -81965,14 +82270,14 @@
81965
82270
  "bundles": 2,
81966
82271
  "tab.": 2,
81967
82272
  "After": 2,
81968
- "installation": 2,
81969
- "will": 11,
82273
+ "installation": 4,
82274
+ "will": 12,
81970
82275
  "updated": 2,
81971
82276
  "you.": 2,
81972
- "Bundle": 2,
82277
+ "Bundle": 3,
81973
82278
  "Styleguide": 4,
81974
82279
  "_before": 6,
81975
- "make": 8,
82280
+ "make": 9,
81976
82281
  "changes_": 2,
81977
82282
  "Commit": 2,
81978
82283
  "send": 2,
@@ -81982,9 +82287,9 @@
81982
82287
  "Reports": 2,
81983
82288
  "report": 4,
81984
82289
  "issue_": 2,
81985
- "If": 2,
82290
+ "If": 4,
81986
82291
  "otherwise": 3,
81987
- "see": 4,
82292
+ "see": 6,
81988
82293
  "repository": 2,
81989
82294
  "fall": 2,
81990
82295
  "license": 6,
@@ -82009,7 +82314,7 @@
82009
82314
  "contain": 3,
82010
82315
  "their": 2,
82011
82316
  "own": 2,
82012
- "information": 2,
82317
+ "information": 4,
82013
82318
  "accompanying": 2,
82014
82319
  "exists": 5,
82015
82320
  "suffix": 2,
@@ -82024,7 +82329,7 @@
82024
82329
  "p": 3,
82025
82330
  "PID": 2,
82026
82331
  "**a": 2,
82027
- "fast": 1,
82332
+ "fast": 3,
82028
82333
  "JSON": 9,
82029
82334
  "logging": 1,
82030
82335
  "library**": 1,
@@ -82035,7 +82340,7 @@
82035
82340
  "CLI": 2,
82036
82341
  "tool**": 1,
82037
82342
  "nicely": 1,
82038
- "those": 4,
82343
+ "those": 5,
82039
82344
  "logs.": 1,
82040
82345
  "latter.": 1,
82041
82346
  "Pretty": 1,
@@ -82061,7 +82366,7 @@
82061
82366
  "54.856Z": 3,
82062
82367
  "ERROR": 4,
82063
82368
  "By": 4,
82064
- "used.": 1,
82369
+ "used.": 2,
82065
82370
  "o": 4,
82066
82371
  "FORMAT": 4,
82067
82372
  "emit": 1,
@@ -82071,8 +82376,8 @@
82071
82376
  "short": 4,
82072
82377
  "myservice": 2,
82073
82378
  "color": 3,
82074
- "supported": 3,
82075
- "your": 7,
82379
+ "supported": 4,
82380
+ "your": 10,
82076
82381
  "below.": 2,
82077
82382
  "Filtering": 2,
82078
82383
  "filter": 3,
@@ -82093,7 +82398,7 @@
82093
82398
  "this.three": 1,
82094
82399
  "field": 3,
82095
82400
  "h": 1,
82096
- "help": 6,
82401
+ "help": 7,
82097
82402
  "Print": 2,
82098
82403
  "info": 3,
82099
82404
  "q": 1,
@@ -82107,14 +82412,14 @@
82107
82412
  "probes": 3,
82108
82413
  "PID.": 1,
82109
82414
  "Can": 1,
82110
- "times": 2,
82415
+ "times": 3,
82111
82416
  "processes": 3,
82112
82417
  "whose": 1,
82113
82418
  "args": 1,
82114
82419
  "pattern": 1,
82115
82420
  "Only": 1,
82116
82421
  "messages": 1,
82117
- "above": 2,
82422
+ "above": 3,
82118
82423
  "level.": 1,
82119
82424
  "*names*": 1,
82120
82425
  "numeric": 1,
@@ -82139,7 +82444,7 @@
82139
82444
  "doesn": 1,
82140
82445
  "Specify": 1,
82141
82446
  "One": 2,
82142
- "json": 5,
82447
+ "json": 6,
82143
82448
  "N": 3,
82144
82449
  "native": 1,
82145
82450
  "indent": 1,
@@ -82189,7 +82494,7 @@
82189
82494
  "stack": 1,
82190
82495
  "backward": 1,
82191
82496
  "compat": 1,
82192
- "works": 1,
82497
+ "works": 2,
82193
82498
  "this.": 1,
82194
82499
  "Like": 1,
82195
82500
  "concise.": 1,
@@ -82198,7 +82503,7 @@
82198
82503
  "space": 2,
82199
82504
  "indentation": 1,
82200
82505
  "Alias": 1,
82201
- "Node.js": 1,
82506
+ "Node.js": 3,
82202
82507
  "util.inspect": 1,
82203
82508
  "DTRACE": 1,
82204
82509
  "SUPPORT": 1,
@@ -82212,11 +82517,11 @@
82212
82517
  "derivatives": 1,
82213
82518
  "SmartOS": 1,
82214
82519
  "OmniOS": 1,
82215
- "create": 3,
82520
+ "create": 4,
82216
82521
  "provider": 1,
82217
82522
  "makes": 1,
82218
82523
  "available": 1,
82219
- "Note": 1,
82524
+ "Note": 2,
82220
82525
  "probe": 1,
82221
82526
  "enabled": 1,
82222
82527
  "fire": 1,
@@ -82240,10 +82545,10 @@
82240
82545
  "coloring.": 1,
82241
82546
  "PROJECT": 1,
82242
82547
  "requires": 2,
82243
- "project": 7,
82548
+ "project": 9,
82244
82549
  "lives": 1,
82245
82550
  "published": 2,
82246
- "npm": 1,
82551
+ "npm": 4,
82247
82552
  "README": 1,
82248
82553
  "Install": 1,
82249
82554
  "notes": 1,
@@ -82277,13 +82582,13 @@
82277
82582
  "update": 4,
82278
82583
  "milestone": 1,
82279
82584
  "category": 1,
82280
- "Status": 1,
82585
+ "Status": 2,
82281
82586
  "author": 1,
82282
82587
  "camgerlach": 1,
82283
82588
  "summary": 1,
82284
- "first": 3,
82589
+ "first": 4,
82285
82590
  "part": 5,
82286
- "series": 2,
82591
+ "series": 3,
82287
82592
  "we": 25,
82288
82593
  "look": 1,
82289
82594
  "major": 7,
@@ -82295,7 +82600,7 @@
82295
82600
  "six": 3,
82296
82601
  "months": 3,
82297
82602
  "since": 7,
82298
- "our": 11,
82603
+ "our": 12,
82299
82604
  "funding": 5,
82300
82605
  "ended.": 1,
82301
82606
  "We": 4,
@@ -82323,7 +82628,7 @@
82323
82628
  "better": 6,
82324
82629
  "formally": 1,
82325
82630
  "announce": 1,
82326
- "next": 2,
82631
+ "next": 3,
82327
82632
  "release": 5,
82328
82633
  "what": 3,
82329
82634
  "I": 1,
@@ -82359,7 +82664,7 @@
82359
82664
  "plugins": 2,
82360
82665
  "spyder": 6,
82361
82666
  "notebook": 2,
82362
- "https": 11,
82667
+ "https": 18,
82363
82668
  "//github.com/spyder": 9,
82364
82669
  "ide/spyder": 4,
82365
82670
  "reports": 2,
@@ -82369,8 +82674,8 @@
82369
82674
  "put": 3,
82370
82675
  "mostly": 1,
82371
82676
  "hold.": 1,
82372
- "To": 3,
82373
- "up": 2,
82677
+ "To": 6,
82678
+ "up": 4,
82374
82679
  "loss": 1,
82375
82680
  "appealed": 1,
82376
82681
  "asking": 1,
@@ -82383,7 +82688,7 @@
82383
82688
  "accelerate": 1,
82384
82689
  "fund": 1,
82385
82690
  "showing": 2,
82386
- "many": 3,
82691
+ "many": 4,
82387
82692
  "donations": 2,
82388
82693
  "backers": 1,
82389
82694
  "spyder_opencollective.png": 1,
@@ -82405,7 +82710,7 @@
82405
82710
  "go": 2,
82406
82711
  "considering": 1,
82407
82712
  "rolling": 1,
82408
- "out": 3,
82713
+ "out": 4,
82409
82714
  "donation": 1,
82410
82715
  "tiers": 1,
82411
82716
  "rewards": 1,
@@ -82449,7 +82754,7 @@
82449
82754
  "codebase.": 1,
82450
82755
  "work": 3,
82451
82756
  "coalesced": 1,
82452
- "into": 1,
82757
+ "into": 3,
82453
82758
  "four": 1,
82454
82759
  "separate": 1,
82455
82760
  "official": 2,
@@ -82505,7 +82810,7 @@
82505
82810
  "Find": 2,
82506
82811
  "Replace": 2,
82507
82812
  "box": 2,
82508
- "yet": 1,
82813
+ "yet": 2,
82509
82814
  "copied": 1,
82510
82815
  "modifications": 1,
82511
82816
  "easier.": 1,
@@ -82526,7 +82831,7 @@
82526
82831
  "variables": 2,
82527
82832
  "GUI": 2,
82528
82833
  "ed": 1,
82529
- "modules": 1,
82834
+ "modules": 3,
82530
82835
  "take": 1,
82531
82836
  "instantly": 1,
82532
82837
  "console": 1,
@@ -82610,12 +82915,12 @@
82610
82915
  "error_report_dialog.png": 1,
82611
82916
  "mentioned": 1,
82612
82917
  "additions": 1,
82613
- "latest": 1,
82918
+ "latest": 2,
82614
82919
  "released": 1,
82615
82920
  "conda": 1,
82616
- "package": 1,
82921
+ "package": 2,
82617
82922
  "manager/distribution": 1,
82618
- "installed": 1,
82923
+ "installed": 2,
82619
82924
  "pip": 1,
82620
82925
  "already": 1,
82621
82926
  "implemented": 1,
@@ -82707,7 +83012,7 @@
82707
83012
  "qtsass": 1,
82708
83013
  "ide/qtsass": 1,
82709
83014
  "SASS": 1,
82710
- "compiler": 1,
83015
+ "compiler": 2,
82711
83016
  "maintainer": 1,
82712
83017
  "dev": 1,
82713
83018
  "infrastructure": 1,
@@ -82737,7 +83042,7 @@
82737
83042
  "trend": 1,
82738
83043
  "continues.": 1,
82739
83044
  "Beyond": 1,
82740
- "Code": 2,
83045
+ "Code": 3,
82741
83046
  "fronts": 1,
82742
83047
  "outside": 1,
82743
83048
  "Our": 1,
@@ -82815,7 +83120,7 @@
82815
83120
  "structure": 1,
82816
83121
  "various": 1,
82817
83122
  "notations": 1,
82818
- "present": 1,
83123
+ "present": 2,
82819
83124
  "Not": 1,
82820
83125
  "typesetting": 1,
82821
83126
  "expressed": 2,
@@ -82915,7 +83220,154 @@
82915
83220
  "removed": 1,
82916
83221
  "spaces": 1,
82917
83222
  "replaced": 1,
82918
- "dashes.": 1
83223
+ "dashes.": 1,
83224
+ "Doc": 1,
83225
+ "InlineCode": 1,
83226
+ "TerminalInput": 1,
83227
+ "GenericLink": 1,
83228
+ "Example": 2,
83229
+ "Tag": 1,
83230
+ "export": 3,
83231
+ "const": 1,
83232
+ "meta": 2,
83233
+ "<Tag>": 1,
83234
+ "Stable": 1,
83235
+ "</Tag>": 1,
83236
+ "Now": 1,
83237
+ "Next.js": 12,
83238
+ "Builder": 1,
83239
+ "application": 3,
83240
+ "//nextjs.org": 3,
83241
+ "next.config.js": 3,
83242
+ "entrypoint": 3,
83243
+ "pages": 7,
83244
+ "lambdas": 2,
83245
+ "caching": 1,
83246
+ "node_modules": 1,
83247
+ "artifacts": 1,
83248
+ "very": 1,
83249
+ "deployments.": 1,
83250
+ "@now/next": 1,
83251
+ "ideal": 1,
83252
+ "ship": 1,
83253
+ "production": 1,
83254
+ "ready": 1,
83255
+ "scales": 1,
83256
+ "automatically.": 1,
83257
+ "why": 1,
83258
+ "website": 1,
83259
+ "How": 1,
83260
+ "step": 2,
83261
+ "project.": 1,
83262
+ "best": 1,
83263
+ "place": 1,
83264
+ "started": 2,
83265
+ "documentation": 2,
83266
+ "//nextjs.org/docs/#setup": 1,
83267
+ "sure": 1,
83268
+ "dependencies": 2,
83269
+ "<TerminalInput>": 1,
83270
+ "yarn": 2,
83271
+ "add": 1,
83272
+ "react": 2,
83273
+ "dom": 1,
83274
+ "</TerminalInput>": 1,
83275
+ "Then": 2,
83276
+ "home": 1,
83277
+ "pages/index.js": 1,
83278
+ "jsx": 1,
83279
+ "<div>": 1,
83280
+ "Hello": 1,
83281
+ "world": 1,
83282
+ "</div>": 1,
83283
+ "Create": 1,
83284
+ "build": 5,
83285
+ "configure": 1,
83286
+ "collection": 1,
83287
+ "serverless": 5,
83288
+ "js": 1,
83289
+ "module.exports": 2,
83290
+ "target": 3,
83291
+ "<Note>": 1,
83292
+ "method": 1,
83293
+ "<GenericLink>": 1,
83294
+ "href=": 1,
83295
+ "</GenericLink>": 1,
83296
+ "above.": 1,
83297
+ "</Note>": 1,
83298
+ "define": 2,
83299
+ "now.json": 2,
83300
+ "configuration": 4,
83301
+ "Upon": 1,
83302
+ "deployment": 2,
83303
+ "//nextjs": 1,
83304
+ "8fnzfb1ci.now.sh": 1,
83305
+ "Technical": 1,
83306
+ "Details": 1,
83307
+ "Entrypoint": 1,
83308
+ "builder": 2,
83309
+ "shown": 1,
83310
+ "tells": 1,
83311
+ "lambda": 3,
83312
+ "function.": 1,
83313
+ "Dependencies": 1,
83314
+ "algorithm": 1,
83315
+ "follows": 1,
83316
+ "lock.json": 1,
83317
+ "Otherwise": 1,
83318
+ "Private": 1,
83319
+ "private": 1,
83320
+ "NPM_TOKEN": 1,
83321
+ "**8": 1,
83322
+ "branch**.": 1,
83323
+ "Server": 1,
83324
+ "seperates": 1,
83325
+ "endpoints": 1,
83326
+ "cannot": 1,
83327
+ "server.": 1,
83328
+ "Using": 1,
83329
+ "require": 1,
83330
+ "routed": 1,
83331
+ "lose": 1,
83332
+ "benefits": 1,
83333
+ "Next.js.": 1,
83334
+ "still": 1,
83335
+ "achieve": 1,
83336
+ "logic": 1,
83337
+ "getInitialProps": 1,
83338
+ "//nextjs.org/docs/#fetching": 1,
83339
+ "component": 1,
83340
+ "lifecycle": 1,
83341
+ "routes": 1,
83342
+ "Maximum": 1,
83343
+ "Lambda": 1,
83344
+ "Size": 1,
83345
+ "keep": 1,
83346
+ "cold": 1,
83347
+ "boot": 1,
83348
+ "low": 1,
83349
+ "maximum": 1,
83350
+ "size": 3,
83351
+ "**": 2,
83352
+ "5mb": 1,
83353
+ "**.": 2,
83354
+ "limit": 1,
83355
+ "extendable": 1,
83356
+ "50mb": 1,
83357
+ "<Example>": 1,
83358
+ "<span>": 1,
83359
+ "<InlineCode>": 1,
83360
+ "maxLambdaSize": 1,
83361
+ "</InlineCode>": 1,
83362
+ "</span>": 1,
83363
+ "<Code>": 1,
83364
+ "lang=": 1,
83365
+ "</Code>": 1,
83366
+ "</Example>": 1,
83367
+ "children": 2,
83368
+ "<Doc>": 1,
83369
+ "meta=": 1,
83370
+ "</Doc>": 1
82919
83371
  },
82920
83372
  "Marko": {
82921
83373
  "static": 2,
@@ -139237,6 +139689,1817 @@
139237
139689
  "p20.g": 1,
139238
139690
  "p20.b": 1
139239
139691
  },
139692
+ "Rich Text Format": {
139693
+ "{": 818,
139694
+ "rtf1": 2,
139695
+ "ansi": 2,
139696
+ "ansicpg1252": 2,
139697
+ "cocoartf1561": 1,
139698
+ "cocoasubrtf600": 1,
139699
+ "fonttbl": 2,
139700
+ "f0": 4,
139701
+ "fswiss": 44,
139702
+ "fcharset0": 18,
139703
+ "Helvetica": 1,
139704
+ ";": 235,
139705
+ "}": 667,
139706
+ "colortbl": 2,
139707
+ "red255": 5,
139708
+ "green255": 5,
139709
+ "blue255": 5,
139710
+ "*": 209,
139711
+ "expandedcolortbl": 1,
139712
+ "margl1440": 2,
139713
+ "margr1440": 2,
139714
+ "vieww10800": 1,
139715
+ "viewh8400": 1,
139716
+ "viewkind0": 1,
139717
+ "pard": 51,
139718
+ "tx720": 14,
139719
+ "tx1440": 7,
139720
+ "tx2160": 3,
139721
+ "tx2880": 3,
139722
+ "tx3600": 3,
139723
+ "tx4320": 4,
139724
+ "tx5040": 4,
139725
+ "tx5760": 4,
139726
+ "tx6480": 5,
139727
+ "tx7200": 1,
139728
+ "tx7920": 1,
139729
+ "tx8640": 1,
139730
+ "pardirnatural": 1,
139731
+ "partightenfactor0": 1,
139732
+ "fs24": 1,
139733
+ "cf0": 2,
139734
+ "Apache": 3,
139735
+ "License": 13,
139736
+ "Version": 1,
139737
+ "January": 1,
139738
+ "http": 4,
139739
+ "//www.apache.org/licenses/": 1,
139740
+ "TERMS": 4,
139741
+ "AND": 4,
139742
+ "CONDITIONS": 3,
139743
+ "FOR": 3,
139744
+ "USE": 2,
139745
+ "REPRODUCTION": 1,
139746
+ "DISTRIBUTION": 1,
139747
+ "Definitions.": 1,
139748
+ "shall": 15,
139749
+ "mean": 10,
139750
+ "the": 140,
139751
+ "terms": 12,
139752
+ "and": 63,
139753
+ "conditions": 8,
139754
+ "for": 24,
139755
+ "use": 21,
139756
+ "reproduction": 3,
139757
+ "distribution": 4,
139758
+ "as": 19,
139759
+ "defined": 1,
139760
+ "by": 25,
139761
+ "Sections": 1,
139762
+ "through": 1,
139763
+ "of": 84,
139764
+ "this": 23,
139765
+ "document.": 1,
139766
+ "copyright": 9,
139767
+ "owner": 4,
139768
+ "or": 78,
139769
+ "entity": 4,
139770
+ "authorized": 2,
139771
+ "that": 30,
139772
+ "is": 15,
139773
+ "granting": 1,
139774
+ "License.": 9,
139775
+ "union": 1,
139776
+ "acting": 1,
139777
+ "all": 8,
139778
+ "other": 13,
139779
+ "entities": 1,
139780
+ "control": 3,
139781
+ "are": 9,
139782
+ "controlled": 1,
139783
+ "under": 8,
139784
+ "common": 1,
139785
+ "with": 20,
139786
+ "entity.": 2,
139787
+ "For": 6,
139788
+ "purposes": 4,
139789
+ "definition": 2,
139790
+ "means": 2,
139791
+ "(": 68,
139792
+ "i": 3,
139793
+ ")": 68,
139794
+ "power": 1,
139795
+ "direct": 3,
139796
+ "indirect": 2,
139797
+ "to": 66,
139798
+ "cause": 2,
139799
+ "direction": 1,
139800
+ "management": 1,
139801
+ "such": 18,
139802
+ "whether": 4,
139803
+ "contract": 2,
139804
+ "otherwise": 6,
139805
+ "ii": 1,
139806
+ "ownership": 2,
139807
+ "fifty": 1,
139808
+ "percent": 1,
139809
+ "%": 1,
139810
+ "more": 4,
139811
+ "outstanding": 1,
139812
+ "shares": 1,
139813
+ "iii": 1,
139814
+ "beneficial": 1,
139815
+ "an": 7,
139816
+ "individual": 3,
139817
+ "Legal": 3,
139818
+ "Entity": 3,
139819
+ "exercising": 1,
139820
+ "permissions": 2,
139821
+ "granted": 2,
139822
+ "form": 12,
139823
+ "preferred": 1,
139824
+ "making": 1,
139825
+ "modifications": 6,
139826
+ "including": 11,
139827
+ "but": 6,
139828
+ "not": 18,
139829
+ "limited": 4,
139830
+ "software": 32,
139831
+ "source": 5,
139832
+ "code": 4,
139833
+ "documentation": 4,
139834
+ "configuration": 1,
139835
+ "files.": 1,
139836
+ "any": 37,
139837
+ "resulting": 1,
139838
+ "from": 7,
139839
+ "mechanical": 1,
139840
+ "transformation": 1,
139841
+ "translation": 1,
139842
+ "a": 25,
139843
+ "Source": 8,
139844
+ "compiled": 1,
139845
+ "object": 1,
139846
+ "generated": 2,
139847
+ "conversions": 1,
139848
+ "media": 1,
139849
+ "types.": 1,
139850
+ "work": 9,
139851
+ "authorship": 2,
139852
+ "in": 39,
139853
+ "Object": 4,
139854
+ "made": 2,
139855
+ "available": 1,
139856
+ "indicated": 1,
139857
+ "notice": 2,
139858
+ "included": 2,
139859
+ "attached": 1,
139860
+ "example": 2,
139861
+ "provided": 5,
139862
+ "Appendix": 1,
139863
+ "below": 2,
139864
+ ".": 13,
139865
+ "based": 3,
139866
+ "on": 13,
139867
+ "derived": 1,
139868
+ "Work": 24,
139869
+ "which": 3,
139870
+ "editorial": 1,
139871
+ "revisions": 1,
139872
+ "annotations": 1,
139873
+ "elaborations": 1,
139874
+ "represent": 1,
139875
+ "whole": 2,
139876
+ "original": 2,
139877
+ "authorship.": 1,
139878
+ "Derivative": 17,
139879
+ "Works": 17,
139880
+ "include": 5,
139881
+ "works": 1,
139882
+ "remain": 1,
139883
+ "separable": 1,
139884
+ "merely": 1,
139885
+ "link": 1,
139886
+ "bind": 1,
139887
+ "name": 1,
139888
+ "interfaces": 1,
139889
+ "thereof.": 1,
139890
+ "version": 2,
139891
+ "additions": 1,
139892
+ "thereof": 3,
139893
+ "intentionally": 2,
139894
+ "submitted": 2,
139895
+ "Licensor": 9,
139896
+ "inclusion": 2,
139897
+ "submit": 1,
139898
+ "behalf": 5,
139899
+ "owner.": 1,
139900
+ "electronic": 2,
139901
+ "verbal": 1,
139902
+ "written": 1,
139903
+ "communication": 3,
139904
+ "sent": 1,
139905
+ "its": 7,
139906
+ "representatives": 1,
139907
+ "mailing": 1,
139908
+ "lists": 1,
139909
+ "systems": 2,
139910
+ "issue": 1,
139911
+ "tracking": 1,
139912
+ "managed": 1,
139913
+ "purpose": 1,
139914
+ "discussing": 1,
139915
+ "improving": 1,
139916
+ "excluding": 3,
139917
+ "conspicuously": 1,
139918
+ "marked": 1,
139919
+ "designated": 1,
139920
+ "writing": 3,
139921
+ "whom": 1,
139922
+ "Contribution": 6,
139923
+ "has": 2,
139924
+ "been": 2,
139925
+ "received": 1,
139926
+ "subsequently": 1,
139927
+ "incorporated": 2,
139928
+ "within": 7,
139929
+ "Work.": 1,
139930
+ "Grant": 2,
139931
+ "Copyright": 1,
139932
+ "Subject": 3,
139933
+ "each": 4,
139934
+ "Contributor": 9,
139935
+ "hereby": 2,
139936
+ "grants": 2,
139937
+ "You": 30,
139938
+ "perpetual": 2,
139939
+ "worldwide": 2,
139940
+ "non": 2,
139941
+ "-": 84,
139942
+ "exclusive": 2,
139943
+ "no": 4,
139944
+ "charge": 4,
139945
+ "royalty": 2,
139946
+ "free": 2,
139947
+ "irrevocable": 2,
139948
+ "license": 9,
139949
+ "reproduce": 2,
139950
+ "prepare": 1,
139951
+ "publicly": 2,
139952
+ "display": 2,
139953
+ "perform": 1,
139954
+ "sublicense": 1,
139955
+ "distribute": 5,
139956
+ "form.": 1,
139957
+ "Patent": 1,
139958
+ "except": 4,
139959
+ "stated": 2,
139960
+ "section": 1,
139961
+ "patent": 6,
139962
+ "make": 1,
139963
+ "have": 7,
139964
+ "offer": 2,
139965
+ "sell": 2,
139966
+ "import": 1,
139967
+ "transfer": 1,
139968
+ "where": 3,
139969
+ "applies": 3,
139970
+ "only": 8,
139971
+ "those": 6,
139972
+ "claims": 3,
139973
+ "licensable": 1,
139974
+ "necessarily": 1,
139975
+ "infringed": 1,
139976
+ "their": 2,
139977
+ "s": 5,
139978
+ "alone": 2,
139979
+ "combination": 1,
139980
+ "was": 1,
139981
+ "submitted.": 1,
139982
+ "If": 8,
139983
+ "institute": 1,
139984
+ "litigation": 2,
139985
+ "against": 3,
139986
+ "cross": 1,
139987
+ "claim": 1,
139988
+ "counterclaim": 1,
139989
+ "lawsuit": 1,
139990
+ "alleging": 1,
139991
+ "constitutes": 1,
139992
+ "contributory": 1,
139993
+ "infringement": 1,
139994
+ "then": 3,
139995
+ "licenses": 1,
139996
+ "terminate": 1,
139997
+ "date": 1,
139998
+ "filed.": 1,
139999
+ "Redistribution.": 1,
140000
+ "may": 22,
140001
+ "copies": 2,
140002
+ "medium": 1,
140003
+ "without": 4,
140004
+ "meet": 1,
140005
+ "following": 4,
140006
+ "must": 7,
140007
+ "give": 4,
140008
+ "recipients": 1,
140009
+ "copy": 3,
140010
+ "b": 50,
140011
+ "modified": 1,
140012
+ "files": 2,
140013
+ "carry": 1,
140014
+ "prominent": 1,
140015
+ "notices": 11,
140016
+ "stating": 1,
140017
+ "changed": 1,
140018
+ "c": 1,
140019
+ "retain": 1,
140020
+ "trademark": 1,
140021
+ "attribution": 4,
140022
+ "do": 5,
140023
+ "pertain": 2,
140024
+ "part": 4,
140025
+ "d": 2,
140026
+ "includes": 1,
140027
+ "text": 4,
140028
+ "file": 5,
140029
+ "readable": 1,
140030
+ "contained": 1,
140031
+ "NOTICE": 5,
140032
+ "at": 3,
140033
+ "least": 1,
140034
+ "one": 3,
140035
+ "places": 1,
140036
+ "distributed": 1,
140037
+ "if": 6,
140038
+ "along": 1,
140039
+ "wherever": 1,
140040
+ "third": 4,
140041
+ "party": 4,
140042
+ "normally": 1,
140043
+ "appear.": 1,
140044
+ "The": 5,
140045
+ "contents": 1,
140046
+ "informational": 1,
140047
+ "modify": 3,
140048
+ "add": 2,
140049
+ "Your": 9,
140050
+ "own": 4,
140051
+ "alongside": 1,
140052
+ "addendum": 1,
140053
+ "additional": 5,
140054
+ "cannot": 1,
140055
+ "be": 5,
140056
+ "construed": 1,
140057
+ "modifying": 1,
140058
+ "statement": 3,
140059
+ "provide": 3,
140060
+ "different": 1,
140061
+ "complies": 1,
140062
+ "Submission": 1,
140063
+ "Contributions.": 2,
140064
+ "Unless": 3,
140065
+ "explicitly": 1,
140066
+ "state": 4,
140067
+ "conditions.": 1,
140068
+ "Notwithstanding": 1,
140069
+ "above": 1,
140070
+ "nothing": 2,
140071
+ "herein": 1,
140072
+ "supersede": 1,
140073
+ "separate": 2,
140074
+ "agreement": 9,
140075
+ "you": 25,
140076
+ "executed": 1,
140077
+ "regarding": 1,
140078
+ "Trademarks.": 1,
140079
+ "This": 6,
140080
+ "does": 2,
140081
+ "grant": 1,
140082
+ "permission": 1,
140083
+ "trade": 1,
140084
+ "names": 2,
140085
+ "trademarks": 1,
140086
+ "service": 1,
140087
+ "marks": 1,
140088
+ "product": 2,
140089
+ "required": 4,
140090
+ "reasonable": 1,
140091
+ "customary": 1,
140092
+ "describing": 1,
140093
+ "origin": 1,
140094
+ "reproducing": 1,
140095
+ "content": 1,
140096
+ "file.": 1,
140097
+ "Disclaimer": 1,
140098
+ "Warranty.": 1,
140099
+ "applicable": 4,
140100
+ "law": 7,
140101
+ "agreed": 2,
140102
+ "provides": 2,
140103
+ "Contributions": 1,
140104
+ "BASIS": 1,
140105
+ "WITHOUT": 1,
140106
+ "WARRANTIES": 1,
140107
+ "OR": 1,
140108
+ "OF": 2,
140109
+ "ANY": 1,
140110
+ "KIND": 1,
140111
+ "either": 1,
140112
+ "express": 1,
140113
+ "implied": 1,
140114
+ "limitation": 2,
140115
+ "warranties": 1,
140116
+ "TITLE": 1,
140117
+ "NON": 1,
140118
+ "INFRINGEMENT": 1,
140119
+ "MERCHANTABILITY": 1,
140120
+ "FITNESS": 1,
140121
+ "A": 1,
140122
+ "PARTICULAR": 1,
140123
+ "PURPOSE.": 1,
140124
+ "solely": 1,
140125
+ "responsible": 1,
140126
+ "determining": 1,
140127
+ "appropriateness": 1,
140128
+ "using": 1,
140129
+ "redistributing": 2,
140130
+ "assume": 1,
140131
+ "risks": 1,
140132
+ "associated": 1,
140133
+ "exercise": 1,
140134
+ "Limitation": 1,
140135
+ "Liability.": 2,
140136
+ "In": 2,
140137
+ "event": 1,
140138
+ "legal": 3,
140139
+ "theory": 1,
140140
+ "tort": 1,
140141
+ "negligence": 1,
140142
+ "unless": 1,
140143
+ "deliberate": 1,
140144
+ "grossly": 1,
140145
+ "negligent": 1,
140146
+ "acts": 1,
140147
+ "liable": 1,
140148
+ "damages": 4,
140149
+ "special": 1,
140150
+ "incidental": 1,
140151
+ "consequential": 1,
140152
+ "character": 1,
140153
+ "arising": 1,
140154
+ "result": 1,
140155
+ "out": 2,
140156
+ "inability": 1,
140157
+ "loss": 1,
140158
+ "goodwill": 1,
140159
+ "stoppage": 1,
140160
+ "computer": 1,
140161
+ "failure": 1,
140162
+ "malfunction": 1,
140163
+ "commercial": 3,
140164
+ "losses": 1,
140165
+ "even": 1,
140166
+ "advised": 1,
140167
+ "possibility": 1,
140168
+ "damages.": 1,
140169
+ "Accepting": 1,
140170
+ "Warranty": 1,
140171
+ "Additional": 1,
140172
+ "While": 1,
140173
+ "choose": 1,
140174
+ "fee": 1,
140175
+ "acceptance": 1,
140176
+ "support": 3,
140177
+ "warranty": 2,
140178
+ "indemnity": 1,
140179
+ "liability": 2,
140180
+ "obligations": 2,
140181
+ "and/or": 1,
140182
+ "rights": 9,
140183
+ "consistent": 1,
140184
+ "However": 1,
140185
+ "accepting": 2,
140186
+ "act": 1,
140187
+ "sole": 1,
140188
+ "responsibility": 1,
140189
+ "agree": 1,
140190
+ "indemnify": 1,
140191
+ "defend": 1,
140192
+ "hold": 1,
140193
+ "harmless": 1,
140194
+ "incurred": 1,
140195
+ "asserted": 1,
140196
+ "reason": 1,
140197
+ "your": 14,
140198
+ "liability.": 1,
140199
+ "END": 1,
140200
+ "APPENDIX": 1,
140201
+ "How": 1,
140202
+ "apply": 7,
140203
+ "work.": 1,
140204
+ "To": 2,
140205
+ "attach": 1,
140206
+ "boilerplate": 1,
140207
+ "fields": 1,
140208
+ "enclosed": 1,
140209
+ "brackets": 1,
140210
+ "replaced": 1,
140211
+ "identifying": 1,
140212
+ "information.": 1,
140213
+ "Don": 1,
140214
+ "adeflang1025": 1,
140215
+ "uc1": 1,
140216
+ "adeff43": 1,
140217
+ "deff0": 1,
140218
+ "stshfdbch0": 1,
140219
+ "stshfloch31506": 1,
140220
+ "stshfhich31506": 1,
140221
+ "stshfbi31506": 1,
140222
+ "deflang1033": 1,
140223
+ "deflangfe1033": 1,
140224
+ "themelang1033": 1,
140225
+ "themelangfe0": 1,
140226
+ "themelangcs0": 1,
140227
+ "fbidi": 143,
140228
+ "froman": 76,
140229
+ "fprq2": 123,
140230
+ "panose": 20,
140231
+ "Times": 144,
140232
+ "New": 90,
140233
+ "Roman": 81,
140234
+ "falt": 136,
140235
+ "f2": 4,
140236
+ "fmodern": 20,
140237
+ "fprq1": 20,
140238
+ "Courier": 9,
140239
+ "Arial": 15,
140240
+ "f3": 10,
140241
+ "fcharset2": 2,
140242
+ "Symbol": 3,
140243
+ "Bookshelf": 1,
140244
+ "f10": 6,
140245
+ "fnil": 4,
140246
+ "Wingdings": 1,
140247
+ "f11": 1,
140248
+ "fcharset128": 2,
140249
+ "MS": 12,
140250
+ "Mincho": 11,
140251
+ "l": 14,
140252
+ "r": 15,
140253
+ "f13": 1,
140254
+ "fcharset134": 2,
140255
+ "SimSun": 1,
140256
+ "f37": 3,
140257
+ "020f0502020204030204": 2,
140258
+ "Calibri": 18,
140259
+ "f43": 145,
140260
+ "Tahoma": 10,
140261
+ "f44": 15,
140262
+ "Trebuchet": 6,
140263
+ "f47": 1,
140264
+ "Segoe": 18,
140265
+ "UI": 18,
140266
+ "f48": 1,
140267
+ "@MS": 14,
140268
+ "Gothic": 7,
140269
+ "f49": 1,
140270
+ "@SimSun": 2,
140271
+ "@Arial": 2,
140272
+ "Unicode": 2,
140273
+ "flomajor": 9,
140274
+ "f31500": 1,
140275
+ "fdbmajor": 9,
140276
+ "f31501": 1,
140277
+ "fhimajor": 7,
140278
+ "f31502": 1,
140279
+ "Cambria": 12,
140280
+ "fbimajor": 9,
140281
+ "f31503": 1,
140282
+ "flominor": 9,
140283
+ "f31504": 1,
140284
+ "fdbminor": 9,
140285
+ "f31505": 1,
140286
+ "fhiminor": 9,
140287
+ "f31506": 3,
140288
+ "fbiminor": 9,
140289
+ "f31507": 1,
140290
+ "f431": 1,
140291
+ "fcharset238": 15,
140292
+ "CE": 15,
140293
+ "f432": 1,
140294
+ "fcharset204": 17,
140295
+ "Cyr": 17,
140296
+ "f434": 1,
140297
+ "fcharset161": 16,
140298
+ "Greek": 16,
140299
+ "f435": 1,
140300
+ "fcharset162": 16,
140301
+ "Tur": 16,
140302
+ "f436": 1,
140303
+ "fcharset177": 12,
140304
+ "Hebrew": 12,
140305
+ "f437": 1,
140306
+ "fcharset178": 12,
140307
+ "Arabic": 12,
140308
+ "f438": 1,
140309
+ "fcharset186": 17,
140310
+ "Baltic": 17,
140311
+ "f439": 1,
140312
+ "fcharset163": 14,
140313
+ "Vietnamese": 14,
140314
+ "f451": 1,
140315
+ "f452": 1,
140316
+ "f454": 1,
140317
+ "f455": 1,
140318
+ "f456": 1,
140319
+ "f457": 1,
140320
+ "f458": 1,
140321
+ "f459": 1,
140322
+ "f543": 1,
140323
+ "Western": 3,
140324
+ "f542": 1,
140325
+ "f548": 1,
140326
+ "f772": 1,
140327
+ "Math": 5,
140328
+ "Calisto": 5,
140329
+ "MT": 5,
140330
+ "f774": 1,
140331
+ "f775": 1,
140332
+ "f778": 1,
140333
+ "f779": 1,
140334
+ "f801": 1,
140335
+ "f802": 1,
140336
+ "f804": 1,
140337
+ "f805": 1,
140338
+ "f806": 1,
140339
+ "f807": 1,
140340
+ "f808": 1,
140341
+ "f809": 1,
140342
+ "f861": 1,
140343
+ "f862": 1,
140344
+ "f864": 1,
140345
+ "f865": 1,
140346
+ "f866": 1,
140347
+ "f867": 1,
140348
+ "f868": 1,
140349
+ "f869": 1,
140350
+ "f870": 1,
140351
+ "fcharset222": 1,
140352
+ "Thai": 1,
140353
+ "f871": 1,
140354
+ "f872": 1,
140355
+ "f874": 1,
140356
+ "f875": 1,
140357
+ "f878": 1,
140358
+ "f901": 1,
140359
+ "f902": 1,
140360
+ "f904": 1,
140361
+ "f905": 1,
140362
+ "f906": 1,
140363
+ "f907": 1,
140364
+ "f908": 1,
140365
+ "f909": 1,
140366
+ "f913": 1,
140367
+ "f911": 1,
140368
+ "f912": 1,
140369
+ "f914": 1,
140370
+ "f915": 1,
140371
+ "f918": 1,
140372
+ "f923": 1,
140373
+ "f31508": 1,
140374
+ "f31509": 1,
140375
+ "f31511": 1,
140376
+ "f31512": 1,
140377
+ "f31513": 1,
140378
+ "f31514": 1,
140379
+ "f31515": 1,
140380
+ "f31516": 1,
140381
+ "f31518": 1,
140382
+ "f31519": 1,
140383
+ "f31521": 1,
140384
+ "f31522": 1,
140385
+ "f31523": 1,
140386
+ "f31524": 1,
140387
+ "f31525": 1,
140388
+ "f31526": 1,
140389
+ "f31528": 1,
140390
+ "f31529": 1,
140391
+ "f31531": 1,
140392
+ "f31532": 1,
140393
+ "f31535": 1,
140394
+ "f31536": 1,
140395
+ "f31538": 1,
140396
+ "f31539": 1,
140397
+ "f31541": 1,
140398
+ "f31542": 1,
140399
+ "f31543": 1,
140400
+ "f31544": 1,
140401
+ "f31545": 1,
140402
+ "f31546": 1,
140403
+ "f31548": 1,
140404
+ "f31549": 1,
140405
+ "f31551": 1,
140406
+ "f31552": 1,
140407
+ "f31553": 1,
140408
+ "f31554": 1,
140409
+ "f31555": 1,
140410
+ "f31556": 1,
140411
+ "f31558": 1,
140412
+ "f31559": 1,
140413
+ "f31561": 1,
140414
+ "f31562": 1,
140415
+ "f31563": 1,
140416
+ "f31564": 1,
140417
+ "f31565": 1,
140418
+ "f31566": 1,
140419
+ "f31568": 1,
140420
+ "f31569": 1,
140421
+ "f31571": 1,
140422
+ "f31572": 1,
140423
+ "f31573": 1,
140424
+ "f31574": 1,
140425
+ "f31575": 1,
140426
+ "f31576": 1,
140427
+ "f31578": 1,
140428
+ "f31579": 1,
140429
+ "f31581": 1,
140430
+ "f31582": 1,
140431
+ "f31583": 1,
140432
+ "f31584": 1,
140433
+ "f31585": 1,
140434
+ "f31586": 1,
140435
+ "red0": 7,
140436
+ "green0": 8,
140437
+ "blue0": 7,
140438
+ "blue128": 5,
140439
+ "green128": 4,
140440
+ "red128": 5,
140441
+ "red192": 1,
140442
+ "green192": 1,
140443
+ "blue192": 1,
140444
+ "cfollowedhyperlink": 1,
140445
+ "ctint255": 1,
140446
+ "cshade255": 1,
140447
+ "defchp": 1,
140448
+ "fs22": 3,
140449
+ "defpap": 1,
140450
+ "ql": 62,
140451
+ "fi": 58,
140452
+ "li360": 4,
140453
+ "ri0": 64,
140454
+ "widctlpar": 45,
140455
+ "wrapdefault": 64,
140456
+ "aspalpha": 64,
140457
+ "aspnum": 64,
140458
+ "faauto": 64,
140459
+ "adjustright": 64,
140460
+ "rin0": 64,
140461
+ "lin360": 4,
140462
+ "itap0": 66,
140463
+ "noqfpromote": 1,
140464
+ "stylesheet": 1,
140465
+ "li0": 29,
140466
+ "sb120": 43,
140467
+ "sa120": 43,
140468
+ "lin0": 27,
140469
+ "rtlch": 216,
140470
+ "fcs1": 216,
140471
+ "af43": 367,
140472
+ "afs19": 60,
140473
+ "alang1025": 56,
140474
+ "ltrch": 226,
140475
+ "fcs0": 226,
140476
+ "fs19": 60,
140477
+ "lang1033": 58,
140478
+ "langfe1033": 58,
140479
+ "loch": 148,
140480
+ "hich": 149,
140481
+ "dbch": 210,
140482
+ "af11": 53,
140483
+ "cgrid": 56,
140484
+ "langnp1033": 58,
140485
+ "langfenp1033": 58,
140486
+ "snext0": 5,
140487
+ "sautoupd": 1,
140488
+ "sqformat": 10,
140489
+ "spriority0": 2,
140490
+ "styrsid4934124": 29,
140491
+ "Normal": 2,
140492
+ "s1": 22,
140493
+ "li357": 14,
140494
+ "jclisttab": 85,
140495
+ "tx360": 15,
140496
+ "ls1": 21,
140497
+ "outlinelevel0": 10,
140498
+ "lin357": 14,
140499
+ "ab": 45,
140500
+ "sbasedon0": 23,
140501
+ "snext1": 1,
140502
+ "slink15": 1,
140503
+ "heading": 9,
140504
+ "s2": 10,
140505
+ "li720": 12,
140506
+ "ilvl1": 5,
140507
+ "outlinelevel1": 5,
140508
+ "lin720": 15,
140509
+ "snext2": 1,
140510
+ "slink16": 1,
140511
+ "sunhideused": 19,
140512
+ "s3": 2,
140513
+ "li1077": 7,
140514
+ "tx1077": 2,
140515
+ "ilvl2": 2,
140516
+ "outlinelevel2": 3,
140517
+ "lin1077": 7,
140518
+ "snext3": 1,
140519
+ "slink17": 1,
140520
+ "s4": 1,
140521
+ "li1435": 6,
140522
+ "tx1437": 6,
140523
+ "ilvl3": 1,
140524
+ "outlinelevel3": 1,
140525
+ "lin1435": 6,
140526
+ "snext4": 1,
140527
+ "slink18": 1,
140528
+ "s5": 1,
140529
+ "li1792": 4,
140530
+ "tx1792": 1,
140531
+ "tx2155": 4,
140532
+ "ilvl4": 1,
140533
+ "outlinelevel4": 1,
140534
+ "lin1792": 5,
140535
+ "snext5": 1,
140536
+ "slink19": 1,
140537
+ "s6": 1,
140538
+ "li2149": 2,
140539
+ "tx2152": 3,
140540
+ "ilvl5": 1,
140541
+ "outlinelevel5": 1,
140542
+ "lin2149": 3,
140543
+ "snext6": 1,
140544
+ "slink20": 1,
140545
+ "s7": 2,
140546
+ "li2506": 3,
140547
+ "tx2509": 3,
140548
+ "ilvl6": 1,
140549
+ "outlinelevel6": 1,
140550
+ "lin2506": 3,
140551
+ "snext7": 1,
140552
+ "slink21": 1,
140553
+ "s8": 2,
140554
+ "li2863": 3,
140555
+ "tx2866": 4,
140556
+ "ilvl7": 1,
140557
+ "outlinelevel7": 1,
140558
+ "lin2863": 4,
140559
+ "snext8": 1,
140560
+ "slink22": 1,
140561
+ "s9": 2,
140562
+ "li3221": 4,
140563
+ "tx3223": 4,
140564
+ "ilvl8": 1,
140565
+ "outlinelevel8": 1,
140566
+ "lin3221": 4,
140567
+ "snext9": 1,
140568
+ "slink23": 1,
140569
+ "cs10": 1,
140570
+ "additive": 23,
140571
+ "ssemihidden": 18,
140572
+ "spriority1": 1,
140573
+ "Default": 1,
140574
+ "Paragraph": 1,
140575
+ "Font": 1,
140576
+ "ts11": 1,
140577
+ "tsrowd": 1,
140578
+ "trftsWidthB3": 1,
140579
+ "trpaddl108": 1,
140580
+ "trpaddr108": 1,
140581
+ "trpaddfl3": 1,
140582
+ "trpaddft3": 1,
140583
+ "trpaddfb3": 1,
140584
+ "trpaddfr3": 1,
140585
+ "tblind0": 1,
140586
+ "tblindtype3": 1,
140587
+ "tsvertalt": 1,
140588
+ "tsbrdrt": 1,
140589
+ "tsbrdrl": 1,
140590
+ "tsbrdrb": 1,
140591
+ "tsbrdrr": 1,
140592
+ "tsbrdrdgl": 1,
140593
+ "tsbrdrdgr": 1,
140594
+ "tsbrdrh": 1,
140595
+ "tsbrdrv": 1,
140596
+ "af31506": 1,
140597
+ "afs22": 1,
140598
+ "snext11": 1,
140599
+ "Table": 1,
140600
+ "cs15": 1,
140601
+ "sbasedon10": 21,
140602
+ "slink1": 1,
140603
+ "slocked": 17,
140604
+ "Heading": 13,
140605
+ "Char": 18,
140606
+ "cs16": 1,
140607
+ "slink2": 1,
140608
+ "cs17": 1,
140609
+ "slink3": 1,
140610
+ "cs18": 1,
140611
+ "slink4": 1,
140612
+ "cs19": 1,
140613
+ "slink5": 1,
140614
+ "cs20": 1,
140615
+ "slink6": 1,
140616
+ "cs21": 1,
140617
+ "slink7": 1,
140618
+ "cs22": 1,
140619
+ "slink8": 1,
140620
+ "cs23": 1,
140621
+ "slink9": 1,
140622
+ "cs24": 5,
140623
+ "af0": 15,
140624
+ "ul": 8,
140625
+ "cf2": 5,
140626
+ "Hyperlink": 1,
140627
+ "s25": 1,
140628
+ "snext25": 1,
140629
+ "Body": 5,
140630
+ "s26": 7,
140631
+ "ls2": 4,
140632
+ "snext26": 1,
140633
+ "Bullet": 8,
140634
+ "s27": 2,
140635
+ "tx1080": 1,
140636
+ "ls3": 2,
140637
+ "snext27": 1,
140638
+ "slink48": 1,
140639
+ "s28": 2,
140640
+ "afs28": 4,
140641
+ "fs28": 4,
140642
+ "EULA": 1,
140643
+ "s29": 2,
140644
+ "brdrb": 2,
140645
+ "brdrs": 4,
140646
+ "brdrw10": 4,
140647
+ "brsp20": 4,
140648
+ "Software": 1,
140649
+ "Title": 1,
140650
+ "s30": 2,
140651
+ "snext30": 1,
140652
+ "Preamble": 2,
140653
+ "s31": 2,
140654
+ "brdrt": 2,
140655
+ "sbasedon30": 1,
140656
+ "snext31": 1,
140657
+ "Border": 1,
140658
+ "Above": 1,
140659
+ "s32": 1,
140660
+ "Bold": 3,
140661
+ "s33": 1,
140662
+ "s34": 1,
140663
+ "afs16": 3,
140664
+ "fs16": 3,
140665
+ "snext34": 1,
140666
+ "slink35": 1,
140667
+ "styrsid11950712": 9,
140668
+ "Balloon": 2,
140669
+ "Text": 5,
140670
+ "cs35": 1,
140671
+ "slink34": 1,
140672
+ "s36": 1,
140673
+ "ls4": 2,
140674
+ "snext36": 1,
140675
+ "s37": 1,
140676
+ "ls5": 3,
140677
+ "snext37": 1,
140678
+ "s38": 1,
140679
+ "tx1795": 1,
140680
+ "ls6": 2,
140681
+ "snext38": 1,
140682
+ "s39": 4,
140683
+ "ls7": 2,
140684
+ "sbasedon3": 1,
140685
+ "snext39": 1,
140686
+ "slink50": 1,
140687
+ "s40": 1,
140688
+ "sbasedon37": 2,
140689
+ "snext40": 1,
140690
+ "Underline": 1,
140691
+ "cs41": 1,
140692
+ "cs42": 1,
140693
+ "cs43": 1,
140694
+ "styrsid8850722": 5,
140695
+ "annotation": 3,
140696
+ "reference": 1,
140697
+ "s44": 1,
140698
+ "afs20": 129,
140699
+ "fs20": 139,
140700
+ "snext44": 2,
140701
+ "slink45": 1,
140702
+ "cs45": 1,
140703
+ "slink44": 1,
140704
+ "Comment": 2,
140705
+ "s46": 1,
140706
+ "sbasedon44": 1,
140707
+ "slink47": 1,
140708
+ "subject": 2,
140709
+ "cs47": 1,
140710
+ "sbasedon45": 1,
140711
+ "slink46": 1,
140712
+ "cs48": 1,
140713
+ "slink27": 1,
140714
+ "styrsid2434661": 1,
140715
+ "Char1": 1,
140716
+ "s49": 1,
140717
+ "snext49": 1,
140718
+ "styrsid3941498": 4,
140719
+ "Underlined": 1,
140720
+ "cs50": 1,
140721
+ "slink39": 1,
140722
+ "s51": 1,
140723
+ "afs21": 2,
140724
+ "snext51": 1,
140725
+ "slink52": 1,
140726
+ "Plain": 2,
140727
+ "cs52": 1,
140728
+ "fs21": 1,
140729
+ "slink51": 1,
140730
+ "s53": 4,
140731
+ "tqc": 8,
140732
+ "tx4680": 8,
140733
+ "tqr": 8,
140734
+ "tx9360": 8,
140735
+ "snext53": 1,
140736
+ "slink54": 1,
140737
+ "styrsid11152386": 4,
140738
+ "header": 1,
140739
+ "cs54": 1,
140740
+ "slink53": 1,
140741
+ "Header": 1,
140742
+ "s55": 4,
140743
+ "snext55": 1,
140744
+ "slink56": 1,
140745
+ "footer": 1,
140746
+ "cs56": 1,
140747
+ "slink55": 1,
140748
+ "Footer": 1,
140749
+ "cs57": 1,
140750
+ "cf17": 1,
140751
+ "styrsid2061565": 1,
140752
+ "FollowedHyperlink": 1,
140753
+ "listtable": 1,
140754
+ "list": 12,
140755
+ "listtemplateid": 7,
140756
+ "listlevel": 67,
140757
+ "levelnfc4": 16,
140758
+ "levelnfcn4": 16,
140759
+ "leveljc0": 81,
140760
+ "leveljcn0": 86,
140761
+ "levelfollow0": 96,
140762
+ "levelstartat1": 132,
140763
+ "levelspace0": 112,
140764
+ "levelindent0": 117,
140765
+ "leveltext": 120,
140766
+ "levelnfc3": 4,
140767
+ "levelnfcn3": 4,
140768
+ "b0": 59,
140769
+ "i0": 17,
140770
+ "strike0": 5,
140771
+ "ulnone": 5,
140772
+ "fbias0": 31,
140773
+ "hres0": 33,
140774
+ "chhres0": 33,
140775
+ "levelnfc1": 3,
140776
+ "levelnfcn1": 4,
140777
+ "ab0": 21,
140778
+ "ai0": 8,
140779
+ "af44": 10,
140780
+ "levelnfc0": 10,
140781
+ "levelnfcn0": 11,
140782
+ "listtemplateid1122370636": 1,
140783
+ "listhybrid": 6,
140784
+ "leveltemplateid67698713": 5,
140785
+ "tx723": 1,
140786
+ "levelnfc23": 30,
140787
+ "levelnfcn23": 33,
140788
+ "leveltemplateid67698691": 14,
140789
+ "tx1083": 1,
140790
+ "lin1083": 1,
140791
+ "leveltemplateid67698693": 16,
140792
+ "tx1803": 1,
140793
+ "lin1803": 1,
140794
+ "leveltemplateid67698689": 11,
140795
+ "tx2523": 1,
140796
+ "lin2523": 1,
140797
+ "levelstartat2": 1,
140798
+ "tx2610": 2,
140799
+ "lin2247": 1,
140800
+ "listtemplateid1928476992": 1,
140801
+ "levelnfc2": 4,
140802
+ "levelnfcn2": 4,
140803
+ "listid398796681": 3,
140804
+ "listtemplateid789093748": 1,
140805
+ "leveltemplateid": 2,
140806
+ "li1440": 1,
140807
+ "lin1440": 1,
140808
+ "lin2160": 2,
140809
+ "lin2880": 2,
140810
+ "leveltemplateid67698703": 3,
140811
+ "lvltentative": 13,
140812
+ "leveljcn2": 1,
140813
+ "leveltemplateid67698715": 3,
140814
+ "levelnfc255": 6,
140815
+ "levelnfcn255": 6,
140816
+ "listname": 8,
140817
+ "listid752163927": 5,
140818
+ "listtemplateid1725578678": 1,
140819
+ "listid1107626792": 2,
140820
+ "li2160": 1,
140821
+ "li6480": 1,
140822
+ "lin6480": 4,
140823
+ "listid1559511898": 2,
140824
+ "leveltemplateid2033377338": 1,
140825
+ "li3600": 2,
140826
+ "lin3600": 2,
140827
+ "li4320": 3,
140828
+ "lin4320": 3,
140829
+ "li5040": 3,
140830
+ "lin5040": 3,
140831
+ "lin5760": 3,
140832
+ "listid1567649130": 2,
140833
+ "listtemplateid419070574": 1,
140834
+ "li1800": 1,
140835
+ "lin1800": 1,
140836
+ "li2520": 1,
140837
+ "lin2520": 1,
140838
+ "listid1848404271": 2,
140839
+ "leveltemplateid1637229796": 1,
140840
+ "listid2054619191": 2,
140841
+ "listid2057971432": 2,
140842
+ "li717": 2,
140843
+ "lin717": 2,
140844
+ "li3237": 1,
140845
+ "lin3237": 1,
140846
+ "listid2106000387": 2,
140847
+ "listoverridetable": 1,
140848
+ "listoverride": 20,
140849
+ "listoverridecount9": 3,
140850
+ "lfolevel": 27,
140851
+ "listoverridestartat": 27,
140852
+ "listid477573462": 1,
140853
+ "listoverridecount0": 17,
140854
+ "listid545946042": 1,
140855
+ "ls8": 1,
140856
+ "ls9": 1,
140857
+ "listid1870291363": 1,
140858
+ "ls10": 1,
140859
+ "listid152650329": 1,
140860
+ "ls11": 1,
140861
+ "listid1589268858": 1,
140862
+ "ls12": 1,
140863
+ "ls13": 2,
140864
+ "listid398096909": 1,
140865
+ "ls14": 1,
140866
+ "ls15": 2,
140867
+ "ls16": 1,
140868
+ "listid113718381": 1,
140869
+ "ls17": 1,
140870
+ "ls18": 2,
140871
+ "ls19": 1,
140872
+ "ls20": 1,
140873
+ "pgptbl": 1,
140874
+ "pgp": 2,
140875
+ "ipgp0": 2,
140876
+ "sb0": 2,
140877
+ "sa0": 2,
140878
+ "rsidtbl": 1,
140879
+ "rsid79668": 1,
140880
+ "rsid150779": 1,
140881
+ "rsid211660": 1,
140882
+ "rsid263352": 1,
140883
+ "rsid483838": 1,
140884
+ "rsid489647": 1,
140885
+ "rsid528777": 1,
140886
+ "rsid554910": 1,
140887
+ "rsid686391": 1,
140888
+ "rsid792304": 1,
140889
+ "rsid922358": 1,
140890
+ "rsid1145719": 1,
140891
+ "rsid1335391": 1,
140892
+ "rsid1527700": 1,
140893
+ "rsid1641514": 1,
140894
+ "rsid1714580": 1,
140895
+ "rsid2040850": 1,
140896
+ "rsid2061565": 1,
140897
+ "rsid2434661": 1,
140898
+ "rsid2633486": 1,
140899
+ "rsid2635842": 1,
140900
+ "rsid2695079": 1,
140901
+ "rsid2902063": 1,
140902
+ "rsid2965976": 1,
140903
+ "rsid2971138": 1,
140904
+ "rsid3041209": 1,
140905
+ "rsid3285590": 1,
140906
+ "rsid3297313": 1,
140907
+ "rsid3355994": 1,
140908
+ "rsid3418540": 1,
140909
+ "rsid3634687": 1,
140910
+ "rsid3831999": 1,
140911
+ "rsid3875660": 1,
140912
+ "rsid3882158": 1,
140913
+ "rsid3882522": 1,
140914
+ "rsid3941498": 1,
140915
+ "rsid4149814": 1,
140916
+ "rsid4398083": 1,
140917
+ "rsid4537652": 1,
140918
+ "rsid4611858": 1,
140919
+ "rsid4742223": 1,
140920
+ "rsid4748609": 1,
140921
+ "rsid4801980": 1,
140922
+ "rsid4805534": 1,
140923
+ "rsid4805706": 1,
140924
+ "rsid4868258": 1,
140925
+ "rsid4929965": 1,
140926
+ "rsid4934124": 1,
140927
+ "rsid5113462": 1,
140928
+ "rsid5262441": 1,
140929
+ "rsid5309509": 1,
140930
+ "rsid5467606": 1,
140931
+ "rsid5471954": 1,
140932
+ "rsid5720387": 1,
140933
+ "rsid6124814": 1,
140934
+ "rsid6171721": 1,
140935
+ "rsid6292707": 1,
140936
+ "rsid6364904": 1,
140937
+ "rsid6424248": 1,
140938
+ "rsid6496414": 1,
140939
+ "rsid6561381": 1,
140940
+ "rsid6584761": 1,
140941
+ "rsid6620178": 1,
140942
+ "rsid6643866": 1,
140943
+ "rsid6706534": 1,
140944
+ "rsid6755756": 1,
140945
+ "rsid6828031": 1,
140946
+ "rsid6833860": 1,
140947
+ "rsid7040710": 1,
140948
+ "rsid7080991": 1,
140949
+ "rsid7091446": 1,
140950
+ "rsid7099326": 1,
140951
+ "rsid7167079": 1,
140952
+ "rsid7344474": 1,
140953
+ "rsid7420369": 1,
140954
+ "rsid7503579": 1,
140955
+ "rsid7698999": 1,
140956
+ "rsid7756319": 1,
140957
+ "rsid7879410": 1,
140958
+ "rsid7891370": 1,
140959
+ "rsid8007569": 1,
140960
+ "rsid8069377": 1,
140961
+ "rsid8205106": 1,
140962
+ "rsid8334492": 1,
140963
+ "rsid8406278": 1,
140964
+ "rsid8455816": 1,
140965
+ "rsid8460809": 1,
140966
+ "rsid8528894": 1,
140967
+ "rsid8586851": 1,
140968
+ "rsid8662808": 1,
140969
+ "rsid8850722": 1,
140970
+ "rsid8921755": 1,
140971
+ "rsid9004944": 1,
140972
+ "rsid9066668": 1,
140973
+ "rsid9072635": 1,
140974
+ "rsid9135771": 1,
140975
+ "rsid9176743": 1,
140976
+ "rsid9270181": 1,
140977
+ "rsid9306427": 1,
140978
+ "rsid9380011": 1,
140979
+ "rsid9399500": 1,
140980
+ "rsid9448986": 1,
140981
+ "rsid9465849": 1,
140982
+ "rsid9518548": 1,
140983
+ "rsid9577151": 1,
140984
+ "rsid9584906": 1,
140985
+ "rsid9708371": 1,
140986
+ "rsid9722926": 1,
140987
+ "rsid9728818": 1,
140988
+ "rsid9835407": 1,
140989
+ "rsid9860928": 1,
140990
+ "rsid9902756": 1,
140991
+ "rsid9906198": 1,
140992
+ "rsid9990859": 1,
140993
+ "rsid10428435": 1,
140994
+ "rsid10956334": 1,
140995
+ "rsid11152386": 1,
140996
+ "rsid11303230": 1,
140997
+ "rsid11303858": 1,
140998
+ "rsid11408012": 1,
140999
+ "rsid11423848": 1,
141000
+ "rsid11496807": 1,
141001
+ "rsid11677882": 1,
141002
+ "rsid11690930": 1,
141003
+ "rsid11950712": 1,
141004
+ "rsid12545879": 1,
141005
+ "rsid12584315": 1,
141006
+ "rsid12868782": 1,
141007
+ "rsid12868905": 1,
141008
+ "rsid13004280": 1,
141009
+ "rsid13056010": 1,
141010
+ "rsid13066823": 1,
141011
+ "rsid13378691": 1,
141012
+ "rsid13456345": 1,
141013
+ "rsid13513072": 1,
141014
+ "rsid13594873": 1,
141015
+ "rsid13776901": 1,
141016
+ "rsid13967657": 1,
141017
+ "rsid14293912": 1,
141018
+ "rsid14435085": 1,
141019
+ "rsid14500380": 1,
141020
+ "rsid14507627": 1,
141021
+ "rsid14644610": 1,
141022
+ "rsid14684443": 1,
141023
+ "rsid14685080": 1,
141024
+ "rsid14707821": 1,
141025
+ "rsid14712272": 1,
141026
+ "rsid14958727": 1,
141027
+ "rsid15033700": 1,
141028
+ "rsid15278441": 1,
141029
+ "rsid15287965": 1,
141030
+ "rsid15364209": 1,
141031
+ "rsid15405862": 1,
141032
+ "rsid15494051": 1,
141033
+ "rsid15539022": 1,
141034
+ "rsid15602361": 1,
141035
+ "rsid15602734": 1,
141036
+ "rsid15749471": 1,
141037
+ "rsid15804309": 1,
141038
+ "rsid15809401": 1,
141039
+ "rsid15870741": 1,
141040
+ "rsid15949319": 1,
141041
+ "rsid16065250": 1,
141042
+ "rsid16073823": 1,
141043
+ "rsid16084478": 1,
141044
+ "rsid16148105": 1,
141045
+ "rsid16328790": 1,
141046
+ "rsid16334972": 1,
141047
+ "rsid16388644": 1,
141048
+ "rsid16405449": 1,
141049
+ "rsid16537650": 1,
141050
+ "rsid16653828": 1,
141051
+ "rsid16715114": 1,
141052
+ "mmathPr": 1,
141053
+ "mmathFont34": 1,
141054
+ "mbrkBin0": 1,
141055
+ "mbrkBinSub0": 1,
141056
+ "msmallFrac0": 1,
141057
+ "mdispDef1": 1,
141058
+ "mlMargin0": 1,
141059
+ "mrMargin0": 1,
141060
+ "mdefJc1": 1,
141061
+ "mwrapIndent1440": 1,
141062
+ "mintLim0": 1,
141063
+ "mnaryLim1": 1,
141064
+ "info": 1,
141065
+ "creatim": 1,
141066
+ "yr2018": 2,
141067
+ "mo5": 2,
141068
+ "dy10": 2,
141069
+ "hr15": 2,
141070
+ "min2": 1,
141071
+ "revtim": 1,
141072
+ "min3": 1,
141073
+ "version1": 1,
141074
+ "edmins0": 1,
141075
+ "nofpages3": 1,
141076
+ "nofwords1528": 1,
141077
+ "nofchars8715": 1,
141078
+ "nofcharsws10223": 1,
141079
+ "vern57": 1,
141080
+ "xmlnstbl": 1,
141081
+ "xmlns1": 1,
141082
+ "paperw12240": 1,
141083
+ "paperh15840": 1,
141084
+ "margt1440": 1,
141085
+ "margb1440": 1,
141086
+ "gutter0": 1,
141087
+ "ltrsect": 5,
141088
+ "widowctrl": 1,
141089
+ "ftnbj": 1,
141090
+ "aenddoc": 1,
141091
+ "trackmoves0": 1,
141092
+ "trackformatting1": 1,
141093
+ "donotembedsysfont1": 1,
141094
+ "relyonvml0": 1,
141095
+ "donotembedlingdata0": 1,
141096
+ "grfdocevents0": 1,
141097
+ "validatexml1": 1,
141098
+ "showplaceholdtext0": 1,
141099
+ "ignoremixedcontent0": 1,
141100
+ "saveinvalidxml0": 1,
141101
+ "showxmlerrors1": 1,
141102
+ "noxlattoyen": 1,
141103
+ "expshrtn": 1,
141104
+ "noultrlspc": 1,
141105
+ "dntblnsbdb": 1,
141106
+ "nospaceforul": 1,
141107
+ "formshade": 1,
141108
+ "horzdoc": 1,
141109
+ "dgmargin": 1,
141110
+ "dghspace180": 1,
141111
+ "dgvspace180": 1,
141112
+ "dghorigin1440": 1,
141113
+ "dgvorigin1440": 1,
141114
+ "dghshow1": 1,
141115
+ "dgvshow1": 1,
141116
+ "jexpand": 1,
141117
+ "viewkind1": 1,
141118
+ "viewscale164": 1,
141119
+ "pgbrdrhead": 1,
141120
+ "pgbrdrfoot": 1,
141121
+ "splytwnine": 1,
141122
+ "ftnlytwnine": 1,
141123
+ "htmautsp": 1,
141124
+ "nolnhtadjtbl": 1,
141125
+ "useltbaln": 1,
141126
+ "alntblind": 1,
141127
+ "lytcalctblwd": 1,
141128
+ "lyttblrtgr": 1,
141129
+ "lnbrkrule": 1,
141130
+ "nobrkwrptbl": 1,
141131
+ "snaptogridincell": 1,
141132
+ "rempersonalinfo": 1,
141133
+ "allowfieldendsel": 1,
141134
+ "wrppunct": 1,
141135
+ "asianbrkrule": 1,
141136
+ "rsidroot4934124": 1,
141137
+ "newtblstyruls": 1,
141138
+ "nogrowautofit": 1,
141139
+ "remdttm": 1,
141140
+ "usenormstyforlist": 1,
141141
+ "noindnmbrts": 1,
141142
+ "felnbrelev": 1,
141143
+ "nocxsptable": 1,
141144
+ "indrlsweleven": 1,
141145
+ "noafcnsttbl": 1,
141146
+ "afelev": 1,
141147
+ "utinl": 1,
141148
+ "hwelev": 1,
141149
+ "spltpgpar": 1,
141150
+ "notcvasp": 1,
141151
+ "notbrkcnstfrctbl": 1,
141152
+ "notvatxbx": 1,
141153
+ "krnprsnet": 1,
141154
+ "cachedcolbal": 1,
141155
+ "nouicompat": 1,
141156
+ "fet0": 1,
141157
+ "wgrffmtfilter": 1,
141158
+ "nofeaturethrottle1": 1,
141159
+ "ilfomacatclnup0": 1,
141160
+ "ftnsep": 1,
141161
+ "ltrpar": 61,
141162
+ "plain": 44,
141163
+ "pararsid11152386": 4,
141164
+ "insrsid8406278": 4,
141165
+ "chftnsep": 2,
141166
+ "par": 35,
141167
+ "ftnsepc": 1,
141168
+ "chftnsepc": 2,
141169
+ "aftnsep": 1,
141170
+ "aftnsepc": 1,
141171
+ "sectd": 4,
141172
+ "linex0": 4,
141173
+ "endnhere": 4,
141174
+ "sectlinegrid360": 4,
141175
+ "sectdefaultcl": 4,
141176
+ "sectrsid9860928": 4,
141177
+ "sftnbj": 4,
141178
+ "headerl": 1,
141179
+ "insrsid11152386": 6,
141180
+ "headerr": 1,
141181
+ "footerl": 1,
141182
+ "footerr": 1,
141183
+ "headerf": 1,
141184
+ "footerf": 1,
141185
+ "pnseclvl1": 1,
141186
+ "pnucrm": 1,
141187
+ "pnstart1": 9,
141188
+ "pnindent720": 9,
141189
+ "pnhang": 9,
141190
+ "pntxta": 9,
141191
+ "pnseclvl2": 1,
141192
+ "pnucltr": 1,
141193
+ "pnseclvl3": 1,
141194
+ "pndec": 2,
141195
+ "pnseclvl4": 1,
141196
+ "pnlcltr": 3,
141197
+ "pnseclvl5": 1,
141198
+ "pntxtb": 5,
141199
+ "pnseclvl6": 1,
141200
+ "pnseclvl7": 1,
141201
+ "pnlcrm": 2,
141202
+ "pnseclvl8": 1,
141203
+ "pnseclvl9": 1,
141204
+ "nowidctlpar": 17,
141205
+ "pararsid4934124": 6,
141206
+ "af13": 150,
141207
+ "insrsid4934124": 39,
141208
+ "charrsid15278441": 50,
141209
+ "MICROSOFT": 1,
141210
+ "PRE": 2,
141211
+ "RELEASE": 2,
141212
+ "SOFTWARE": 1,
141213
+ "LICENSE": 1,
141214
+ "insrsid8069377": 1,
141215
+ "MSTEST": 1,
141216
+ "V2": 1,
141217
+ "insrsid16148105": 1,
141218
+ "TEMPLATES": 1,
141219
+ "These": 2,
141220
+ "between": 1,
141221
+ "Microsoft": 13,
141222
+ "Corporation": 1,
141223
+ "live": 2,
141224
+ "affiliates": 1,
141225
+ "you.": 1,
141226
+ "They": 1,
141227
+ "insrsid554910": 9,
141228
+ "pre": 2,
141229
+ "release": 3,
141230
+ "named": 1,
141231
+ "above.": 1,
141232
+ "also": 4,
141233
+ "insrsid2434661": 9,
141234
+ "services": 4,
141235
+ "updates": 3,
141236
+ "extent": 3,
141237
+ "terms.": 1,
141238
+ "caps": 11,
141239
+ "comply": 4,
141240
+ "these": 4,
141241
+ "below.": 1,
141242
+ "listtext": 21,
141243
+ "tab": 16,
141244
+ "pararsid15287965": 2,
141245
+ "INSTALLATION": 1,
141246
+ "RIGHTS.": 1,
141247
+ "install": 1,
141248
+ "number": 1,
141249
+ "develop": 1,
141250
+ "test": 1,
141251
+ "insrsid6292707": 1,
141252
+ "applications": 2,
141253
+ "insrsid15405862": 6,
141254
+ "charrsid9066668": 6,
141255
+ "pararsid8528894": 1,
141256
+ "SPECIFIC": 1,
141257
+ "COMPONENTS.": 1,
141258
+ "a.": 3,
141259
+ "pararsid15405862": 1,
141260
+ "Third": 1,
141261
+ "Party": 1,
141262
+ "components.": 1,
141263
+ "components": 2,
141264
+ "governed": 1,
141265
+ "agreements": 1,
141266
+ "insrsid2061565": 22,
141267
+ "described": 2,
141268
+ "ThirdPartyNotices": 1,
141269
+ "accompanying": 1,
141270
+ "software.": 3,
141271
+ "insrsid9066668": 20,
141272
+ "charrsid12868782": 2,
141273
+ "pararsid9066668": 2,
141274
+ "DATA.": 1,
141275
+ "charrsid2061565": 24,
141276
+ "prauth1": 1,
141277
+ "pararsid2061565": 3,
141278
+ "oldpprops": 1,
141279
+ "Data": 2,
141280
+ "Collection.": 1,
141281
+ "collect": 2,
141282
+ "information": 4,
141283
+ "about": 3,
141284
+ "sen": 1,
141285
+ "Microsoft.": 1,
141286
+ "improve": 1,
141287
+ "our": 1,
141288
+ "products": 1,
141289
+ "services.": 2,
141290
+ "opt": 1,
141291
+ "many": 1,
141292
+ "scenarios": 1,
141293
+ "documentation.": 1,
141294
+ "There": 1,
141295
+ "cf1": 3,
141296
+ "ome": 1,
141297
+ "features": 2,
141298
+ "enable": 1,
141299
+ "data": 3,
141300
+ "users": 3,
141301
+ "applications.": 1,
141302
+ "providing": 1,
141303
+ "appropriate": 1,
141304
+ "together": 1,
141305
+ "rquote": 1,
141306
+ "privacy": 3,
141307
+ "Our": 1,
141308
+ "located": 1,
141309
+ "field": 3,
141310
+ "fldedit": 3,
141311
+ "fldinst": 3,
141312
+ "insrsid9990859": 2,
141313
+ "HYPERLINK": 3,
141314
+ "insrsid4398083": 2,
141315
+ "datafield": 3,
141316
+ "fldrslt": 3,
141317
+ "//go.microsoft.com/fwlink/": 1,
141318
+ "LinkID": 1,
141319
+ "can": 1,
141320
+ "learn": 1,
141321
+ "collection": 1,
141322
+ "help": 1,
141323
+ "statement.": 1,
141324
+ "operates": 1,
141325
+ "consent": 1,
141326
+ "practices.": 1,
141327
+ "b.": 2,
141328
+ "Processing": 1,
141329
+ "Personal": 1,
141330
+ "Data.": 1,
141331
+ "charrsid3831999": 1,
141332
+ "processo": 1,
141333
+ "subprocessor": 1,
141334
+ "personal": 1,
141335
+ "connection": 1,
141336
+ "makes": 1,
141337
+ "commitments": 1,
141338
+ "European": 1,
141339
+ "Union": 1,
141340
+ "General": 1,
141341
+ "Protection": 1,
141342
+ "Regulation": 1,
141343
+ "Terms": 2,
141344
+ "Online": 1,
141345
+ "Services": 1,
141346
+ "customers": 1,
141347
+ "effective": 1,
141348
+ "May": 1,
141349
+ "insrsid3297313": 1,
141350
+ "//go.microsoft.com/": 1,
141351
+ "linkid": 1,
141352
+ "SOFTWARE.": 1,
141353
+ "version.": 3,
141354
+ "It": 1,
141355
+ "way": 3,
141356
+ "final": 2,
141357
+ "will.": 1,
141358
+ "We": 2,
141359
+ "change": 2,
141360
+ "it": 3,
141361
+ "FEEDBACK.": 1,
141362
+ "feedback": 4,
141363
+ "right": 1,
141364
+ "share": 1,
141365
+ "commercialize": 1,
141366
+ "purpose.": 1,
141367
+ "will": 1,
141368
+ "requires": 1,
141369
+ "documentat": 1,
141370
+ "parties": 1,
141371
+ "because": 1,
141372
+ "we": 1,
141373
+ "them.": 1,
141374
+ "survive": 1,
141375
+ "agreement.": 2,
141376
+ "pararsid15804309": 1,
141377
+ "Scope": 1,
141378
+ "licensed": 1,
141379
+ "sold.": 1,
141380
+ "gives": 2,
141381
+ "some": 1,
141382
+ "reserves": 1,
141383
+ "rights.": 3,
141384
+ "despite": 1,
141385
+ "expressly": 1,
141386
+ "permitted": 1,
141387
+ "doing": 1,
141388
+ "so": 1,
141389
+ "technical": 2,
141390
+ "limitations": 2,
141391
+ "allow": 1,
141392
+ "certa": 1,
141393
+ "n": 1,
141394
+ "ways.": 1,
141395
+ "see": 1,
141396
+ "charrsid7167079": 1,
141397
+ "ma": 1,
141398
+ "y": 1,
141399
+ "af3": 15,
141400
+ "around": 1,
141401
+ "reverse": 1,
141402
+ "engineer": 1,
141403
+ "decompile": 1,
141404
+ "disassemble": 1,
141405
+ "attempt": 1,
141406
+ "derive": 1,
141407
+ "licensing": 1,
141408
+ "governing": 1,
141409
+ "certain": 2,
141410
+ "open": 1,
141411
+ "pararsid2434661": 1,
141412
+ "remove": 1,
141413
+ "minimize": 1,
141414
+ "block": 1,
141415
+ "suppliers": 1,
141416
+ "rent": 1,
141417
+ "lease": 1,
141418
+ "stand": 1,
141419
+ "offering": 1,
141420
+ "others": 1,
141421
+ "use.": 2,
141422
+ "charrsid10956334": 11,
141423
+ "pararsid13594873": 1,
141424
+ "Export": 1,
141425
+ "Restrictions": 1,
141426
+ "domestic": 1,
141427
+ "international": 1,
141428
+ "export": 2,
141429
+ "laws": 5,
141430
+ "regulations": 1,
141431
+ "whi": 1,
141432
+ "ch": 1,
141433
+ "restrictions": 2,
141434
+ "destinations": 1,
141435
+ "end": 2,
141436
+ "further": 1,
141437
+ "visit": 1,
141438
+ "aka.ms/exporting": 1,
141439
+ "insrsid10956334": 10,
141440
+ "SUPPORT": 1,
141441
+ "SERVICES.": 1,
141442
+ "Because": 1,
141443
+ "Entire": 1,
141444
+ "Agreemen": 1,
141445
+ "t.": 1,
141446
+ "supplements": 1,
141447
+ "Internet": 1,
141448
+ "entire": 1,
141449
+ "pararsid528777": 1,
141450
+ "Applicable": 1,
141451
+ "Law": 2,
141452
+ "insrsid528777": 3,
141453
+ "acquired": 5,
141454
+ "United": 1,
141455
+ "States": 1,
141456
+ "Wa": 1,
141457
+ "shington": 1,
141458
+ "interpretation": 1,
141459
+ "breach": 1,
141460
+ "claims.": 1,
141461
+ "country": 3,
141462
+ "apply.": 1,
141463
+ "charrsid16328790": 9,
141464
+ "pararsid14644610": 1,
141465
+ "CONSUMER": 1,
141466
+ "RIGHTS": 1,
141467
+ "REGIONAL": 1,
141468
+ "VARIATIONS.": 1,
141469
+ "describes": 1,
141470
+ "consumer": 1,
141471
+ "country.": 1,
141472
+ "Separate": 1,
141473
+ "apart": 1,
141474
+ "relationship": 1,
141475
+ "respect": 1,
141476
+ "f": 1,
141477
+ "rom": 1,
141478
+ "permit": 1,
141479
+ "so.": 1,
141480
+ "regions": 1,
141481
+ "mandatory": 1,
141482
+ "provisions": 1,
141483
+ "pararsid10956334": 1,
141484
+ "Australia.": 1,
141485
+ "statutory": 1,
141486
+ "guarantees": 1,
141487
+ "Australian": 1,
141488
+ "Consumer": 1,
141489
+ "intended": 1,
141490
+ "affect": 1,
141491
+ "Canada.": 1,
141492
+ "Canada": 1,
141493
+ "stop": 1,
141494
+ "rec": 1,
141495
+ "eiving": 1,
141496
+ "turning": 1,
141497
+ "off": 1,
141498
+ "automatic": 1,
141499
+ "update": 1,
141500
+ "feature": 1,
141501
+ "disconnec": 1
141502
+ },
139240
141503
  "Ring": {
139241
141504
  "Load": 4,
139242
141505
  "MyApp": 1,
@@ -166726,60 +168989,271 @@
166726
168989
  ".csrm_dat_i": 1
166727
168990
  },
166728
168991
  "Vim script": {
166729
- "set": 22,
168992
+ "UseVimball": 2,
168993
+ "finish": 5,
168994
+ "doc/todo.txt": 1,
168995
+ "[": 31,
168996
+ "Todo": 3,
168997
+ "plugin": 5,
168998
+ "for": 5,
168999
+ "Vim": 8,
169000
+ "This": 7,
169001
+ "is": 10,
169002
+ "based": 1,
169003
+ "on": 8,
169004
+ "vim": 5,
169005
+ "-": 190,
169006
+ "task": 2,
169007
+ "(": 124,
169008
+ "github.com/samsonw/vim": 1,
169009
+ ")": 124,
169010
+ ".": 91,
169011
+ "It": 1,
169012
+ "helps": 1,
169013
+ "managing": 1,
169014
+ "todo": 6,
169015
+ "lists": 1,
169016
+ "within": 1,
169017
+ "in": 11,
169018
+ "a": 23,
169019
+ "very": 1,
169020
+ "basic": 1,
169021
+ "but": 3,
169022
+ "efficient": 1,
169023
+ "way.": 1,
169024
+ "The": 6,
169025
+ "latest": 1,
169026
+ "version": 2,
169027
+ "of": 12,
169028
+ "can": 7,
169029
+ "be": 2,
169030
+ "found": 1,
169031
+ "here": 1,
169032
+ "cdsoft.fr/todo": 1,
169033
+ "Contributions": 1,
169034
+ "are": 12,
169035
+ "possible": 1,
169036
+ "GitHub": 1,
169037
+ "https": 1,
169038
+ "//github.com/CDSoft.fr/todo": 1,
169039
+ "Installation": 1,
169040
+ "distributed": 2,
169041
+ "as": 2,
169042
+ "Vimball": 1,
169043
+ "archive.": 1,
169044
+ "+": 6,
169045
+ "download": 1,
169046
+ "todo.vmb": 1,
169047
+ "open": 2,
169048
+ "this": 6,
169049
+ "file": 5,
169050
+ "with": 12,
169051
+ "and": 15,
169052
+ "type": 5,
169053
+ "so": 3,
169054
+ "%": 3,
169055
+ "Usage": 1,
169056
+ "File": 1,
169057
+ "named": 1,
169058
+ "*.todo": 3,
169059
+ "or": 6,
169060
+ "*todo.txt": 3,
169061
+ "the": 33,
169062
+ "plugin.": 1,
169063
+ "Syntax": 2,
169064
+ "lines": 9,
169065
+ "ending": 1,
169066
+ "project": 1,
169067
+ "titles": 1,
169068
+ "starting": 5,
169069
+ "urgent": 2,
169070
+ "tasks": 3,
169071
+ "pending": 3,
169072
+ "less": 1,
169073
+ "completed": 1,
169074
+ "questions": 1,
169075
+ "Some": 2,
169076
+ "words": 1,
169077
+ "highlighted": 1,
169078
+ "Other": 1,
169079
+ "remain": 1,
169080
+ "unformated": 1,
169081
+ "Shortcuts": 2,
169082
+ "key": 6,
169083
+ "sequences": 1,
169084
+ "<Leader>": 8,
169085
+ "easier": 1,
169086
+ "to": 11,
169087
+ "french": 1,
169088
+ "keyboard.": 1,
169089
+ "You": 5,
169090
+ "add": 2,
169091
+ "let": 224,
169092
+ "mapleader": 1,
169093
+ ".vimrc": 1,
169094
+ "define": 3,
169095
+ "any": 1,
169096
+ "other": 1,
169097
+ "that": 6,
169098
+ "suits": 1,
169099
+ "you": 15,
169100
+ "best.": 1,
169101
+ "TAB": 1,
169102
+ "toggles": 3,
169103
+ "line": 52,
169104
+ "status": 3,
169105
+ "between": 3,
169106
+ "&": 86,
169107
+ "q": 3,
169108
+ "License": 2,
169109
+ "Copyright": 1,
169110
+ "Christophe": 1,
169111
+ "Delord": 1,
169112
+ "cdsoft.fr": 1,
169113
+ "work": 1,
169114
+ "free.": 1,
169115
+ "redistribute": 1,
169116
+ "it": 5,
169117
+ "and/or": 1,
169118
+ "modify": 1,
169119
+ "under": 1,
169120
+ "terms": 1,
169121
+ "Do": 1,
169122
+ "What": 1,
169123
+ "Fuck": 1,
169124
+ "Want": 1,
169125
+ "To": 1,
169126
+ "Public": 1,
169127
+ "Version": 2,
169128
+ "published": 1,
169129
+ "by": 7,
169130
+ "Sam": 1,
169131
+ "Hocevar.": 1,
169132
+ "See": 2,
169133
+ "http": 2,
169134
+ "//www.wtfpl.net/": 1,
169135
+ "more": 1,
169136
+ "details.": 1,
169137
+ "syntax/todo.vim": 1,
169138
+ "if": 45,
169139
+ "exists": 7,
169140
+ "endif": 39,
169141
+ "syntax": 23,
169142
+ "keyword": 1,
169143
+ "taskKeyword": 10,
169144
+ "New": 1,
169145
+ "new": 3,
169146
+ "Working": 1,
169147
+ "working": 1,
169148
+ "Done": 1,
169149
+ "done": 1,
169150
+ "TODO": 1,
169151
+ "bug": 1,
169152
+ "Bug": 1,
169153
+ "TBC": 1,
169154
+ "TBD": 1,
169155
+ "match": 31,
169156
+ "taskWorkingIcon": 5,
169157
+ "contained": 8,
169158
+ "taskUrgentIcon": 5,
169159
+ "taskDoneIcon": 5,
169160
+ "taskQuestionIcon": 5,
169161
+ "taskWorkingItem": 3,
169162
+ "contains": 10,
169163
+ "taskUrgentItem": 3,
169164
+ "taskDoneItem": 3,
169165
+ "taskQuestionItem": 3,
169166
+ "highlight": 10,
169167
+ "guifg": 10,
169168
+ "black": 6,
169169
+ "guibg": 10,
169170
+ "yellow": 12,
169171
+ "gui": 10,
169172
+ "NONE": 24,
169173
+ "ctermfg": 10,
169174
+ "ctermbg": 10,
169175
+ "cterm": 10,
169176
+ "red": 16,
169177
+ "bold": 12,
169178
+ "green": 12,
169179
+ "sectionTitleLine": 1,
169180
+ "sectionTitle": 3,
169181
+ "blue": 10,
169182
+ "underline": 2,
169183
+ "b": 3,
169184
+ "current_syntax": 1,
169185
+ "plugin/todo.vim": 1,
169186
+ "g": 40,
169187
+ "loaded_todo": 1,
169188
+ "s": 262,
169189
+ "cpo_save": 3,
169190
+ "cpo": 3,
169191
+ "set": 24,
169192
+ "function": 10,
169193
+ "Toggle_task_status": 3,
169194
+ "getline": 3,
169195
+ "substitute": 15,
169196
+ "elseif": 14,
169197
+ "else": 24,
169198
+ "call": 29,
169199
+ "setline": 3,
169200
+ "endfunction": 10,
169201
+ "Toggle_urgent_task_status": 3,
169202
+ "Toggle_question": 3,
169203
+ "SetupTodo": 3,
169204
+ "inoremap": 3,
169205
+ "<silent>": 6,
169206
+ "<buffer>": 6,
169207
+ "<TAB>": 2,
169208
+ "<ESC>": 3,
169209
+ "<CR>": 28,
169210
+ "i": 16,
169211
+ "noremap": 3,
169212
+ "unlet": 1,
169213
+ "ftdetect/todo.vim": 1,
169214
+ "autocmd": 6,
169215
+ "BufRead": 2,
169216
+ "BufNewFile": 2,
169217
+ "filetype": 1,
169218
+ "|": 71,
169219
+ "augroup": 5,
169220
+ "filetypedetect": 1,
169221
+ "au": 1,
169222
+ "setfiletype": 1,
169223
+ "END": 2,
166730
169224
  "nocompatible": 3,
166731
169225
  "ignorecase": 3,
166732
169226
  "incsearch": 3,
166733
169227
  "smartcase": 3,
166734
169228
  "showmatch": 3,
166735
169229
  "showcmd": 3,
166736
- "syntax": 4,
166737
- "on": 3,
166738
169230
  "hlsearch": 1,
166739
169231
  "guioptions": 1,
166740
- "-": 16,
166741
169232
  "T": 1,
166742
- "let": 187,
166743
- "s": 238,
166744
169233
  "terms_italic": 2,
166745
- "[": 7,
166746
- "]": 7,
169234
+ "]": 13,
166747
169235
  "terms_noitalic": 1,
166748
- "if": 32,
166749
169236
  "has": 7,
166750
- "(": 48,
166751
- ")": 48,
166752
169237
  "terminal_italic": 4,
166753
- "else": 21,
166754
- "for": 1,
166755
169238
  "term": 2,
166756
- "in": 1,
166757
169239
  "TERM_PROGRAM": 2,
166758
- "endif": 32,
166759
169240
  "endfor": 1,
166760
169241
  "options_list": 2,
166761
169242
  "colorscheme_list": 2,
166762
- ".": 83,
166763
- "&": 80,
166764
169243
  "background": 4,
166765
169244
  "defaults_list": 2,
166766
169245
  "lazycat_list": 2,
166767
- "function": 4,
166768
169246
  "SetOption": 12,
166769
169247
  "name": 5,
166770
169248
  "default": 3,
166771
- "type": 2,
166772
- "a": 5,
166773
169249
  "l": 12,
166774
169250
  "wrap": 2,
166775
169251
  "ewrap": 2,
166776
- "exists": 4,
166777
169252
  ".a": 5,
166778
169253
  "||": 5,
166779
- "g": 36,
166780
169254
  "solarized_": 3,
166781
- "{": 3,
166782
- "}": 3,
169255
+ "{": 10,
169256
+ "}": 8,
166783
169257
  "exe": 295,
166784
169258
  "name.": 3,
166785
169259
  ".l": 9,
@@ -166788,13 +169262,11 @@
166788
169262
  "wrap.": 1,
166789
169263
  "ewrap.g": 2,
166790
169264
  "ewrap.": 2,
166791
- "default.": 1,
166792
- "endfunction": 4,
169265
+ "default.": 2,
166793
169266
  "&&": 5,
166794
169267
  "t_Co": 4,
166795
- "<": 1,
169268
+ "<": 5,
166796
169269
  "solarized_termtrans_default": 3,
166797
- "call": 15,
166798
169270
  "hi": 58,
166799
169271
  "clear": 2,
166800
169272
  "reset": 1,
@@ -166809,17 +169281,12 @@
166809
169281
  "base1": 12,
166810
169282
  "base2": 12,
166811
169283
  "base3": 11,
166812
- "yellow": 8,
166813
169284
  "orange": 8,
166814
- "red": 8,
166815
169285
  "magenta": 5,
166816
169286
  "violet": 8,
166817
- "blue": 8,
166818
169287
  "cyan": 8,
166819
169288
  "#859900": 1,
166820
169289
  "original": 1,
166821
- "green": 8,
166822
- "elseif": 5,
166823
169290
  "solarized_termcolors": 2,
166824
169291
  "bright": 1,
166825
169292
  "none": 5,
@@ -166837,12 +169304,10 @@
166837
169304
  "temp00": 2,
166838
169305
  "solarized_contrast": 5,
166839
169306
  "solarized_bold": 2,
166840
- "b": 2,
166841
169307
  "bb": 2,
166842
169308
  "solarized_underline": 2,
166843
169309
  "u": 2,
166844
169310
  "solarized_italic": 2,
166845
- "i": 2,
166846
169311
  ".s": 742,
166847
169312
  "vmode.": 50,
166848
169313
  "magenta.": 3,
@@ -167003,26 +169468,18 @@
167003
169468
  "pandocLineBreak": 1,
167004
169469
  "pandocMetadataTitle": 1,
167005
169470
  "pandocMetadata": 1,
167006
- "autocmd": 5,
167007
169471
  "GUIEnter": 1,
167008
- "*": 4,
167009
- "|": 37,
169472
+ "*": 9,
167010
169473
  "SolarizedHiTrail": 5,
167011
169474
  "solarized_hitrail": 3,
167012
169475
  "solarizedTrailingSpace": 2,
167013
169476
  "syn": 1,
167014
- "match": 1,
167015
- "augroup": 3,
167016
- "Syntax": 1,
167017
169477
  "ColorScheme": 2,
167018
- "END": 1,
167019
169478
  "SolarizedOptions": 4,
167020
- "new": 1,
167021
169479
  "setf": 1,
167022
- "vim": 1,
167023
169480
  "failed": 4,
167024
169481
  "append": 4,
167025
- "command": 1,
169482
+ "command": 2,
167026
169483
  "SolarizedMenu": 2,
167027
169484
  "try": 1,
167028
169485
  "silent": 2,
@@ -167038,13 +169495,12 @@
167038
169495
  "Contrast": 4,
167039
169496
  "colorscheme": 11,
167040
169497
  "solarized": 14,
167041
- "<CR>": 22,
167042
169498
  "High": 3,
167043
169499
  "an": 9,
167044
169500
  "sep": 4,
167045
169501
  "<Nop>": 7,
167046
169502
  "Help": 6,
167047
- "help": 9,
169503
+ "help": 10,
167048
169504
  "Visibility.": 5,
167049
169505
  "Visibility": 4,
167050
169506
  "Background.": 5,
@@ -167075,18 +169531,256 @@
167075
169531
  "sep2": 1,
167076
169532
  "Help.": 6,
167077
169533
  "Removing": 1,
167078
- "This": 1,
167079
169534
  "Menu": 1,
167080
169535
  "menu": 1,
167081
169536
  "Colorscheme": 1,
167082
- "sep3": 1
169537
+ "sep3": 1,
169538
+ "plugin/textobj/rubyblock.vim": 1,
169539
+ "textobj#user#plugin": 1,
169540
+ "expand": 3,
169541
+ "comment_escape": 3,
169542
+ "block_openers": 2,
169543
+ "start_pattern": 3,
169544
+ "end_pattern": 3,
169545
+ "skip_pattern": 3,
169546
+ "select_a": 1,
169547
+ "flags": 5,
169548
+ "searchpair": 2,
169549
+ "end_pos": 4,
169550
+ "getpos": 4,
169551
+ "normal": 3,
169552
+ "start_pos": 4,
169553
+ "return": 2,
169554
+ "select_i": 1,
169555
+ "k": 1,
169556
+ "j": 2,
169557
+ "loaded_textobj_rubyblock": 1,
169558
+ "doc/textobj": 1,
169559
+ "rubyblock.txt": 1,
169560
+ "*textobj": 9,
169561
+ "rubyblock.txt*": 1,
169562
+ "Text": 1,
169563
+ "objects": 6,
169564
+ "ruby": 6,
169565
+ "blocks": 2,
169566
+ "CONTENTS": 1,
169567
+ "rubyblock": 28,
169568
+ "contents*": 1,
169569
+ "Introduction": 1,
169570
+ "textobj": 19,
169571
+ "introduction": 1,
169572
+ "Interface": 1,
169573
+ "interface": 1,
169574
+ "Mappings": 1,
169575
+ "mappings": 4,
169576
+ "Examples": 1,
169577
+ "examples": 1,
169578
+ "Bugs": 1,
169579
+ "bugs": 2,
169580
+ "Changelog": 1,
169581
+ "changelog": 1,
169582
+ "INTRODUCTION": 1,
169583
+ "introduction*": 1,
169584
+ "rubyblock*": 1,
169585
+ "provides": 1,
169586
+ "two": 1,
169587
+ "text": 9,
169588
+ "which": 2,
169589
+ "triggered": 2,
169590
+ "ar": 6,
169591
+ "ir": 6,
169592
+ "respectively.": 1,
169593
+ "These": 2,
169594
+ "follow": 1,
169595
+ "convention": 1,
169596
+ "selects": 2,
169597
+ "_all_": 3,
169598
+ "block": 7,
169599
+ "_inner_": 1,
169600
+ "portion": 1,
169601
+ "rubyblock.": 1,
169602
+ "In": 1,
169603
+ "always": 3,
169604
+ "closed": 1,
169605
+ "end": 9,
169606
+ "keyword.": 2,
169607
+ "Ruby": 1,
169608
+ "may": 1,
169609
+ "opened": 1,
169610
+ "using": 1,
169611
+ "one": 1,
169612
+ "several": 1,
169613
+ "keywords": 1,
169614
+ "including": 2,
169615
+ "module": 2,
169616
+ "class": 2,
169617
+ "def": 4,
169618
+ "do": 5,
169619
+ "example": 2,
169620
+ "demonstrates": 1,
169621
+ "few": 1,
169622
+ "these": 2,
169623
+ "Foo": 1,
169624
+ "Bar": 1,
169625
+ "Baz": 2,
169626
+ ".each": 3,
169627
+ "Suppose": 2,
169628
+ "your": 7,
169629
+ "cursor": 2,
169630
+ "was": 1,
169631
+ "positioned": 1,
169632
+ "word": 1,
169633
+ "snippet.": 1,
169634
+ "Typing": 1,
169635
+ "var": 2,
169636
+ "would": 3,
169637
+ "enable": 3,
169638
+ "visual": 2,
169639
+ "mode": 6,
169640
+ "selecting": 1,
169641
+ "method": 2,
169642
+ "definition.": 1,
169643
+ "Your": 1,
169644
+ "selection": 4,
169645
+ "comprise": 1,
169646
+ "following": 4,
169647
+ "Whereas": 1,
169648
+ "typed": 1,
169649
+ "vir": 1,
169650
+ "select": 4,
169651
+ "everything": 1,
169652
+ "_inside_": 1,
169653
+ "definition": 1,
169654
+ "looks": 1,
169655
+ "like": 1,
169656
+ "Note": 2,
169657
+ "_visual": 1,
169658
+ "line_": 1,
169659
+ "even": 1,
169660
+ "were": 1,
169661
+ "character": 1,
169662
+ "before": 2,
169663
+ "object.": 1,
169664
+ "too": 1,
169665
+ "position": 1,
169666
+ "If": 3,
169667
+ "want": 1,
169668
+ "move": 1,
169669
+ "top": 1,
169670
+ "o": 1,
169671
+ "key.": 1,
169672
+ "respond": 2,
169673
+ "count.": 2,
169674
+ "For": 1,
169675
+ "object": 3,
169676
+ "will": 4,
169677
+ "current": 3,
169678
+ "delimited": 1,
169679
+ "prefix": 2,
169680
+ "number": 1,
169681
+ "e.g.": 2,
169682
+ "v2i": 1,
169683
+ "then": 2,
169684
+ "all": 1,
169685
+ "block.": 2,
169686
+ "does": 1,
169687
+ "not": 3,
169688
+ "way": 1,
169689
+ "due": 1,
169690
+ "limitation": 1,
169691
+ "vimscript": 1,
169692
+ "#2100.": 1,
169693
+ "However": 1,
169694
+ "achieve": 2,
169695
+ "similar": 1,
169696
+ "effect": 1,
169697
+ "repeating": 3,
169698
+ "manually.": 1,
169699
+ "So": 1,
169700
+ "press": 1,
169701
+ "outwards": 1,
169702
+ "contract": 1,
169703
+ "inwards": 1,
169704
+ "later": 2,
169705
+ "user": 2,
169706
+ "vimscript#2100": 1,
169707
+ "matchit.vim": 2,
169708
+ "Matchit.vim": 1,
169709
+ "enabled": 1,
169710
+ "vimrc": 3,
169711
+ "each": 1,
169712
+ "time": 1,
169713
+ "starts": 1,
169714
+ "up": 1,
169715
+ "runtime": 1,
169716
+ "macros/matchit.vim": 1,
169717
+ "Latest": 1,
169718
+ "//github.com/nelstrom/vim": 1,
169719
+ "INTERFACE": 1,
169720
+ "interface*": 1,
169721
+ "MAPPINGS": 1,
169722
+ "mappings*": 1,
169723
+ "defined": 1,
169724
+ "Visual": 2,
169725
+ "Operator": 2,
169726
+ "mode.": 1,
169727
+ "<Plug>": 10,
169728
+ "Select": 2,
169729
+ "opening": 2,
169730
+ "closing": 2,
169731
+ "lines.": 1,
169732
+ "inner": 1,
169733
+ "included.": 1,
169734
+ "CUSTOMIZING": 1,
169735
+ "customizing*": 1,
169736
+ "*g": 1,
169737
+ "automatically.": 1,
169738
+ "don": 1,
169739
+ "loaded": 1,
169740
+ "also": 1,
169741
+ "use": 1,
169742
+ "redefine": 1,
169743
+ "mappings.": 1,
169744
+ "doesn": 1,
169745
+ "lhs": 1,
169746
+ "rhs": 1,
169747
+ "didn": 1,
169748
+ "instead": 1,
169749
+ "wanted": 1,
169750
+ "map": 1,
169751
+ "them": 1,
169752
+ "ae": 3,
169753
+ "ie": 3,
169754
+ "could": 1,
169755
+ "placing": 1,
169756
+ "xmap": 2,
169757
+ "omap": 2,
169758
+ "BUGS": 1,
169759
+ "bugs*": 1,
169760
+ "count": 1,
169761
+ "just": 1,
169762
+ "ignored.": 1,
169763
+ "further": 1,
169764
+ "information.": 1,
169765
+ "CHANGELOG": 1,
169766
+ "changelog*": 1,
169767
+ "First": 1,
169768
+ "release.": 1,
169769
+ "tw": 1,
169770
+ "ts": 1,
169771
+ "ft": 1,
169772
+ "norl": 1,
169773
+ "fen": 1,
169774
+ "fdl": 1,
169775
+ "fdm": 1,
169776
+ "marker": 1
167083
169777
  },
167084
169778
  "Visual Basic": {
167085
169779
  "VERSION": 1,
167086
169780
  "CLASS": 1,
167087
169781
  "BEGIN": 1,
167088
169782
  "MultiUse": 1,
167089
- "-": 9,
169783
+ "-": 14,
167090
169784
  "Persistable": 1,
167091
169785
  "DataBindingBehavior": 1,
167092
169786
  "DataSourceBehavior": 1,
@@ -167095,28 +169789,28 @@
167095
169789
  "Attribute": 8,
167096
169790
  "VB_Name": 1,
167097
169791
  "VB_GlobalNameSpace": 1,
167098
- "False": 4,
169792
+ "False": 10,
167099
169793
  "VB_Creatable": 1,
167100
- "True": 6,
169794
+ "True": 9,
167101
169795
  "VB_PredeclaredId": 1,
167102
169796
  "VB_Exposed": 1,
167103
- "Option": 4,
167104
- "Explicit": 2,
169797
+ "Option": 5,
169798
+ "Explicit": 3,
167105
169799
  "Private": 30,
167106
169800
  "Declare": 3,
167107
169801
  "Function": 9,
167108
169802
  "apiSetProp": 4,
167109
169803
  "Lib": 3,
167110
169804
  "Alias": 3,
167111
- "(": 107,
169805
+ "(": 174,
167112
169806
  "ByVal": 9,
167113
169807
  "hwnd": 2,
167114
- "As": 100,
167115
- "Long": 24,
169808
+ "As": 127,
169809
+ "Long": 35,
167116
169810
  "lpString": 2,
167117
- "String": 15,
169811
+ "String": 22,
167118
169812
  "hData": 1,
167119
- ")": 107,
169813
+ ")": 174,
167120
169814
  "apiGlobalAddAtom": 3,
167121
169815
  "apiSetForegroundWindow": 2,
167122
169816
  "myMouseEventsForm": 5,
@@ -167139,7 +169833,7 @@
167139
169833
  "myMachineID": 3,
167140
169834
  "myRouterSeed": 5,
167141
169835
  "myRouterIDsByMMTransportID": 3,
167142
- "New": 15,
169836
+ "New": 16,
167143
169837
  "Dictionary": 3,
167144
169838
  "myMMTransportIDsByRouterID": 3,
167145
169839
  "myDirectoryEntriesByIDString": 2,
@@ -167151,29 +169845,29 @@
167151
169845
  "UNREGISTER_SERVICE_REPLY": 2,
167152
169846
  "GET_SERVICES": 2,
167153
169847
  "GET_SERVICES_REPLY": 2,
167154
- "Sub": 22,
169848
+ "Sub": 24,
167155
169849
  "class_Initialize": 1,
167156
- "Dim": 35,
169850
+ "Dim": 62,
167157
169851
  "atomID": 1,
167158
169852
  "Randomize": 2,
167159
169853
  "App.TaskVisible": 1,
167160
- "&": 13,
167161
- "CStr": 4,
169854
+ "&": 41,
169855
+ "CStr": 5,
167162
169856
  "Int": 2,
167163
169857
  "Rnd": 2,
167164
- "*": 3,
167165
- "+": 6,
167166
- "Set": 19,
169858
+ "*": 4,
169859
+ "+": 33,
169860
+ "Set": 30,
167167
169861
  "VLMMMFileListener": 1,
167168
169862
  "myListener.listenViaNamedWindow": 1,
167169
169863
  "VLMMMFileTransports": 1,
167170
169864
  "myAST.create": 1,
167171
169865
  "myMouseEventsForm.icon": 1,
167172
169866
  "myMouseEventsForm.hwnd": 5,
167173
- "End": 25,
169867
+ "End": 43,
167174
169868
  "shutdown": 1,
167175
169869
  "myAST.destroy": 1,
167176
- "Nothing": 5,
169870
+ "Nothing": 7,
167177
169871
  "Unload": 1,
167178
169872
  "myAST_RButtonUp": 1,
167179
169873
  "epm": 2,
@@ -167213,22 +169907,22 @@
167213
169907
  "toAddress": 2,
167214
169908
  "VLMAddress": 3,
167215
169909
  "message.toAddress": 1,
167216
- "On": 2,
167217
- "Error": 1,
167218
- "GoTo": 1,
169910
+ "On": 5,
169911
+ "Error": 4,
169912
+ "GoTo": 13,
167219
169913
  "errorHandler": 2,
167220
- "If": 20,
169914
+ "If": 56,
167221
169915
  "toAddress.MachineID": 2,
167222
- "Or": 1,
167223
- "And": 3,
169916
+ "Or": 2,
169917
+ "And": 5,
167224
169918
  "toAddress.RouterID": 1,
167225
169919
  "toAddress.AgentID": 1,
167226
- "Then": 12,
169920
+ "Then": 33,
167227
169921
  "handleMessageToRouter": 2,
167228
- "Else": 4,
169922
+ "Else": 9,
167229
169923
  "routeMessage": 2,
167230
169924
  "Exit": 1,
167231
- "MsgBox": 1,
169925
+ "MsgBox": 9,
167232
169926
  "Err.Description": 1,
167233
169927
  "Erl": 1,
167234
169928
  "MMFileTransportID": 9,
@@ -167253,16 +169947,16 @@
167253
169947
  "CLng": 6,
167254
169948
  "message.Contents": 11,
167255
169949
  "directoryEntryIDString": 4,
167256
- "For": 2,
167257
- "To": 4,
167258
- "UBound": 1,
169950
+ "For": 3,
169951
+ "To": 5,
169952
+ "UBound": 2,
167259
169953
  "IsEmpty": 1,
167260
169954
  "entries.Add": 2,
167261
- "Next": 2,
169955
+ "Next": 5,
167262
169956
  "entries.Count": 3,
167263
- "ReDim": 1,
169957
+ "ReDim": 2,
167264
169958
  "message.toAddress.MachineID": 2,
167265
- "<": 2,
169959
+ "<": 8,
167266
169960
  "message.toAddress.RouterID": 2,
167267
169961
  "serviceType": 2,
167268
169962
  "address.MachineID": 1,
@@ -167304,7 +169998,7 @@
167304
169998
  "int1": 1,
167305
169999
  "ABC.X": 1,
167306
170000
  "Of": 4,
167307
- "Integer": 8,
170001
+ "Integer": 10,
167308
170002
  "A.B": 1,
167309
170003
  "<Assembly>": 1,
167310
170004
  "Copyright": 2,
@@ -167323,7 +170017,7 @@
167323
170017
  "T": 3,
167324
170018
  "In": 3,
167325
170019
  "K": 3,
167326
- "Public": 3,
170020
+ "Public": 4,
167327
170021
  "Delegate": 2,
167328
170022
  "CoContra2": 2,
167329
170023
  "Namespace": 1,
@@ -167356,7 +170050,7 @@
167356
170050
  "Action": 2,
167357
170051
  "local6": 1,
167358
170052
  "TypeOf": 1,
167359
- "Is": 1,
170053
+ "Is": 2,
167360
170054
  "u": 1,
167361
170055
  "1UI": 2,
167362
170056
  "U_Renamed": 1,
@@ -167399,6 +170093,115 @@
167399
170093
  "short": 1,
167400
170094
  "Short": 1,
167401
170095
  "string": 1,
170096
+ "consolidate": 1,
170097
+ "btmRow": 4,
170098
+ "check": 7,
170099
+ "colOffset": 8,
170100
+ "column": 7,
170101
+ "counter": 8,
170102
+ "dialog": 18,
170103
+ "file": 5,
170104
+ "filename": 17,
170105
+ "files": 7,
170106
+ "fso": 1,
170107
+ "FileSystemObject": 1,
170108
+ "header": 8,
170109
+ "leftCol": 7,
170110
+ "name": 5,
170111
+ "namecheck": 4,
170112
+ "newfile": 6,
170113
+ "path": 19,
170114
+ "rightCol": 5,
170115
+ "row": 5,
170116
+ "rowOffset": 9,
170117
+ "source": 5,
170118
+ "Range": 2,
170119
+ "target": 5,
170120
+ "topRow": 9,
170121
+ "twb": 2,
170122
+ "Workbook": 2,
170123
+ "tws": 2,
170124
+ "Worksheet": 2,
170125
+ "version": 11,
170126
+ "wb": 5,
170127
+ "ws": 6,
170128
+ "Application.ThisWorkbook": 1,
170129
+ "Let": 39,
170130
+ "fso.GetBaseName": 2,
170131
+ "twb.FullName": 1,
170132
+ "twb.Sheets": 1,
170133
+ "start": 7,
170134
+ "quit": 6,
170135
+ "_": 31,
170136
+ "prompt": 10,
170137
+ "Buttons": 8,
170138
+ "vbExclamation": 4,
170139
+ "vbYesNo": 3,
170140
+ "Title": 10,
170141
+ "vbYes": 2,
170142
+ "twb.Close": 1,
170143
+ "SaveChanges": 3,
170144
+ "Application.Workbooks.Count": 1,
170145
+ "Application.quit": 1,
170146
+ "ElseIf": 3,
170147
+ "vbNo": 3,
170148
+ "vbQuestion": 2,
170149
+ "twb.path": 1,
170150
+ "Application.InputBox": 2,
170151
+ "Default": 1,
170152
+ "Type": 2,
170153
+ "StrPtr": 1,
170154
+ "vbRetryCancel": 3,
170155
+ "vbRetry": 3,
170156
+ "Right": 1,
170157
+ "Dir": 2,
170158
+ "Year": 2,
170159
+ "Date": 2,
170160
+ "Chr": 6,
170161
+ "tws.name": 1,
170162
+ "Do": 1,
170163
+ "While": 1,
170164
+ "Split": 1,
170165
+ "InStr": 1,
170166
+ "Preserve": 1,
170167
+ "Loop": 1,
170168
+ "Application.Calculation": 2,
170169
+ "xlCalculationManual": 1,
170170
+ "Application.DisplayAlerts": 2,
170171
+ "Application.EnableEvents": 2,
170172
+ "Application.ScreenUpdating": 2,
170173
+ "vbInformation": 2,
170174
+ "vbOKCancel": 1,
170175
+ "vbCancel": 1,
170176
+ "window.Show": 1,
170177
+ "progress": 4,
170178
+ "Workbooks.Open": 2,
170179
+ "wb.Worksheets": 2,
170180
+ "getLastColIndex": 2,
170181
+ "ws.Range": 2,
170182
+ "ws.Cells": 4,
170183
+ "tws.Range": 2,
170184
+ "tws.Cells": 4,
170185
+ "Call": 2,
170186
+ "copyData": 2,
170187
+ "wb.Close": 2,
170188
+ "LBound": 1,
170189
+ "Resume": 2,
170190
+ "Not": 1,
170191
+ "wb.FullName": 1,
170192
+ "getLastRowIndex": 1,
170193
+ "Round": 1,
170194
+ "/": 1,
170195
+ "tws.Columns.AutoFit": 1,
170196
+ "Add": 2,
170197
+ "to": 4,
170198
+ "twb.SaveAs": 1,
170199
+ "FileFormat": 1,
170200
+ "xlOpenXMLWorkbook": 1,
170201
+ "xlCalculationAutomatic": 1,
170202
+ "twb.Save": 1,
170203
+ "window.Hide": 1,
170204
+ "vbOKOnly": 1,
167402
170205
  "Module": 2,
167403
170206
  "Module1": 1,
167404
170207
  "Main": 1,
@@ -167441,7 +170244,6 @@
167441
170244
  "and": 6,
167442
170245
  "samples": 1,
167443
170246
  "</mark>": 1,
167444
- "to": 3,
167445
170247
  "help": 1,
167446
170248
  "you": 4,
167447
170249
  "get": 1,
@@ -167507,11 +170309,9 @@
167507
170309
  "standards.": 1,
167508
170310
  "Learn": 3,
167509
170311
  "</li>": 3,
167510
- "Add": 1,
167511
170312
  "NuGet": 2,
167512
170313
  "packages": 1,
167513
170314
  "jump": 1,
167514
- "start": 1,
167515
170315
  "your": 2,
167516
170316
  "coding": 1,
167517
170317
  "makes": 1,
@@ -177789,6 +180589,100 @@
177789
180589
  "stat": 2,
177790
180590
  "rm": 1
177791
180591
  },
180592
+ "mcfunction": {
180593
+ "##": 1,
180594
+ "Raycasting": 1,
180595
+ "function": 2,
180596
+ "mypack": 1,
180597
+ "raycast/loop": 1,
180598
+ "#mypack": 1,
180599
+ "hooks/raycast/begin": 1,
180600
+ "effect": 1,
180601
+ "give": 1,
180602
+ "@s": 12,
180603
+ "minecraft": 4,
180604
+ "night_vision": 1,
180605
+ "true": 4,
180606
+ "execute": 19,
180607
+ "if": 4,
180608
+ "score": 2,
180609
+ "@a": 12,
180610
+ "temp": 1,
180611
+ "matches": 1,
180612
+ "positioned": 2,
180613
+ "-": 10,
180614
+ "block": 4,
180615
+ "oak_leaves": 1,
180616
+ "[": 19,
180617
+ "persistent": 2,
180618
+ "]": 19,
180619
+ "#minecraft": 2,
180620
+ "leaves": 1,
180621
+ "distance": 4,
180622
+ "false": 1,
180623
+ "tag": 4,
180624
+ "add": 1,
180625
+ "my.tag": 1,
180626
+ "datapack": 2,
180627
+ "enable": 2,
180628
+ "as": 14,
180629
+ "f7a39418": 1,
180630
+ "72ca": 1,
180631
+ "4bf2": 1,
180632
+ "bc7e": 1,
180633
+ "ba9df67a4707": 1,
180634
+ "run": 2,
180635
+ "say": 2,
180636
+ "hello": 1,
180637
+ "goodbye": 1,
180638
+ "sort": 1,
180639
+ "nearest": 1,
180640
+ "gamemode": 1,
180641
+ "creative": 1,
180642
+ "foo": 4,
180643
+ "bar": 4,
180644
+ "baz": 1,
180645
+ "...001": 1,
180646
+ "type": 3,
180647
+ "bat": 1,
180648
+ "skeletons": 1,
180649
+ "zombie": 1,
180650
+ "name": 1,
180651
+ "@e": 2,
180652
+ "nbt": 2,
180653
+ "{": 11,
180654
+ "PortalCooldown": 1,
180655
+ "}": 11,
180656
+ "Item": 1,
180657
+ "id": 2,
180658
+ "Count": 1,
180659
+ "<": 1,
180660
+ "scoreboard": 1,
180661
+ "players": 1,
180662
+ "operation": 1,
180663
+ "%": 1,
180664
+ "data": 7,
180665
+ "get": 4,
180666
+ "entity": 5,
180667
+ "SelectedItem.tag.display.Name": 1,
180668
+ "Inventory": 3,
180669
+ ".Count": 1,
180670
+ ".tag": 1,
180671
+ "custom": 1,
180672
+ ".display.Name": 1,
180673
+ "merge": 1,
180674
+ "modify": 2,
180675
+ "RecordItem.tag": 1,
180676
+ "set": 1,
180677
+ "value": 2,
180678
+ "messages": 1,
180679
+ "hi": 1,
180680
+ "bye": 1,
180681
+ "RecordItem.tag.messages": 1,
180682
+ "append": 1,
180683
+ "message": 1,
180684
+ "tellraw": 2
180685
+ },
177792
180686
  "nanorc": {
177793
180687
  "set": 62,
177794
180688
  "afterends": 1,
@@ -179902,6 +182796,7 @@
179902
182796
  "CSS": 20925,
179903
182797
  "CSV": 8,
179904
182798
  "CWeb": 2962,
182799
+ "Cabal Config": 764,
179905
182800
  "CartoCSS": 11767,
179906
182801
  "Ceylon": 49,
179907
182802
  "Chapel": 10867,
@@ -179948,6 +182843,7 @@
179948
182843
  "EQ": 2604,
179949
182844
  "Eagle": 30050,
179950
182845
  "Easybuild": 25,
182846
+ "EditorConfig": 19,
179951
182847
  "Edje Data Collection": 4815,
179952
182848
  "Eiffel": 310,
179953
182849
  "Elixir": 43,
@@ -180012,7 +182908,7 @@
180012
182908
  "HyPhy": 21403,
180013
182909
  "IDL": 417,
180014
182910
  "IGOR Pro": 94,
180015
- "INI": 899,
182911
+ "INI": 880,
180016
182912
  "Idris": 149,
180017
182913
  "Ignore List": 229,
180018
182914
  "Inform 7": 472,
@@ -180035,6 +182931,7 @@
180035
182931
  "Jison": 1145,
180036
182932
  "Jison Lex": 293,
180037
182933
  "Jolie": 500,
182934
+ "Jsonnet": 85,
180038
182935
  "Julia": 377,
180039
182936
  "Jupyter Notebook": 20,
180040
182937
  "KRL": 25,
@@ -180074,7 +182971,7 @@
180074
182971
  "MTML": 138,
180075
182972
  "MUF": 2161,
180076
182973
  "Makefile": 1780,
180077
- "Markdown": 6112,
182974
+ "Markdown": 6749,
180078
182975
  "Marko": 201,
180079
182976
  "Mask": 74,
180080
182977
  "Mathematica": 5646,
@@ -180178,6 +183075,7 @@
180178
183075
  "Regular Expression": 207,
180179
183076
  "Ren'Py": 2314,
180180
183077
  "RenderScript": 1295,
183078
+ "Rich Text Format": 13354,
180181
183079
  "Ring": 1381,
180182
183080
  "RobotFramework": 483,
180183
183081
  "Roff": 15772,
@@ -180242,8 +183140,8 @@
180242
183140
  "VCL": 578,
180243
183141
  "VHDL": 37,
180244
183142
  "Verilog": 3660,
180245
- "Vim script": 3604,
180246
- "Visual Basic": 1489,
183143
+ "Vim script": 5465,
183144
+ "Visual Basic": 2344,
180247
183145
  "Volt": 387,
180248
183146
  "Vue": 103,
180249
183147
  "Wavefront Material": 92,
@@ -180279,6 +183177,7 @@
180279
183177
  "eC": 1076,
180280
183178
  "edn": 227,
180281
183179
  "fish": 590,
183180
+ "mcfunction": 266,
180282
183181
  "nanorc": 240,
180283
183182
  "q": 1687,
180284
183183
  "reStructuredText": 2573,
@@ -180332,6 +183231,7 @@
180332
183231
  "CSS": 2,
180333
183232
  "CSV": 1,
180334
183233
  "CWeb": 1,
183234
+ "Cabal Config": 4,
180335
183235
  "CartoCSS": 1,
180336
183236
  "Ceylon": 1,
180337
183237
  "Chapel": 5,
@@ -180378,6 +183278,7 @@
180378
183278
  "EQ": 3,
180379
183279
  "Eagle": 2,
180380
183280
  "Easybuild": 1,
183281
+ "EditorConfig": 1,
180381
183282
  "Edje Data Collection": 1,
180382
183283
  "Eiffel": 3,
180383
183284
  "Elixir": 1,
@@ -180442,7 +183343,7 @@
180442
183343
  "HyPhy": 8,
180443
183344
  "IDL": 4,
180444
183345
  "IGOR Pro": 2,
180445
- "INI": 8,
183346
+ "INI": 7,
180446
183347
  "Idris": 1,
180447
183348
  "Ignore List": 16,
180448
183349
  "Inform 7": 2,
@@ -180465,6 +183366,7 @@
180465
183366
  "Jison": 3,
180466
183367
  "Jison Lex": 2,
180467
183368
  "Jolie": 5,
183369
+ "Jsonnet": 1,
180468
183370
  "Julia": 2,
180469
183371
  "Jupyter Notebook": 1,
180470
183372
  "KRL": 1,
@@ -180504,7 +183406,7 @@
180504
183406
  "MTML": 1,
180505
183407
  "MUF": 2,
180506
183408
  "Makefile": 12,
180507
- "Markdown": 9,
183409
+ "Markdown": 10,
180508
183410
  "Marko": 3,
180509
183411
  "Mask": 1,
180510
183412
  "Mathematica": 12,
@@ -180608,6 +183510,7 @@
180608
183510
  "Regular Expression": 4,
180609
183511
  "Ren'Py": 1,
180610
183512
  "RenderScript": 2,
183513
+ "Rich Text Format": 2,
180611
183514
  "Ring": 4,
180612
183515
  "RobotFramework": 3,
180613
183516
  "Roff": 27,
@@ -180672,8 +183575,8 @@
180672
183575
  "VCL": 2,
180673
183576
  "VHDL": 1,
180674
183577
  "Verilog": 13,
180675
- "Vim script": 5,
180676
- "Visual Basic": 4,
183578
+ "Vim script": 7,
183579
+ "Visual Basic": 5,
180677
183580
  "Volt": 1,
180678
183581
  "Vue": 2,
180679
183582
  "Wavefront Material": 4,
@@ -180709,6 +183612,7 @@
180709
183612
  "eC": 1,
180710
183613
  "edn": 1,
180711
183614
  "fish": 3,
183615
+ "mcfunction": 1,
180712
183616
  "nanorc": 3,
180713
183617
  "q": 2,
180714
183618
  "reStructuredText": 1,
@@ -180717,5 +183621,5 @@
180717
183621
  "wisp": 1,
180718
183622
  "xBase": 3
180719
183623
  },
180720
- "md5": "5754698ce11e6a09387a1112a6064896"
183624
+ "md5": "43b3c81bfcef4319e77ad370d786ce3f"
180721
183625
  }