Alex Dima
cba330f886
Delete `/release/` folder
2022-04-07 14:17:42 +02:00
Alexandru Dima
12f0e7aa16
Merge pull request #170 from microsoft/hediet/containsBalancedBrackets
...
Implements flag "containsBalancedBrackets"
2022-04-07 14:16:58 +02:00
Alex Dima
1c32087487
update `/release/` folder
2022-04-07 13:47:54 +02:00
Alex Dima
c919a8f186
Also assert the bracket bit in tests
2022-04-07 13:46:47 +02:00
Alex Dima
0bc2addb0d
Move the balanced bracket bit close to the token type bits
2022-04-07 13:40:33 +02:00
Henning Dieterichs
2d4d3c85d6
Implements flag "containsBalancedBrackets"
2022-04-07 00:30:30 +02:00
Alexandru Dima
9ac3bb4801
Merge pull request #169 from microsoft/hediet/optionalStandardTokenType
...
Renames TemporaryStandardTokenType to OptionalStandardTokenType.
2022-04-05 09:54:14 +02:00
Henning Dieterichs
d6cd3eb508
Renames TemporaryStandardTokenType to OptionalStandardTokenType.
...
Renames Other to NotSet and fixes semantics.
2022-04-04 16:46:11 +02:00
Alex Dima
a22e778360
Switch to `mocha`
2022-03-23 17:27:13 +01:00
Alex Dima
677f741f5b
CRLF -> LF
2022-02-04 14:21:30 +01:00
Alex Dima
5234400f7d
6.0.0
2021-12-17 09:57:59 +01:00
Alex Dima
32f4909502
Add tests for strikethrough
2021-12-17 09:56:27 +01:00
Alexandru Dima
4f1272a1fd
Merge pull request #159 from SNDST00M/feat-fontstyle-strikethrough
...
Implement `FontStyle.Strikethrough`
2021-12-17 09:53:38 +01:00
IT'S MUNIN JUHURD?
8346160b33
Reduce RegEx token type to 3
2021-12-16 17:22:00 +00:00
IT'S MUNIN JUHURD?
eca1524b4d
Reduce RegEx temporary token type to 3
2021-12-16 16:52:41 +00:00
SNDST00M: M.U.N.I.N
da69f6ad69
Implement FontStyle.Strikethrough
2021-12-15 22:19:11 +00:00
Alex Dima
d87b3d53fc
Remove unused build definition
2021-11-26 11:18:06 +01:00
Alex Dima
d55fc66b00
Add CI
2021-11-26 11:12:28 +01:00
Alex Dima
f1d8408361
5.5.0
2021-11-19 12:19:30 +01:00
Alex Dima
ac6314ba6d
Add an optional `timeLimit` arg ( microsoft/vscode#117264 )
2021-11-19 12:19:02 +01:00
Alex Dima
1002c6c0a9
5.4.1
2021-10-28 17:36:54 +02:00
Alex Dima
f6ed7121f4
Generate scopes only once when matching against token types
2021-10-28 17:36:22 +02:00
Dirk Baeumer
0a879dd759
Add indexing action
2021-10-01 10:58:22 +02:00
Alex Dima
a53ae3c12b
Prepare everything to be able to visit all included grammars when collecting injections
2021-08-18 18:13:00 +02:00
Alex Dima
df9f7c20e6
improve debug mode logging
2021-08-18 14:47:28 +02:00
Alex Dima
792e2b639b
update deps
2021-08-18 14:10:09 +02:00
Alex Dima
9e3c594166
5.4.0
2021-03-26 16:03:08 +01:00
Alex Dima
eeff31f4c7
Fixes microsoft/vscode#119918 : Avoid using oniguruma find options since they cause freezes tokenizing minified files with the JS grammar
2021-03-26 16:02:20 +01:00
Alexandru Dima
b3410c6635
5.3.1
2021-03-23 14:48:05 +01:00
Alexandru Dima
4b766df5d7
Fix typing
2021-03-23 14:47:36 +01:00
Alexandru Dima
43efb281b2
5.3.0
2021-03-23 14:05:25 +01:00
Alexandru Dima
1740aba4cf
check in release folder
2021-03-23 13:51:06 +01:00
Alexandru Dima
4fefcf317e
Merge pull request #148 from msftrncs/ScopeSubst#147
...
Make scope capture substitution regex global
2021-03-23 13:50:15 +01:00
Alex Dima
6e5409de45
update deps
2021-03-11 13:01:18 +01:00
Alex Dima
92e88d4f7f
Add SECURITY.md
2021-03-10 14:56:46 +01:00
msftrncs
30759cc5cc
Provide test for #147
...
Implements a test for issue #147 , to insure that multiple substitutions
on a single scope specification are handled.
2021-02-27 01:48:42 -06:00
msftrncs
357b5996fa
Make scope capture substitution regex global
...
Add the global modifier to the regex that handles scope name capture
substitutions for instances where more than one substitution exists.
Fixes #147
2021-02-27 01:44:44 -06:00
Alexandru Dima
47502666f8
update to latest `webpack`
2021-01-29 14:47:26 +01:00
Alexandru Dima
944907185c
Remove usage of tslint
2021-01-29 14:44:00 +01:00
Alexandru Dima
f1187de197
Adopt latest dev dependencies
2021-01-29 14:43:25 +01:00
Alexandru Dima
036dcad6a6
Merge pull request #146 from msftrncs/ImproveEndlessLoopDet
...
Improve endless loop detection
2021-01-29 14:33:23 +01:00
Alexandru Dima
5146f83e79
Whe checking for an endless loop, look through all stack elements entered at the same position
2021-01-29 14:31:53 +01:00
msftrncs
0906b05c84
implement a test pattern for issue #145
2021-01-23 22:05:30 -06:00
msftrncs
7fe8ca7784
Improve Endless Loop Detection
...
For BeginEnd and BeginWhile rules, improves the endless loop detection,
detecting multiple rule deep loops and not falsing detecting successively
repeating rules that did not occur at the same place.
Fixes #145 .
2021-01-22 01:39:05 -06:00
Alexandru Dima
a891faa871
Merge pull request #143 from microsoft/dependabot/npm_and_yarn/ini-1.3.7
...
Bump ini from 1.3.5 to 1.3.7
2020-12-28 20:20:14 +01:00
dependabot[bot]
b4b34c649d
Bump ini from 1.3.5 to 1.3.7
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-10 21:01:59 +00:00
Alexandru Dima
38a10b5397
Fix benchmark script
2020-10-07 22:19:27 +00:00
Alexandru Dima
1aec0873bc
Adopt latest `vscode-oniguruma` and take advantage of new oniguruma search options
2020-10-07 22:19:21 +00:00
Alexandru Dima
55a0d61ebe
update to latest `vscode-oniguruma`
2020-10-07 21:49:34 +00:00
Alexandru Dima
3a12400dc6
update deps
2020-10-07 21:48:12 +00:00