aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(julia): pipe function highlight (#5815)Christian Degnbol Madsen2023-12-221-0/+6
| | | | In Julia when piping into a function the function should be highlighted as a function call, and not a variable.
* Update parsers: apex, scala, soql, sosl, tlaplus, wingGitHub2023-12-221-6/+6
|
* fix(cpp): incorrect indent of class with opening { on new line (#5811)Jędrzej Boczar2023-12-222-2/+9
|
* vimdoc: add note, warning, deprecated (#5817)Christian Clason2023-12-212-1/+7
|
* Add @nospell annotation to label definitions and referencesAhnaf Rafi2023-12-211-0/+3
|
* Update parsers: beancount, wingGitHub2023-12-211-2/+2
|
* highlights(haskell): add `fail` to exception highlightsMarc Jakobi2023-12-201-0/+1
|
* highlights(haskell): namespaced string quasiquoteMarc Jakobi2023-12-201-1/+9
|
* Update parsers: gleam, styled, v, wingGitHub2023-12-201-4/+4
|
* Update READMEGithub Actions2023-12-191-0/+1
|
* feat: add tree-sitter-styled (#5735)Mark Skelton2023-12-197-4/+19
| | | | | | | | | | | | | * Add styled parser * Add queries * Update highlights * Remove unnecessary highlights * Update injections to use the styled grammar * Remove requires npm
* fix: remove 0-length range usage in indent.lua (#5805)Pham Huy Hoang2023-12-191-3/+3
|
* Update parsers: elm, gomod, v, wingGitHub2023-12-191-4/+4
|
* fix(rust): highlight inline attributes properlyRiley Bruins2023-12-181-0/+1
|
* fix(nim): minor improvements to queries and parser (#5784)aMOPel2023-12-193-51/+54
| | | | | | | | * fix(nim): bump parser again to include minor fix * fix(nim): shifting around for precedence * fix(nim): added new fields from recent parser version, improved support for (conditional_declaration) and (variant_declaration)
* Update parsers: elm, haskell, templ, wingGitHub2023-12-171-4/+4
|
* Update parsers: erlang, nim, v, wingGitHub2023-12-161-4/+4
|
* feat(gomod): highlight the `toolchain` directive (#5795)Vincent Rischmann2023-12-151-0/+1
|
* Update parsers: erlang, haskell, nim, wingGitHub2023-12-151-4/+4
|
* fix(v): adapt to removed scanner.cChristian Clason2023-12-153-5/+5
|
* fix(python): restrict typed parameter highlightObserverOfTime2023-12-141-1/+1
| | | | Only the name is a parameter and not the value
* fix(python): highlight variadic lambda parametersObserverOfTime2023-12-141-0/+6
|
* Update parsers: v, wingGitHub2023-12-141-2/+2
|
* Update parsers: nim, slang, wingGitHub2023-12-131-3/+3
|
* Update parsers: gomod, haskell, hoon, nim, slang, sql, v, wingGitHub2023-12-121-8/+8
|
* Update parsers: nim, v, wingGitHub2023-12-111-3/+3
|
* indents added new language highlights added (#5777)r0012023-12-103-1/+36
|
* feat(poe_filter): add new Import statementObserverOfTime2023-12-092-2/+5
|
* fix(vim): highlight 'scriptencoding' commandObserverOfTime2023-12-091-0/+5
|
* Update parsers: nickel, vGitHub2023-12-091-2/+2
|
* feat(gitcommit): add highlight group for subject_prefix (#5774)gbprod2023-12-091-0/+1
|
* Update parsers: gitcommit, gleam, rbs, sql, wingGitHub2023-12-081-5/+5
|
* Update parsers: gleam, wingGitHub2023-12-071-2/+2
|
* Update parsers: liquidsoap, rbs, vhs, wingGitHub2023-12-051-4/+4
|
* fix(java): move attributes after constantsObserverOfTime2023-12-041-9/+9
|
* Update parsers: elixir, qmljs, wingGitHub2023-12-041-3/+3
|
* Update parsers: elmGitHub2023-12-031-1/+1
|
* Update parsers: rbsGitHub2023-12-011-1/+1
|
* feat: add rbs parser support (#5745)Tomohiro Hashidate2023-12-017-0/+160
|
* feat(nim): added some captures and fixed some bugs (#5664)aMOPel2023-12-011-25/+78
| | | | | | | | | | | | | | | | * fix(nim): literals in pragmas in types would be falsly highlighted as `@variable` * style(nim): removed trailing whitespace * fix(nim): identifiers in (type_expression (pragma_expression)) would be captured as `@type` * fix(nim): changed generic parameters when declaring from @type to @parameter * feat(nim): added @constant capture for (identifier)s x, y in `array[x..y, type]` * feat(nim): added @function.call capture for (identifier)s in second argument to `varargs[type, routine]`
* fix(luarocks): enable automatic runtime path detectionMarc Jakobi2023-11-301-5/+1
|
* fix(luarocks): don't copy runtime data to share/Marc Jakobi2023-11-301-1/+1
|
* Update parsers: c_sharp, foam, slang, v, wingGitHub2023-11-301-5/+5
|
* fix(markdown): revert bullet conceals due to spacing issues (#5742)Riley Bruins2023-11-301-17/+21
|
* feat(make): highlight phony prerequisites as functionsRiley Bruins2023-11-291-0/+5
|
* feat(make): give targets the function highlightRiley Bruins2023-11-291-0/+2
|
* parsers: add tree-sitter-slangStephan Seitz2023-11-298-0/+78
|
* Update parsers: css, facility, foam, wingGitHub2023-11-291-4/+4
|
* feat: add facilityBryan Kenote2023-11-287-0/+113
|
* Update parsers: erlang, wingGitHub2023-11-281-2/+2
|