Lua - registering completiosn to sublime text 2 - exclude strings from completion logic
This commit is contained in:
parent
ada89f875a
commit
ddbaf6b2f9
|
@ -59,7 +59,7 @@ namespace BizHawk.Client.Common
|
||||||
{
|
{
|
||||||
public SublimeCompletions()
|
public SublimeCompletions()
|
||||||
{
|
{
|
||||||
Scope = "source.lua";
|
Scope = "source.lua - string";
|
||||||
}
|
}
|
||||||
|
|
||||||
[JsonProperty(PropertyName = "scope")]
|
[JsonProperty(PropertyName = "scope")]
|
||||||
|
|
Loading…
Reference in New Issue