Skip to content

Commit 153b3e9

Browse files
committed
Refactor code and update syntax highlighting for ini files
1 parent ed17d4a commit 153b3e9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/extension.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import * as vscode from 'vscode';
22

3-
// asda
4-
53
export function activate(context: vscode.ExtensionContext) {
64

75
}

syntaxes/ini.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"include": "#inline-comment"
77
},
88
{
9-
"include": "#keywords"
9+
"include": "#keyword"
1010
},
1111
{
1212
"include": "#strings"
1313
}
1414
],
1515
"repository": {
16-
"keywords": {
16+
"keyword": {
1717
"patterns": [{
1818
"begin": "\\b(MappedImage|Object|Locomotor|Armor|CommandButton|CommandSet|FXList|AudioEvent|ObjectCreationList|ParticleSystem|PlayerTemplate|Rank|Science|SpecialPower|DialogEvent|Upgrade|Weapon|Weather)\\b\\s(\\w+)",
1919
"beginCaptures": {

0 commit comments

Comments
 (0)