mirror of
https://github.com/OlivierGuinart/Merlin32ForVSCode.git
synced 2024-11-22 13:32:22 +00:00
Support in regex for --^ and double-quotes don't auto-complete anymore in strings
This commit is contained in:
parent
d585b6c82f
commit
7480532e4d
@ -14,7 +14,7 @@
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"],
|
||||
["\"", "\""],
|
||||
{ "open": "\"", "close": "\"", "notIn": ["string"] },
|
||||
["'", "'"]
|
||||
],
|
||||
// symbols that that can be used to surround a selection
|
||||
|
@ -40,7 +40,7 @@
|
||||
"directives": {
|
||||
"patterns": [{
|
||||
"name": "support.function.directive.merlin32",
|
||||
"match": "(?i)\\b(EQU|ANOP|ORG|PUT|PUTBIN|START|END|DUM|DEND|MX|XC|LONGA|LONGI|USE|USING|REL|DSK|LNK|SAV|TYP|IF|DO|ELSE|FIN|LUP|ELUP|\\^|ERR|DAT|AST|CYC|EXP|LST|LSTDO|PAG|TTL|SKP|TR|KBD|PAU|SW|USR)\\b"
|
||||
"match": "(?i)\\b(EQU|ANOP|ORG|PUT|PUTBIN|START|END|DUM|DEND|MX|XC|LONGA|LONGI|USE|USING|REL|DSK|LNK|SAV|TYP|IF|DO|ELSE|FIN|LUP|ELUP|ERR|DAT|AST|CYC|EXP|LST|LSTDO|PAG|TTL|SKP|TR|KBD|PAU|SW|USR)\\b|(--\\^)"
|
||||
}]
|
||||
},
|
||||
"strings": {
|
||||
|
Loading…
Reference in New Issue
Block a user