File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ unlet b:current_syntax
2929
3030syn region comment_line_double_slash_bsl start =" //" end =" $"
3131syn region string_quoted_double_bsl matchgroup =bslStrings start =+ "+ end =+ "+ contains =source_sdbl
32- syn region source_sdbl start =" \( [^0-9a-zа-яё._]\@ <=\| ^\)\( Выбрать\| Select\(\s\+ Разрешенные\| Allowed\)\?\(\s\+ Различные\| Distinct\)\?\(\s\+ Первые\| Top\)\?\)\( [^0-9a-zа-яё._]\@ =\| $\) " end =" \(\(\" [^\" ]\)\@ =\) " contains =@bslSDBL transparent
32+ syn region source_sdbl start =" \( [^0-9a-zа-яё._]\@ <=\| ^\)\( Выбрать\| Select\(\s\+ Разрешенные\|\s\+ Allowed\)\?\(\s\+ Различные\|\s\+ Distinct\)\?\(\s\+ Первые\|\s\+ Top\)\?\)\( [^0-9a-zа-яё._]\@ =\| $\) " end =" \(\(\" [^\" ]\)\@ =\) " contains =@bslSDBL transparent
3333syn match constant_numeric_bsl display " -\=\<\d\+\> "
3434syn match constant_float_bsl display " -\=\<\d\+\.\d\+\> "
3535syn match constant_other_date_bsl " \'\(\(\d {4}[^\d\' ]*\d {2}[^\d\' ]*\d {2}\)\( [^\d\' ]*\d {2}[^\d\' ]*\d {2}\( [^\d\' ]*\d {2}\)\?\)\?\)\' "
You can’t perform that action at this time.
0 commit comments