fix(lsp): add neorg markup to ltex-ls-plus
This commit is contained in:
parent
14c5786b21
commit
3fce227c18
@ -6,6 +6,7 @@ local language_id_mapping = {
|
|||||||
rst = 'restructuredtext',
|
rst = 'restructuredtext',
|
||||||
tex = 'latex',
|
tex = 'latex',
|
||||||
text = 'plaintext',
|
text = 'plaintext',
|
||||||
|
norg = 'neorg',
|
||||||
}
|
}
|
||||||
|
|
||||||
local function get_language_id(_, filetype)
|
local function get_language_id(_, filetype)
|
||||||
@ -42,9 +43,9 @@ return {
|
|||||||
en = { "EN_CONSISTENT_APOS" },
|
en = { "EN_CONSISTENT_APOS" },
|
||||||
},
|
},
|
||||||
disabledRules = {
|
disabledRules = {
|
||||||
fr = { "APOS_TYP", "FRENCH_WHITESPACE", "CHANGE", "ISSUE" },
|
fr = { "APOS_TYP", "FRENCH_WHITESPACE", "CHANGE", "ISSUE", },
|
||||||
en = { "DASH_RULE", "TWO_HYPHENS", "CHANGE", "ISSUE", "CHECK",
|
en = { "DASH_RULE", "TWO_HYPHENS", "CHANGE", "ISSUE", "CHECK",
|
||||||
"ACTUALLY", "CONSISTENT" },
|
"ACTUALLY", "CONSISTENT", },
|
||||||
},
|
},
|
||||||
dictionary = {
|
dictionary = {
|
||||||
fr = { "CryptPad", "Chouhartem",
|
fr = { "CryptPad", "Chouhartem",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user