Ignore completion for calculator, calculus and physics

This commit is contained in:
Jerome Lelong 2022-01-03 22:03:32 +01:00
parent 0135c98944
commit f0a926e535

View File

@ -8,7 +8,7 @@ from pathlib import Path
from typing import List
from pyintel import CwlIntel
FILES_TO_IGNORE = ['diagxy.cwl']
FILES_TO_IGNORE = ['diagxy.cwl', 'calculator.cwl', 'calculus.cwl', 'physics.cwl']
FILES_TO_REMOVE_SPACES_IN = ['chemformula.cwl', 'context-document.cwl', 'class-beamer.cwl', 'csquotes.cwl', 'datatool.cwl', 'newclude.cwl', 'pgfplots.cwl', 'tabu.cwl', 'tikz.cwl']
CWD = Path(__file__).expanduser().resolve().parent