Packages icon indicating copy to clipboard operation
Packages copied to clipboard

[ActionScript] refactor syntax

Open jrappen opened this issue 3 years ago • 3 comments

  • update to syntax v2
  • add variables
  • move comments to prototype context
  • add named contexts for strings & comments while making use of meta_scope
  • replace captures: 0: ... with scope: ...
  • add more tests

jrappen avatar Nov 13 '22 22:11 jrappen

To anybody reviewing, you can check I haven't changed the regex for the variables by reversing my changes:

  • remove whitespace
  • replace (?:...) with the original (...)

jrappen avatar Nov 18 '22 08:11 jrappen

I'll address leftover comments later today.

jrappen avatar Dec 10 '22 09:12 jrappen

I still have to do the keywords context and update the numbers stuff.

jrappen avatar Jan 23 '23 11:01 jrappen