Skip to content

Commit

Permalink
Correct syntax coloring for continue keyword
Browse files Browse the repository at this point in the history
It's a control keyword, not a builtin function
  • Loading branch information
mkruselj committed Jul 6, 2023
1 parent 87b8ffa commit 15cf135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KSP.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ contexts:
1: operator.source.ksp
2: support.variable.source.ksp

- match: (?!#)\b(if|to|downto|else|for|while|select|case)\b(?!#)
- match: (?!#)\b(if|to|downto|else|for|while|select|case|continue)\b(?!#)
comment: Control keywords
scope: keyword.control.source.ksp

Expand Down Expand Up @@ -552,7 +552,7 @@ contexts:
abs|(a)?(cos|sin|tan)|add_(menu_item|text_line)|array_equal||attach_(level_meter|zone)|
by_(marks|track)|
cc_delivery_request|ceil|change_(listener_par|note|pan|time_with_pitch|tune|velo|vol)|(cb|sq)rt|continue|
cc_delivery_request|ceil|change_(listener_par|note|pan|time_with_pitch|tune|velo|vol)|(cb|sq)rt|
dec|delete_event_mark|detect_(pitch|rms|peak|loudness|sample_type|instrument_type|drum_type)|disable_logging|(dis)?allow_group|dont_use_machine_mode|
event_status|exit|exp(2)?|expose_controls|
fade_(in|out)|find_(group|mod|target|zone)|floor|fs_(get_filename|navigate)|
Expand Down

0 comments on commit 15cf135

Please sign in to comment.