prettier/src
Huáng Jùnliàng d86f39cb83 fix(markdown): add more category to CJK regex (#5480)
The following characters should be treated as CJK character

```
3099..309A    ; Hira Kana # Mn   [2] COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK..COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK
309B..309C    ; Hira Kana # Sk   [2] KATAKANA-HIRAGANA VOICED SOUND MARK..KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK
```

Here is the [playground link](https://deploy-preview-5402--prettier.netlify.com/playground/#N4Igxg9gdgLgprEAuEhqhkFkMhahnYeoZ2EaGdQZoZ1AzBkEyGVczcnco8gHSmcGkGQEwZTB7BkHuGQGQjAdgw9AgAyAHhmGBHhmGAnhkDWDIEH7QJ0OgJIZAG3KB1BlIACANoA3ALpbAz+nLAFhGA-50CaDIGiGQMoMgCwZAEP89A2Qxj3E99NeBIf8BBDHyA8QyAMQyA+gyAMgzCgABygDRBgCFuslyAVgyAkQzJrIDGDGGAQAzMzCAANCAQAA4wAJbQAM7IoACGAE6NEADuAApNCLUo9XoQFQAmRSAARo31YADWcDAAyqWTFVAA5sgwjQCucMUAFjAAtgA2AOq7FfDVi2Bwc90XFXoXAJ7I4NW1xcvVcI0w7RMVgd6sgAGb1I4-YoAK2qAA8AEITaazOb1A5wAAyyzgYIhUJAsLhc2WKyOcAAipsIPA8ZCdiBFo0fo03sDGlNBm0oCNSi0ficJqU3ny4Cy9Ljio04ABHTYVaUA+pAkFIcH04o-A4VdZbBnVUnkqk03Fq-EMmD1UYnIYwXbIABMxQ29QqR1JAGEIAdgW8oNBJSBNj8ACpWnrqgl85YwG2DO3IADsAAYAL6poA) to show that current `prettier` adds redundant whitespaces around the characters.

The testcase text are copied from [半濁点 - Wikipedia](https://ja.wikipedia.org/wiki/%E5%8D%8A%E6%BF%81%E7%82%B9) and [ヴ - Wikipedia](https://ja.wikipedia.org/wiki/%E3%83%B4) respectively.
2018-11-15 00:10:50 +08:00
..
cli Bump Prettier dependency to 1.15.0 2018-11-07 09:12:25 +08:00
common fix(javascript): do not attach to block if it's not behind right func paren (#5435) 2018-11-11 00:10:19 +08:00
config Bump Prettier dependency to 1.15.0 2018-11-07 09:12:25 +08:00
doc Bump Prettier dependency to 1.15.0 2018-11-07 09:12:25 +08:00
language-css fix(css-in-js): do not duplicate comments (#5416) 2018-11-10 16:43:59 +08:00
language-graphql refactor: language extend (#4994) 2018-08-22 10:12:57 +08:00
language-handlebars Escape Quotes in Glimmer String Literals (#5143) 2018-10-05 22:19:33 +02:00
language-html fix(vue): do not add invalid semicolon for event attr (#5418) 2018-11-11 00:25:11 +08:00
language-js fix(typescript): do not add invalid semi for construct in interface with prettier-ignore (#5469) 2018-11-14 21:35:37 +08:00
language-markdown fix(markdown): add more category to CJK regex (#5480) 2018-11-15 00:10:50 +08:00
language-yaml Bump Prettier dependency to 1.15.0 2018-11-07 09:12:25 +08:00
main feat(cli): allow overriding (#5390) 2018-11-10 00:59:59 +08:00
utils fix(markdown): trailing spaces after front matters are allowed (#5107) 2018-09-21 19:51:03 +08:00
index.js refactor: move index.js and standalone.js to src (#5054) 2018-09-06 13:51:18 +08:00
standalone.js feat: support HTML/Vue/Angular (#5259) 2018-11-04 23:03:07 +08:00