allow no spaces for extend/inherit comments

This commit is contained in:
Emilia Simmons 2023-05-18 12:05:02 -04:00 committed by Amaan Qureshi
parent 0058058386
commit 58da7fe93e

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"))