File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 57
57
"tags" : "xmlBothTags" ,
58
58
"start tag" : "xmlStartTag" ,
59
59
"end tag" : "xmlEndTag" ,
60
+ # LaTeX
61
+ "part" : "part" ,
62
+ "chapter" : "chapter" ,
63
+ "subsection" : "subSection" ,
64
+ "subsubsection" : "subSubSection" ,
65
+ "paragraph" : "namedParagraph" ,
66
+ "subparagraph" : "subParagraph" ,
67
+ "environment" : "environment" ,
60
68
# Text-based scope types
61
69
"char" : "character" ,
62
70
"word" : "word" ,
71
+ "token" : "token" ,
63
72
"identifier" : "identifier" ,
73
+ "line" : "line" ,
74
+ "sentence" : "sentence" ,
64
75
"block" : "paragraph" ,
65
- "cell" : "notebookCell" ,
66
76
"file" : "document" ,
67
- "line" : "line" ,
68
77
"paint" : "nonWhitespaceSequence" ,
69
78
"short paint" : "boundedNonWhitespaceSequence" ,
70
79
"link" : "url" ,
71
- "token" : "token" ,
72
- # LaTeX
73
- "part" : "part" ,
74
- "chapter" : "chapter" ,
75
- "subsection" : "subSection" ,
76
- "subsubsection" : "subSubSection" ,
77
- "paragraph" : "namedParagraph" ,
78
- "subparagraph" : "subParagraph" ,
79
- "environment" : "environment" ,
80
+ "cell" : "notebookCell" ,
80
81
}
81
82
82
83
You can’t perform that action at this time.
0 commit comments