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.
is_error
1 parent cf2fa48 commit 835a527Copy full SHA for 835a527
src/tokenize.jl
@@ -5,7 +5,7 @@ export tokenize, untokenize
5
using ..JuliaSyntax: JuliaSyntax, Kind, @K_str, @KSet_str
6
7
import ..JuliaSyntax: kind,
8
- is_literal, is_error, is_contextual_keyword, is_word_operator
+ is_literal, is_contextual_keyword, is_word_operator
9
10
#-------------------------------------------------------------------------------
11
# Character-based predicates for tokenization
0 commit comments