Awk: fix regex in a function and update syntax for gawk
ClosedPublic

Authored by jpoelen on May 13 2018, 10:31 PM.

Details

Summary
  • fix match(str, /it's a regex, not an operator and normal text/)
  • fix escaped characters
  • add Symbol, Separator Symbol and Control Flow style
  • add some functions and keywords.

Diff Detail

Repository
R216 Syntax Highlighting
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
jpoelen created this revision.May 13 2018, 10:31 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptMay 13 2018, 10:31 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
jpoelen requested review of this revision.May 13 2018, 10:31 PM
jpoelen updated this revision to Diff 34098.May 14 2018, 2:41 AM
  • Awk: add collating symbols and equivalence classes
dhaumann accepted this revision.Jun 9 2018, 9:50 AM

Looks good to me, will integrate.

This revision is now accepted and ready to land.Jun 9 2018, 9:50 AM
This revision was automatically updated to reflect the committed changes.