components/prism-go.js

Branch


Log

Author Commit Date CI Message
Michael Schmidt f11b86e2 2021-12-05T14:35:28 Go: Added `char` token and improved `string` and `number` tokens (#3208)
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Michael Schmidt 8828500e 2020-12-22T10:54:55 Tests: Added strict checks for `Prism.languages.extend` (#2572)
Michael Schmidt c187e229 2019-10-16T12:06:22 Added test for unused capturing groups (#1996) This adds a test that checks for unused capturing groups in patterns and another test which ensures that lookbehind groups are always the first thing being matched in a pattern.
Golmote 12c0b20a 2018-03-08T22:19:01 Decouple minus sign from number pattern in most languages. Close #1110
Golmote 88caabb9 2017-10-22T14:37:59 Go: Regexp optimisation + don't use captures if not needed
Golmote 7549eccb 2017-02-08T23:23:24 Add missing greedy config in APL, AutoIt, Dart, Elixir, Erlang, F#, Go, Haxe, Icon, Inform7, J, Makefile, Mel, Nim, Nix, NSIS, OCaml, Oz, Pari/GP, Parser, Pascal, Perl, Prolog, Pure, Qore, R, Rip, Ruby, Rust, SAS, Scheme, SQL, Stylus, Tcl and Verilog
Golmote 776ab901 2015-08-20T08:39:30 Go: improved operator regexp + removed punctuation from it
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Arne Hormann a2acb949 2014-05-25T01:52:02 replace entities with their literals
Arne Hormann def5c233 2013-12-01T15:16:53 add Go support to prism