We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6890ca3 commit 1138761Copy full SHA for 1138761
src/JuliaSyntaxHighlighting.jl
@@ -1,7 +1,7 @@
1
module JuliaSyntaxHighlighting
2
3
import Base: JuliaSyntax, AnnotatedString, annotate!
4
-import Base.JuliaSyntax: @K_str, Kind, GreenNode, parseall, kind, flags
+import Base.JuliaSyntax: @K_str, Kind, GreenNode, parseall, kind, flags, children, numchildren, span
5
using StyledStrings: Face, addface!
6
7
public highlight, highlight!
0 commit comments