Skip to content

Commit 29c5c6c

Browse files
Added support for OSSL to the extension
While .lsl is the most common extension for all things LSL, the .ossl extension ought to be the 'approved' variation for the OSSL dialect of LSL...
1 parent 3692bd4 commit 29c5c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"keywords": ["Second Life", "SL", "OpenSimulator", "LSL", "Linden Scripting Language"],
1313
"license": "bsd-3-clause",
1414
"categories": ["completions", "languages", "commands"],
15-
"activationEvents": ["onLanguage:LSL", "onWorkspaceContains:*.lsl"],
15+
"activationEvents": ["onLanguage:LSL", "onWorkspaceContains:*.lsl", "onWorkspaceContains:*.ossl"],
1616

1717
"main": "main.js",
1818

0 commit comments

Comments
 (0)