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 709f50d commit 70bb11aCopy full SHA for 70bb11a
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