JSON.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. {
  2. "Highlighter": {
  3. "Info": {
  4. "General": {
  5. "Version": "1.9.0",
  6. "Date": "01.01.2017",
  7. "Sample": [
  8. "{\r\n",
  9. " \"firstName\": \"John\",\r\n",
  10. " \"lastName\": \"Smith\",\r\n",
  11. " \"age\": 25,\r\n",
  12. " \"address\":\r\n",
  13. " {\r\n",
  14. " \"streetAddress\": \"21 2nd Street\",\r\n",
  15. " \"city\": \"New York\",\r\n",
  16. " \"state\": \"NY\",\r\n",
  17. " \"postalCode\": \"10021\"\r\n",
  18. " },\r\n",
  19. " \"phoneNumber\":\r\n",
  20. " [\r\n",
  21. " {\r\n",
  22. " \"type\": \"home\",\r\n",
  23. " \"number\": \"212 555-1234\"\r\n",
  24. " },\r\n",
  25. " {\r\n",
  26. " \"type\": \"fax\",\r\n",
  27. " \"number\": \"646 555-4567\"\r\n",
  28. " }\r\n",
  29. " ]\r\n",
  30. "}"
  31. ]
  32. },
  33. "Author": {
  34. "Name": "Lasse Rautiainen",
  35. "Mail": "lasse@bonecode.com"
  36. }
  37. },
  38. "MainRules": {
  39. "Attributes": {
  40. "Element": "Editor"
  41. },
  42. "Delimiters": "!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~",
  43. "SubRules": {
  44. "Range": [
  45. {
  46. "Type": "String",
  47. "Attributes": {
  48. "Element": "Attribute"
  49. },
  50. "Properties": {
  51. "CloseOnEndOfLine": true
  52. },
  53. "TokenRange": {
  54. "Open": "\"",
  55. "Close": "\""
  56. },
  57. "SubRules": {
  58. "Range": [
  59. {
  60. "Type": "String",
  61. "Attributes": {
  62. "Element": "Attribute"
  63. },
  64. "Properties": {
  65. "CloseOnEndOfLine": true,
  66. "CloseOnTerm": true
  67. },
  68. "TokenRange": {
  69. "Open": "\\\"",
  70. "Close": "\""
  71. }
  72. },
  73. {
  74. "Type": "String",
  75. "Attributes": {
  76. "Element": "Attribute"
  77. },
  78. "Properties": {
  79. "CloseOnEndOfLine": true,
  80. "CloseOnTerm": true
  81. },
  82. "TokenRange": {
  83. "Open": "\\\\",
  84. "Close": ""
  85. }
  86. }
  87. ]
  88. }
  89. },
  90. {
  91. "Type": "String",
  92. "Attributes": {
  93. "Element": "Symbol"
  94. },
  95. "Properties": {
  96. "CloseOnEndOfLine": true
  97. },
  98. "TokenRange": {
  99. "Open": ":"
  100. },
  101. "SubRules": {
  102. "Range": [
  103. {
  104. "Type": "String",
  105. "Attributes": {
  106. "Element": "Symbol"
  107. },
  108. "Properties": {
  109. "AlternativeClose": [
  110. "{"
  111. ]
  112. },
  113. "TokenRange": {
  114. "Open": "[",
  115. "Close": "]"
  116. },
  117. "SubRules": {
  118. "Range": [
  119. {
  120. "Type": "String",
  121. "Attributes": {
  122. "Element": "String"
  123. },
  124. "Properties": {
  125. "CloseOnEndOfLine": true
  126. },
  127. "TokenRange": {
  128. "Open": "\"",
  129. "Close": "\""
  130. },
  131. "SubRules": {
  132. "Range": [
  133. {
  134. "Type": "String",
  135. "Attributes": {
  136. "Element": "String"
  137. },
  138. "Properties": {
  139. "CloseOnEndOfLine": true,
  140. "CloseOnTerm": true
  141. },
  142. "TokenRange": {
  143. "Open": "\\\"",
  144. "Close": "\""
  145. }
  146. },
  147. {
  148. "Type": "String",
  149. "Attributes": {
  150. "Element": "String"
  151. },
  152. "Properties": {
  153. "CloseOnEndOfLine": true,
  154. "CloseOnTerm": true
  155. },
  156. "TokenRange": {
  157. "Open": "\\\\",
  158. "Close": ""
  159. }
  160. }
  161. ]
  162. }
  163. }
  164. ]
  165. }
  166. },
  167. {
  168. "Type": "String",
  169. "Attributes": {
  170. "Element": "String"
  171. },
  172. "TokenRange": {
  173. "Open": "\"",
  174. "Close": "\""
  175. },
  176. "SubRules": {
  177. "Range": [
  178. {
  179. "Type": "String",
  180. "Attributes": {
  181. "Element": "String"
  182. },
  183. "Properties": {
  184. "CloseOnEndOfLine": true,
  185. "CloseOnTerm": true
  186. },
  187. "TokenRange": {
  188. "Open": "\\\"",
  189. "Close": "\""
  190. }
  191. },
  192. {
  193. "Type": "String",
  194. "Attributes": {
  195. "Element": "String"
  196. },
  197. "Properties": {
  198. "CloseOnEndOfLine": true,
  199. "CloseOnTerm": true
  200. },
  201. "TokenRange": {
  202. "Open": "\\\\",
  203. "Close": ""
  204. }
  205. }
  206. ]
  207. }
  208. }
  209. ]
  210. }
  211. }
  212. ],
  213. "KeyList": [
  214. {
  215. "Type": "Symbol",
  216. "Words": [
  217. ":",
  218. ";",
  219. "<",
  220. ">",
  221. "=",
  222. "/",
  223. "*",
  224. ".",
  225. ",",
  226. "-",
  227. "+",
  228. "(",
  229. ")",
  230. "[",
  231. "]",
  232. "{",
  233. "}"
  234. ],
  235. "Attributes": {
  236. "Element": "Symbol"
  237. }
  238. }
  239. ],
  240. "Set": [
  241. {
  242. "Type": "Numbers",
  243. "Symbols": "0123456789",
  244. "Attributes": {
  245. "Element": "Number"
  246. }
  247. },
  248. {
  249. "Type": "Float",
  250. "Symbols": ".0123456789",
  251. "Attributes": {
  252. "Element": "Number"
  253. }
  254. }
  255. ]
  256. }
  257. }
  258. },
  259. "CodeFolding": {
  260. "Ranges": [
  261. {
  262. "Options": {
  263. "StringEscapeChar": "\\"
  264. },
  265. "SkipRegion": [
  266. {
  267. "OpenToken": "\"",
  268. "CloseToken": "\"",
  269. "RegionType": "SingleLineString"
  270. }
  271. ],
  272. "FoldRegion": [
  273. {
  274. "OpenToken": "{",
  275. "CloseToken": "}",
  276. "Properties": {
  277. "BreakCharFollows": false
  278. }
  279. },
  280. {
  281. "OpenToken": "[",
  282. "CloseToken": "]",
  283. "Properties": {
  284. "BreakCharFollows": false
  285. }
  286. }
  287. ]
  288. }
  289. ]
  290. },
  291. "MatchingPair": {
  292. "Pairs": [
  293. {
  294. "OpenToken": "(",
  295. "CloseToken": ")"
  296. },
  297. {
  298. "OpenToken": "[",
  299. "CloseToken": "]"
  300. },
  301. {
  302. "OpenToken": "{",
  303. "CloseToken": "}"
  304. }
  305. ]
  306. },
  307. "CompletionProposal": {
  308. "SkipRegion": [
  309. {
  310. "OpenToken": "\"",
  311. "CloseToken": "\"",
  312. "RegionType": "SingleLineString"
  313. }
  314. ]
  315. }
  316. }