Skip to content

Commit

Permalink
lol fixing branch statement coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
anvitha305 committed Feb 9, 2023
1 parent 456ebac commit 2a78d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntax/legv8.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ if exists('b:current_syntax') | finish| endif
syntax case ignore

"branch labelling legv8
syntax match branch "\v\h\w+:$"
syntax match branch "\v\h\w+%[\s]$"
syntax match branch "\v\h\w+"
syntax match branch "\v\h\w+"

" constants in legv8
syntax match constant "\v#\d+"
Expand Down

0 comments on commit 2a78d12

Please sign in to comment.