mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Don't use code check on .bib files
This commit is contained in:
parent
32b0c6a4fb
commit
68aab6e05c
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ define [
|
||||||
|
|
||||||
session.setUseWrapMode(true)
|
session.setUseWrapMode(true)
|
||||||
# use syntax validation only when explicitly set
|
# use syntax validation only when explicitly set
|
||||||
if scope.syntaxValidation? and syntaxValidationEnabled
|
if scope.syntaxValidation? and syntaxValidationEnabled and !scope.fileName.match(/\.bib$/)
|
||||||
session.setOption("useWorker", scope.syntaxValidation);
|
session.setOption("useWorker", scope.syntaxValidation);
|
||||||
|
|
||||||
# now attach session to editor
|
# now attach session to editor
|
||||||
|
|
Loading…
Reference in a new issue