mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
config: ignore math during spell check
This commit is contained in:
Vendored
+4
-1
@@ -7,10 +7,13 @@
|
||||
"spellright.language": [
|
||||
"en_US"
|
||||
],
|
||||
"spellright.ignoreRegExps": [
|
||||
"/.. math::[^]*?.. endmath/gm",
|
||||
],
|
||||
"spellright.documentTypes": [
|
||||
"markdown",
|
||||
"latex",
|
||||
"plaintext",
|
||||
"python"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -246,3 +246,5 @@ Fahrenheit (°F) or Kelvin (K), you can use the following conversion formulas:
|
||||
°\!F & = & °\!C \cdot \frac{9}{5} + 32\\
|
||||
K & = & °\!C + 273.15
|
||||
\end{eqnarray}
|
||||
|
||||
.. endmath
|
||||
|
||||
Reference in New Issue
Block a user