1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-02 16:58:11 +09:00
This commit is contained in:
syuilo 2017-02-10 00:44:42 +09:00
parent 76e2892949
commit a74f12dc98

View File

@ -40,6 +40,7 @@ const keywords = [
'then',
'else',
'switch',
'match',
'case',
'for',
'each',
@ -291,7 +292,7 @@ const elements = [
const prev = source[i - 1];
if (prev != '.') return null;
const match = code.match(/^[a-zA-Z_-]+/);
const match = code.match(/^[a-zA-Z0-9_-]+/);
if (!match) return null;
return {