Skip to content

Commit

Permalink
Improving code coverage for MXML syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Oct 19, 2023
1 parent dda37d7 commit 584a731
Show file tree
Hide file tree
Showing 2 changed files with 555 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,6 @@ URL = (((https?|f(tp|ile))"://"|"www.")({URLCharacters}{URLEndCharacter})?)
"String" |
"uint" |
"Vector" |
"void" |
"XML" |
"XMLNode" |
"XMLSocket" { addToken(Token.DATA_TYPE); }
Expand All @@ -704,7 +703,6 @@ URL = (((https?|f(tp|ile))"://"|"www.")({URLCharacters}{URLEndCharacter})?)
"gotoAndPlay" |
"gotoAndStop" |
"#include" |
"int" |
"isFinite" |
"isNaN" |
"loadMovie" |
Expand All @@ -715,7 +713,6 @@ URL = (((https?|f(tp|ile))"://"|"www.")({URLCharacters}{URLEndCharacter})?)
"newline" |
"nextFrame" |
"nextScene" |
"Number" |
"parseFloat" |
"parseInt" |
"play" |
Expand All @@ -733,9 +730,7 @@ URL = (((https?|f(tp|ile))"://"|"www.")({URLCharacters}{URLEndCharacter})?)
"stop" |
"stopAllSounds" |
"stopDrag" |
"String" |
"targetPath" |
"tellTarget" |
"toggleHighQuality" |
"trace" |
"unescape" |
Expand Down
Loading

0 comments on commit 584a731

Please sign in to comment.