mirror of
https://github.com/xodio/xod.git
synced 2026-03-16 05:36:54 +01:00
tweak(xod-arduino): tweak token for CppImplementationEditor to highlight inputs/outputs with lowercase characters in the name (#1006)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
const getTokens = () => [
|
||||
{
|
||||
regex: /\b((?:input|output)_[A-Z0-9-_]+)\b/gm,
|
||||
regex: /\b((?:input|output)_[A-Za-z0-9-_]+)\b/gm,
|
||||
token: 'tag',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user