PJ Walstrom
05/13/2022, 3:51 PMa-z
range in e.g. function names? I see that `parameterPattern: '[a-z][A-Za-z0-9]*'`is used, but I would like to use the Norwegian characters æ
, ø
and å
in function names, too. Any help would be highly appreciated!
fun vilkårsØnske() {}
gammax
05/13/2022, 7:08 PMPJ Walstrom
05/13/2022, 8:42 PMparameterPattern: '[a-zæøå][A-ZÆØÅa-zæøå0-9]*'