Re: [PATCH v2] userdiff: add built-in pattern for rust

2019-05-17 Thread Marc-André Lureau
Hi On Fri, May 17, 2019 at 8:26 AM Johannes Sixt wrote: > > Am 17.05.19 um 01:58 schrieb marcandre.lur...@redhat.com: > > From: Marc-André Lureau > > > > This adds xfuncname and word_regex patterns for Rust, a quite > > popular programming language. It also includes test cases for the > > xfuncn

Re: [PATCH v2] userdiff: add built-in pattern for rust

2019-05-16 Thread Johannes Sixt
Am 17.05.19 um 01:58 schrieb marcandre.lur...@redhat.com: > From: Marc-André Lureau > > This adds xfuncname and word_regex patterns for Rust, a quite > popular programming language. It also includes test cases for the > xfuncname regex (t4018) and updated documentation. > > The word_regex patter

[PATCH v2] userdiff: add built-in pattern for rust

2019-05-16 Thread marcandre . lureau
From: Marc-André Lureau This adds xfuncname and word_regex patterns for Rust, a quite popular programming language. It also includes test cases for the xfuncname regex (t4018) and updated documentation. The word_regex pattern finds identifiers, integers, floats and operators, according to the Ru