Martin Aeschlimann
|
b166b75fa7
|
pluggable onig scanner
|
2018-06-08 17:16:23 +02:00 |
Matt Bierner
|
1e2aa2864f
|
3.3.3
|
2018-04-02 18:39:20 -07:00 |
Matt Bierner
|
ecade6c438
|
Don't treat - inside of scope name as a minus operator
Fixes #28
|
2018-04-02 18:34:01 -07:00 |
Matt Bierner
|
46af9487e1
|
3.3.2
|
2018-03-19 14:51:47 -07:00 |
Matt Bierner
|
c62abfae25
|
Allow selectors for token types
|
2018-03-19 14:51:33 -07:00 |
Matt Bierner
|
65e8584c57
|
3.3.1
|
2018-03-16 15:08:20 -07:00 |
Alex Dima
|
fcb1634dfc
|
3.3.1
|
2018-03-16 22:54:31 +01:00 |
Alex Dima
|
ba63fac33e
|
Commit compilation output
|
2018-03-16 22:54:27 +01:00 |
Matt Bierner
|
5e5e0c4fd4
|
Fix 'other' type mapping not properly overriding 'string' and 'comment' types
|
2018-03-16 13:18:19 -07:00 |
Matt Bierner
|
4389f4a671
|
Fix token type map always overriding types
|
2018-03-16 11:51:41 -07:00 |
Alex Dima
|
4d8473ae10
|
3.3.0
|
2018-03-16 14:40:32 +01:00 |
Alexandru Dima
|
8a760751ad
|
Merge pull request #62 from mjbvz/token-type-map
Add token type map config
|
2018-03-16 14:17:58 +01:00 |
Alex Dima
|
00c704d7de
|
Merge remote-tracking branch 'origin/master' into token-type-map
|
2018-03-16 14:06:14 +01:00 |
Alex Dima
|
c8a55f9dc2
|
Convert to LF
|
2018-03-16 14:04:45 +01:00 |
Matt Bierner
|
7e9e39efff
|
Add token type map config
Fixes #60
Adds a basic map that allows library consumers to override the token type of a given scope. See #60 for more details
|
2018-02-20 14:26:28 -08:00 |
Alex Dima
|
df3539f876
|
3.2.0
|
2017-10-30 20:43:29 +01:00 |
Alexandru Dima
|
f11febbce1
|
Merge pull request #54 from mjbvz/meta-embedded-type
Reset token type of meta.embedded scopes
|
2017-10-30 20:42:43 +01:00 |
Alex Dima
|
d0b470dcdf
|
Avoid MetaEmbedded leaking in the API
|
2017-10-30 20:12:19 +01:00 |
Alex Dima
|
bb79faacde
|
Merge remote-tracking branch 'origin/master' into meta-embedded-type
|
2017-10-30 19:40:27 +01:00 |
Alex Dima
|
6ff83ff7ee
|
Check in release code
|
2017-10-30 19:39:30 +01:00 |
Alex Dima
|
1f45dce7d8
|
Merge remote-tracking branch 'origin/master' into meta-embedded-type
|
2017-10-30 19:04:49 +01:00 |
Alex Dima
|
92a639b103
|
Adopt TS compiler breaking change
|
2017-10-30 18:48:45 +01:00 |
Alexandru Dima
|
c8c3de8668
|
Merge pull request #42 from kumarharsh/patch-1
minor output improvements
|
2017-10-30 18:35:50 +01:00 |
Matt Bierner
|
ed04f71785
|
Reset token type of meta.embedded
Fixes https://github.com/Microsoft/vscode/issues/34857
See https://github.com/Microsoft/vscode/issues/34857 for more details about this issue
|
2017-09-22 16:42:58 -07:00 |
Martin Aeschlimann
|
95f30b198b
|
3.1.5
|
2017-05-29 14:18:46 +02:00 |
Martin Aeschlimann
|
d5cdb34110
|
HTML injection rule not correctly handled. Fixes #46
|
2017-05-19 15:40:00 +02:00 |
Martin Aeschlimann
|
dc6240f216
|
add test for #46
|
2017-05-19 15:35:35 +02:00 |
Kumar Harsh
|
45bc6d8a3b
|
minor output improvements
Some lines caused a little confusion while reading the output, which is fixed with this commit.
|
2017-04-14 17:14:55 +05:30 |
Alex Dima
|
9b7d000f5b
|
3.1.4
|
2017-04-13 14:19:16 +03:00 |
Alex Dima
|
ac2eb2ed26
|
Prepare for publishing
|
2017-04-13 14:19:07 +03:00 |
Alex Dima
|
50c01bf3b6
|
Allow #rgb and #rgba color formats
|
2017-04-13 14:18:44 +03:00 |
Alex Dima
|
666dd0c447
|
3.1.3
|
2017-03-29 15:42:54 +02:00 |
Alex Dima
|
dc48bce7d4
|
Longer parent selectos are more specific
|
2017-03-29 15:42:41 +02:00 |
Alex Dima
|
306eb64afb
|
3.1.2
|
2017-03-29 13:35:51 +02:00 |
Alex Dima
|
439209d736
|
check in compiled code
|
2017-03-29 13:34:49 +02:00 |
Alex Dima
|
877d6b952e
|
Fix failing tests
|
2017-03-29 13:32:15 +02:00 |
Alex Dima
|
4de794c51a
|
Fixes #35: Trailing comma in a tmTheme scope selector
|
2017-03-29 13:22:11 +02:00 |
Alex Dima
|
1921b449c7
|
Fixes #38: Invalid colors should be ignored
|
2017-03-29 12:03:35 +02:00 |
Martin Aeschlimann
|
8337f6228a
|
3.1.1
|
2017-02-28 16:17:36 +01:00 |
Martin Aeschlimann
|
383117ceed
|
Parsing errors are swallowed. Fixes #34
|
2017-02-02 11:41:44 +01:00 |
Alex Dima
|
db449e49fc
|
3.1.0
|
2017-01-05 11:10:30 +01:00 |
Alex Dima
|
084984a999
|
StackElement can be used as an IState
|
2017-01-05 11:10:19 +01:00 |
Alex Dima
|
9f59257153
|
3.0.1
|
2017-01-04 14:36:41 +01:00 |
Alex Dima
|
4d998a6020
|
Clear ScopeMetadataProvider cache when theme changes
|
2017-01-04 14:36:35 +01:00 |
Alex Dima
|
1153fd44ce
|
3.0.0
|
2017-01-03 11:41:37 +02:00 |
Alex Dima
|
6bc8b5b9a5
|
Generate Uint32Array for binary tokens
|
2017-01-03 11:30:59 +02:00 |
Alex Dima
|
b819dd3572
|
Fix compilation issues
|
2017-01-03 11:25:31 +02:00 |
Alex Dima
|
424d3605ee
|
Merge branch 'master' into next
# Conflicts:
# src/json.ts
|
2017-01-03 11:18:15 +02:00 |
Alex Dima
|
6188d5e836
|
Improve JsDoc
|
2017-01-03 11:16:15 +02:00 |
Alex Dima
|
6d2129385b
|
2.3.2
|
2016-12-08 17:18:19 +01:00 |