Comparing version 0.0.2 to 0.0.3
@@ -95,3 +95,3 @@ import { parser, trackVariables } from 'lezer-feel'; | ||
const dontComplete = [ | ||
'String', 'Name', | ||
'StringLiteral', 'Name', | ||
'LineComment', 'BlockComment' | ||
@@ -98,0 +98,0 @@ ]; |
{ | ||
"name": "lang-feel", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "FEEL language support for the CodeMirror code editor", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
11965