@codemirror/lang-python
Advanced tools
Comparing version
@@ -0,1 +1,7 @@ | ||
## 0.19.5 (2022-04-06) | ||
### Bug fixes | ||
Make sure * and ** modifiers are highlighted as such, add modifier tag for FormatSpec nodes. | ||
## 0.19.4 (2022-01-26) | ||
@@ -2,0 +8,0 @@ |
@@ -61,3 +61,3 @@ import { parser } from '@lezer/python'; | ||
/*@__PURE__*/styleTags({ | ||
"async '*' '**' FormatConversion": tags.modifier, | ||
"async \"*\" \"**\" FormatConversion FormatSpec": tags.modifier, | ||
"for while if elif else try except finally return raise break continue with pass assert await yield": tags.controlKeyword, | ||
@@ -68,3 +68,2 @@ "in not and or is del": tags.operatorKeyword, | ||
"with as print": tags.keyword, | ||
self: tags.self, | ||
Boolean: tags.bool, | ||
@@ -71,0 +70,0 @@ None: tags.null, |
{ | ||
"name": "@codemirror/lang-python", | ||
"version": "0.19.4", | ||
"version": "0.19.5", | ||
"description": "Python language support for the CodeMirror code editor", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
17085
0.51%225
-0.88%