File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11" Vim syntax file
22" Language: 1C (BSL)
33" Maintainer: Alexander Andreev <andreevlex.as@gmail.com>
4- " Last Change: 30/10 /2016
4+ " Last Change: 01/11 /2016
55"
66" For version 5.x: Clear all syntax items
77" For version 6.x: Quit when a syntax file was already loaded
@@ -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\+ Разрешенные\|\s\+ Allowed\)\?\(\s\+ Различные\|\s\+ Distinct\)\?\(\s\+ Первые\|\s\+ Top\)\?\)\( [^0-9a-zа-яё._] \@ = \| $ \) " end =" \(\(\" [^\" ]\)\@ =\) " contains =@bslSDBL transparent
32+ syn region source_sdbl start =" \( Выбрать\| Select\(\s\+ Разрешенные\|\s\+ Allowed\)\?\(\s\+ Различные\|\s\+ Distinct\)\?\(\s\+ Первые\|\s\+ Top\)\?\) " 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