add multiple ; for highlighting

This commit is contained in:
Emilia Simmons 2023-05-18 12:00:38 -04:00 committed by Amaan Qureshi
parent 865483f8d1
commit 0058058386

View file

@ -28,7 +28,7 @@
(#match? @number "^[-+]?[0-9]+(.[0-9]+)?$"))
((program . (comment)* . (comment) @include)
(#match? @include "^;\ +inherits\ *:"))
(#match? @include "^;+ +inherits *:"))
((program . (comment)* . (comment) @preproc)
(#match? @preproc "^; +extends"))
(#match? @preproc "^;+ +extends"))