components/prism-bro.js


Log

Author Commit Date CI Message
Michael Schmidt 4cebf34c 2021-11-22T13:04:59 Bro: Removed `variable` and minor improvements (#3186)
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
Michael Schmidt 74edb4e5 2021-05-14T12:40:12 ESLint: Added indent rule (#2881)
Michael Schmidt fd20dbe4 2021-05-01T14:53:38 ESLint: Added spacing rules (#2862)
Michael Schmidt b971ea24 2021-05-01T14:37:02 ESLint: Added no-tabs rule (#2863)
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Golmote 12c0b20a 2018-03-08T22:19:01 Decouple minus sign from number pattern in most languages. Close #1110
Golmote 16979a38 2017-10-22T14:18:18 Bro: Regexp simplification + don't use captures if not needed
Andreas Rohner 71e57594 2016-04-30T11:52:51 Add basic test cases for the Bro language This patch adds basic tests for the Bro language and it enables the greedy-flag for the string token.
wayward710 b8275198 2016-04-07T23:50:03 Fixed whitespaces, reordered tokens, used Gulp to min JS
wayward710 5bdb22e6 2016-04-07T01:18:46 Corrected indentation issue
wayward710 22bf9c55 2016-04-07T01:12:38 Fixed issues pointed out in previous pull request
wayward710 9e8d4f99 2016-04-01T02:08:35 More improvements to Bro
wayward710 b25a7515 2016-03-31T03:34:23 Added Bro support to Prism