Sublime Forum

Idea: multiple regions per line in syntax test files

#1

For cases when I want to test multiple variants of a thing which all should ultimately parse to the same selector. E.g. instead of this (now):

  nil true false
; ^^^ constant.language.edn
;     ^^^^ constant.language.edn
;          ^^^^^ constant.language.edn

I could simply write

  nil true false
; ^^^ ^^^^ ^^^^^ constant.language.edn

This could save lots of vertical space.

M?

Thanks

2 Likes

#2

you may want to vote up the feature request here:

3 Likes