neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: update norg tree-sitter schema

+5 -4
+4 -3
after/queries/norg/highlights.scm
··· 47 47 (unordered_list_prefix) @markup.list 48 48 (ordered_list_prefix) @markup.list 49 49 (quote) @markup.quote 50 - ((null_list_prefix) @conceal 51 - (#set! conceal "")) 50 + ((null_list_prefix) @conceal) 52 51 53 52 (bold) @markup.strong 54 53 (italic) @markup.italic ··· 57 56 (verbatim) @markup.raw.verbatim @nospell 58 57 (inline_macro 59 58 "\\" @function.macro 60 - name: (_) @function.macro) 59 + name: (_) @function.macro) @nospell 61 60 62 61 (paragraph) @spell 63 62 (_ ··· 79 78 target: (scoped_target 80 79 . ":" @conceal) 81 80 (#set! conceal "")) 81 + (_ 82 + markup: (_) @spell) 82 83 83 84 ;; only conceal target when markup exists for that link 84 85 (link
+1 -1
after/queries/norg/injections.scm
··· 1 1 (ranged_tag 2 2 name: (_) @_keyword 3 - (#any-of? @_keyword "code" "embed") 3 + (#any-of? @_keyword "code" "embed" "details") 4 4 ;; TODO: only accept first argument as @_lang 5 5 param: (_) @injection.language 6 6 line: (_) @injection.content