Skip to content

Commit 16da615

Browse files
committed
Warn about the potential for changes to highlights
1 parent f3e6efd commit 16da615

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/JuliaSyntaxHighlighting.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ By default, `JuliaSyntax.parseall` is used to generate to `ast` with the
201201
`ignore_errors` keyword argument set to `true`. Alternatively, one may provide a
202202
pre-generated `ast`.
203203
204+
!!! warning
205+
Note that the particular faces used by `JuliaSyntax`, and the way they
206+
are applied, is subject to change.
207+
204208
# Examples
205209
206210
```jldoctest
@@ -240,6 +244,10 @@ By default, `JuliaSyntax.parseall` is used to generate to `ast` with the
240244
`ignore_errors` keyword argument set to `true`. Alternatively, one may provide a
241245
pre-generated `ast`.
242246
247+
!!! warning
248+
Note that the particular faces used by `JuliaSyntax`, and the way they
249+
are applied, is subject to change.
250+
243251
# Examples
244252
245253
```jldoctest

0 commit comments

Comments
 (0)