mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
4988efd35e
Initially just with a Wordbreak module to implement Unicode standard on 'Default Word Boundaries'. Due to it's standaloneability this has been written as a separate library. Non-BMP characters are currently not supported. Bug: 44085 Change-Id: Ieafa070076f4c36855684f6bc179667e28af2c25
37 lines
497 B
Plaintext
37 lines
497 B
Plaintext
{
|
|
"predef": [
|
|
"ve",
|
|
"unicodeJS",
|
|
"QUnit"
|
|
],
|
|
|
|
"bitwise": true,
|
|
"camelcase": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"forin": false,
|
|
"immed": true,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"noempty": true,
|
|
"nonew": true,
|
|
"plusplus": false,
|
|
"quotmark": "single",
|
|
"regexp": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"strict": false,
|
|
"trailing": true,
|
|
|
|
"es5": true,
|
|
"multistr": true,
|
|
"smarttabs": true,
|
|
|
|
"browser": true,
|
|
"jquery": true,
|
|
|
|
"nomen": true,
|
|
"onevar": true
|
|
}
|