mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 03:30:25 +01:00
keysyms: Add regex for keysyms with Unicode annotation in angle brackets
This commit is contained in:
parent
fbd19fa7e5
commit
fe12c51027
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ SOFTWARE.
|
|||
* that match one of these Perl regular expressions:
|
||||
*
|
||||
* /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*\/\* U\+([0-9A-F]{4,6}) (.*) \*\/\s*$/
|
||||
* /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*\/\*<U\+([0-9A-F]{4,6}) (.*)>\*\/\s*$/
|
||||
* /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*\/\*\(U\+([0-9A-F]{4,6}) (.*)\)\*\/\s*$/
|
||||
* /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*(\/\*\s*(.*)\s*\*\/)?\s*$/
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue