0.3.9
This commit is contained in:
@@ -38,7 +38,7 @@ export async function indexAttributes(
|
||||
}
|
||||
|
||||
export async function attributeComplete(completeEvent: CompleteEvent) {
|
||||
const inlineAttributeMatch = /([^\[]|^)\[(\w+)$/.exec(
|
||||
const inlineAttributeMatch = /([^\[\{}]|^)\[(\w+)$/.exec(
|
||||
completeEvent.linePrefix,
|
||||
);
|
||||
if (inlineAttributeMatch) {
|
||||
|
||||
Reference in New Issue
Block a user