JSON.hgl 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <UniHighlighter version="1.8">
  2. <Info>
  3. <General Name="JSON" Extensions="json" Other="0"/>
  4. <Author Name="" Email="" Web="" Copyright="" Company="" Remark=""/>
  5. <Version Version="1" Revision="1" Date="45338,8541038426"/>
  6. <History>
  7. </History>
  8. <Sample>
  9. <S>{</S>
  10. <S> Styles : [</S>
  11. <S> {</S>
  12. <S> String: &quot;Light&quot;,</S>
  13. <S> Number: 1000,</S>
  14. <S> Boolean: true</S>
  15. <S> },</S>
  16. <S> {</S>
  17. <S> String: &quot;Dark&quot;,</S>
  18. <S> Number: 3000,</S>
  19. <S> Boolean: false</S>
  20. <S> }</S>
  21. <S> ]</S>
  22. <S>}</S>
  23. </Sample>
  24. </Info>
  25. <Scheme File="" Name=""/>
  26. <Range Name="Root" Attributes="$80000008,$80000005;False:False." Style=""
  27. Delimiters="!&quot;#$%&amp;'()*+,-./:;&lt;=&gt;?@[\]^`{|}~">
  28. <Rule/>
  29. <Keywords Name="Keywords" Attributes="$000080FF,$80000005;False:True." Style="">
  30. <Word Value="false"/>
  31. <Word Value="null"/>
  32. <Word Value="true"/>
  33. </Keywords>
  34. <Keywords Name="Punctuators" Attributes="$00800000,$80000005;False:True." Style="">
  35. <Word Value="["/>
  36. <Word Value="]"/>
  37. <Word Value="{"/>
  38. <Word Value="}"/>
  39. <Word Value=","/>
  40. <Word Value=":"/>
  41. </Keywords>
  42. <Set Name="Numbers" Attributes="$00008000,$80000005;False:True." Style="" Symbols="0123456789"/>
  43. <Range Name="Strings &quot;..&quot;" Attributes="$00000080,$80000005;False:True." Style=""
  44. Delimiters="!&quot;#$%&amp;'()*+,-./:;&lt;=&gt;?@[\]^`{|}~">
  45. <Rule OpenSymbol="&quot;" OpenSymbolPartOfTerm="Right" CloseSymbol="&quot;" CloseSymbolPartOfTerm="Right" CloseOnEol="True"/>
  46. <Keywords Name="Escape" Attributes="$00000080,$80000005;True:True." Style="">
  47. <Word Value="\&quot;"/>
  48. <Word Value="\'"/>
  49. <Word Value="\\"/>
  50. </Keywords>
  51. </Range>
  52. </Range>
  53. </UniHighlighter>