Skip to content

Commit 281a6d5

Browse files
committed
feat(ext): add it as a language variable
1 parent 466fca0 commit 281a6d5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

vscode-ext/lo.vsix

75 Bytes
Binary file not shown.

vscode-ext/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "glebbash",
66
"publisher": "glebbash",
77
"license": "MIT",
8-
"version": "0.0.86",
8+
"version": "0.0.88",
99
"engines": {
1010
"vscode": "^1.88.0"
1111
},

vscode-ext/syntaxes/lo.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@
11251125
"patterns": [
11261126
{
11271127
"name": "variable.language.self.lo",
1128-
"match": "\\b[Ss]elf\\b"
1128+
"match": "\\b([Ss]elf|it)\\b"
11291129
}
11301130
]
11311131
},

0 commit comments

Comments
 (0)