Skip to content

Commit 5374c13

Browse files
committed
Move jbo_numeric onto more lines for readability
1 parent 70d57d6 commit 5374c13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lojban.vim

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ syn match jbo_fuhivla "\<\.\=[abcdefgijklmnoprstuvxyz]\{2}[,'][aoeui][bcdfgjklmn
2222
syn match jbo_fuhivla "\<\.\=[abcdefgijklmnoprstuvxyz,']\{-1,3}[bcdfgjklmnprstvxz]\{2}[abcdefgijklmnoprstuvxyz,']*[aoeui]\>"
2323
syn match jbo_fuhivla "\<[bcdfgjklmnprstvxz]\{2}[abcdefgijklmnoprstuvxyz,']\+[aoeui]\>"
2424

25-
syn match jbo_numeric "ci'i\|ka'o\|no'o\|pai\|te'o\|tu'o\|ce'i\|fi'u\|ki'o\|me'i\|ni'u\|pi'e\|ra'e\|za'u\|da'a\|du'e\|ji'i\|mo'a\|so'a\|so'e\|so'i\|so'o\|so'u\|su'e\|su'o\|dau\|fei\|gai\|jau\|rei\|vai\|xei\|rau\|\(xo\|no\|pa\|re\|ci\|vo\|mu\|xa\|ze\|bi\|so\|pi\|ro\)['aoeuiy]\@!" contained
25+
syn match jbo_numeric "dau\|fei\|gai\|jau\|rei\|vai\|xei\|rau" contained
26+
syn match jbo_numeric "\(xo\|no\|pa\|re\|ci\|vo\|mu\|xa\|ze\|bi\|so\|pi\|ro\)['aoeuiy]\@!" contained
27+
syn match jbo_numeric "ci'i\|ka'o\|no'o\|pai\|te'o\|tu'o\|ce'i\|fi'u\|ki'o\|me'i\|ni'u\|pi'e\|ra'e\|za'u\|da'a" contained
28+
syn match jbo_numeric "du'e\|ji'i\|mo'a\|so'a\|so'e\|so'i\|so'o\|so'u\|su'e\|su'o" contained
2629
syn match jbo_numeric "[0-9]" contained
2730
syn match jbo_special2 "to['aoeuiy]\@!\|to'i\|toi\|lu['aoeuiy]\@!\|li'u" contained
2831
syn match jbo_special "ni'o\|no'i\|\(\<\|\.\)i['aoeuiy]\@!" contained

0 commit comments

Comments
 (0)