diff options
author | Kurt McKee <contactme@kurtmckee.org> | 2020-09-04 13:40:24 -0500 |
---|---|---|
committer | Kurt McKee <contactme@kurtmckee.org> | 2020-09-04 13:40:24 -0500 |
commit | d0edb537ca4b5f37c3ea6336ed2175d58e8c753a (patch) | |
tree | 00a848ef0529eaa3da46869880fdc452480088a8 /pygments/lexers/_postgres_builtins.py | |
parent | bc67241664df4082af20fc30f08af8d3b5158fc8 (diff) | |
download | pygments-git-d0edb537ca4b5f37c3ea6336ed2175d58e8c753a.tar.gz |
Support Ruby method names and operator overrides, including Unicode
Fixes #253
This patch contains these changes:
* Add 50+ new Ruby tests for method name/operator override matching.
* Unicode method names are now supported (#253).
* `=` method name postfixes are now supported.
* These operator overrides are now supported:
`<`, `<=`, `!` `!@`, `~@`, `!`, `!=`, `!~`, `=~`
* The `<>` "operator" override is removed. It appears that this was
a typo in the regular expression (`<=?>` should have been `<=>?`).
Syntax verified with https://docs.ruby-lang.org/en/2.7.0/syntax/methods_rdoc.html
Diffstat (limited to 'pygments/lexers/_postgres_builtins.py')
0 files changed, 0 insertions, 0 deletions