mirror of https://github.com/MidnightCommander/mc
Revert "Ticket #1987: added Cobol syntax highlighting."
This reverts commit a8d75fce1e
.
The Cobol syntax description in misc/syntax/Syntax file
breaks highlighting of other syntaxes.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
a8d75fce1e
commit
8a97f22f30
|
@ -7,7 +7,6 @@ SYNTAXFILES = \
|
|||
c.syntax \
|
||||
cabal.syntax \
|
||||
changelog.syntax \
|
||||
cobol.syntax \
|
||||
cs.syntax \
|
||||
css.syntax \
|
||||
cxx.syntax \
|
||||
|
|
|
@ -43,9 +43,6 @@ include sh.syntax
|
|||
file ..\*\\.(pl|PL|pm|PM)$ Perl\sProgram ^#!.\*([\s/]perl|@PERL@)
|
||||
include perl.syntax
|
||||
|
||||
file ..\*\\.(cbl|CBL)$ Cobol\sProgram ^ PHASE.\*)
|
||||
include cobol.syntax
|
||||
|
||||
file ..\*\\.(py|PY)$ Python\sProgram ^#!.\*([\s/]python|@PYTHON@)
|
||||
include python.syntax
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue