Skip to content

Commit 94a7efb

Browse files
committed
1.1.1
Add syntax highlighting for new 0.5.0
1 parent 51aa627 commit 94a7efb

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
restructuredpython/vsc-extension-quickstart.md
22
restructuredpython/restructuredpython-0.0.1.vsix
33
restructuredpython/restructuredpython-1.1.0.vsix
4+
restructuredpython/restructuredpython-1.1.1.vsix

restructuredpython/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "restructuredpython",
33
"displayName": "reStructuredPython",
44
"description": "Support for the language reStructuredPython",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"publisher": "RihaanMeher",
77
"icon": "icons/icon.png",
88
"repository": {
@@ -19,7 +19,7 @@
1919
"languages": [{
2020
"id": "restructuredpython",
2121
"aliases": ["reStructuredPython", "restructuredpython"],
22-
"extensions": [".repy",".d.repy",".f.repy",".repyconfig"],
22+
"extensions": [".repy",".d.repy",".cdata",".f.repy",".repyconfig"],
2323
"configuration": "./language-configuration.json",
2424
"icon": {
2525
"light": "./icons/icon.png",

restructuredpython/syntaxes/restructuredpython.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"patterns": [
3333
{
3434
"name": "keyword.control.restructuredpython",
35-
"match": "\\b(if|for|while|def|elif|else)\\b"
35+
"match": "\\b(if|for|while|def|elif|else|class|with|import|include)\\b"
3636
}
3737
]
3838
},

0 commit comments

Comments
 (0)