File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
tree-sitter-markdown-inline Expand file tree Collapse file tree 4 files changed +6
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 5959 "highlights" : " tree-sitter-markdown/queries/highlights.scm" ,
6060 "injections" : " tree-sitter-markdown/queries/injections.scm" ,
6161 "external-files" : [
62- " common/grammar .js"
62+ " common/common .js"
6363 ]
6464 },
6565 {
6666 "scope" : " text.markdown_inline" ,
6767 "path" : " tree-sitter-markdown-inline" ,
68- "highlights" : " tree-sitter-markdown_inline /queries/highlights.scm" ,
69- "injections" : " tree-sitter-markdown_inline /queries/injections.scm" ,
68+ "highlights" : " tree-sitter-markdown-inline /queries/highlights.scm" ,
69+ "injections" : " tree-sitter-markdown-inline /queries/injections.scm" ,
7070 "external-files" : [
71- " common/grammar .js"
71+ " common/common .js"
7272 ]
7373 }
7474 ]
Original file line number Diff line number Diff line change 44
55/// <reference types="tree-sitter-cli/dsl" />
66
7- const common = require ( '../common/grammar.js ' ) ;
7+ const common = require ( '../common/common ' ) ;
88
99// Levels used for dynmic precedence. Ideally
1010// n * PRECEDENCE_LEVEL_EMPHASIS > PRECEDENCE_LEVEL_LINK for any n, so maybe the
Original file line number Diff line number Diff line change 44
55/// <reference types="tree-sitter-cli/dsl" />
66
7- const common = require ( '../common/grammar.js ' ) ;
7+ const common = require ( '../common/common ' ) ;
88
99const PRECEDENCE_LEVEL_LINK = common . PRECEDENCE_LEVEL_LINK ;
1010
You can’t perform that action at this time.
0 commit comments