components/prism-jsx.js


Log

Author Commit Date CI Message
Golmote f41c5cd5 2017-11-29T08:35:55 JSX: Improve highlighting support. Fix #1235 and #1236
Golmote 28de4e2e 2017-10-22T14:49:30 JSX: Regexp optimisation + handle spread operator as a whole
Golmote b8c0a157 2017-07-05T19:55:16 JSX: Restore accidentally deleted regexp part in b0fe103
Golmote b0fe1036 2017-07-05T19:47:46 JSX: Improved performance for tags (when not matching) Fix #1152
Valtteri Laitinen 8aa2cc4a 2017-05-08T13:56:50 Replace [\w\W] with [\s\S] and [0-9] with \d in regexes (#1107) * Replace [\w\W] with [^] and [0-9] with \d in regexes * Replace [\s\S] with [^] * Replace [^] with [\s\S]
Golmote 867ea428 2017-03-02T08:26:05 JSX: Fix highlighting of attributes containing spaces
Vivek Kumar Bansal 561bceb5 2017-02-08T13:04:02 fixes #1061 JSX spread operator break (#1094) * fixes #1061 JSX spread operator break * simplify jsx tag regexp
Vivek Kumar Bansal 971dda7f 2015-12-29T10:40:06 Better Nesting in JSX attributes Credit @jquense
Golmote e135947c 2015-10-10T12:48:04 Run gulp and update tests after #801 merge
Golmote 90c75d5d 2015-08-26T07:42:03 JSX: Allow for one level of nesting. Fix #717
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote e444b56a 2015-01-19T18:57:25 JSX: change javascript alias
Vivek Kumar Bansal 875ad39f 2015-01-18T17:30:09 Added React JSX definition