aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(htmldjango): improve highlightsObserverOfTime2023-11-102-5/+19
|
* Update parsers: go, gpg, poe_filter, ssh_config, tlaplus, udev, v, wingGitHub2023-11-101-8/+8
|
* fix(kotlin): improve highlightsObserverOfTime2023-11-101-12/+21
| | | | Co-authored-by: Anthony Shi <69449791+anthony-S93@users.noreply.github.com>
* Update parsers: arduino, bitbake, chatito, dtd, erlang, gitattributes, ↵GitHub2023-11-091-12/+12
| | | | gleam, kotlin, purescript, v, wing, xml
* Update READMEGithub Actions2023-11-081-0/+1
|
* feat(purescript): add parser and queries (#5626)postsolar2023-11-085-0/+169
|
* Update READMEGithub Actions2023-11-081-0/+1
|
* feat(kusto): add kusto parser and highlights (#5632)Willem-J-an2023-11-084-0/+65
| | | | | | | | | | | | | | | | * feat(kusto): add kusto parser and highlights * feat(kusto): improve highlights * Update queries/kusto/highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * chore(kusto): remove unneeded filetype --------- Co-authored-by: Willem Jan Noort <noortw01@heiway.net> Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* Update parsers: janet_simple, wingGitHub2023-11-081-2/+2
|
* chore(bitbake): update highlights from upstreamAmaan Qureshi2023-11-082-2/+2
|
* feat: add udev rules parserObserverOfTime2023-11-075-0/+78
|
* Update parsers: janet_simple, perl, swift, wing (#5634)github-actions[bot]2023-11-071-4/+4
| | | Co-authored-by: GitHub <noreply@github.com>
* Update parsers: awk, janet_simple, markdown, markdown_inline, wing (#5633)github-actions[bot]2023-11-061-5/+5
| | | Co-authored-by: GitHub <noreply@github.com>
* injections(vue): inject typescript instead of js (#5577)Pham Huy Hoang2023-11-062-4/+4
| | | | | | | Interpolations (`{{valid js code}}`) and directive attributes (`<element :directive="valid js code"`) can also be typescript code, hence we can inject typescript instead of javascript here and still be ok with highlights (bar some syntax differences between ts and js)
* Update parsers: awk, gleam, janet_simple, markdown, markdown_inline, wingGitHub2023-11-051-6/+6
|
* mlir: update highlights.scm, parserRamkumar Ramachandra2023-11-052-3/+4
|
* Update parsers: dart, forth, gleam, rego, wingGitHub2023-11-041-5/+5
|
* fix(rnoweb): add highlights query (#5622)Brian Albert Monroe2023-11-031-0/+1
| | | Add a placeholder highlights query files for rnoweb to enable treesitter highlighting
* pod: fix highlightsVeesh Goldman2023-11-031-4/+5
|
* perl: fix highlights for builtinsVeesh Goldman2023-11-031-7/+23
|
* Update parsers: janet_simple, sql, ssh_config, wingGitHub2023-11-031-4/+4
|
* fix(sql): update queries from upstreamDerek Stride2023-11-021-37/+78
|
* Update parsers: liquidsoap, nim, perl, sql, twig, unison, wingGitHub2023-11-021-7/+7
|
* fix(query): stricter match for `extends` directive (#5604)Azad2023-11-021-1/+1
|
* chore(odin): update highlights from upstreamAmaan Qureshi2023-11-012-2/+2
|
* Update parsers: htmldjango, nim_format_string, wingGitHub2023-10-311-3/+3
|
* Update READMEGithub Actions2023-10-301-0/+2
|
* feat(nim): added nim parser and queries (#5556)aMOPel2023-10-308-0/+1213
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(nim): added nim parser and queries * correct scanner.cc to scanner.c Co-authored-by: Christian Clason <c.clason@uni-graz.at> * fix(nim): corrected capture for @function.macro * feat(nim highlights): added @field capture for discriminator field in object variant * bumped parser version, adapted highlights.scm and condensed injections.scm * improved nim_format_string highlights.scm * bump nim parser version again * removed overlap between queries for generalized strings in injections.scm * improved formattin] in nim_format_string/injections.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * corrected asm parser name in injections.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * improved formatting in highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * removed @error capture from highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * improved wording in comment in highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * removed priority from (dot_expression left: @none) capture, since it's at the end of the file anyways * removed comments listing unused captures * reverted @error capture in nim_format_string/highlights.scm back to @none * condensed string alternatives in injections.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * condensed string alternatives in injections.scm (second part) Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * added comment to explain reasoning behind priority use * swapped order of @punctuation.delimiter and @operator to get rid of superfluous comment * moved macro and template keywords to @preproc capture * removed priorities in highlights.scm and shifted @parameter capture behind @type capture * improved formatting in locals.scm * added queries for missing cases of @definition.namespace capture in locals.scm * removed some trailing whitespace * added @namespace queries for highlights.scm * bumped parser version again * removed superfluous @type capture * removed `@type`s `has-ancestor` and removed `(_ (_ ...` structures, but added priorities * added missing @constant capture to some queries in highlights.scm * fixed priority numbers so they work when injecting nim (in markdown) * added @none captures back to injection targets * added (assembly_statement) injection query * added indent queries * removed indents.scm again * added some missing queries for dot_generic_call, concept_declaration and pragma_statement --------- Co-authored-by: Christian Clason <c.clason@uni-graz.at> Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* fix(rust): add foreign_mod_item to foldsAmaan Qureshi2023-10-301-20/+22
|
* Update parsers: gleam, strace, wingGitHub2023-10-301-3/+3
|
* feat: bump perlVeesh Goldman2023-10-292-3/+3
|
* Add more tests for assignmentsRonan Arraes Jardim Chagas2023-10-291-2/+12
|
* Improve curly expression alignmentRonan Arraes Jardim Chagas2023-10-292-1/+19
|
* Fix testsRonan Arraes Jardim Chagas2023-10-291-1/+1
|
* Add initial tests for Julia language indentationRonan Arraes Jardim Chagas2023-10-294-0/+56
|
* Improve indentation in Julia languageRonan Arraes Jardim Chagas2023-10-291-1/+8
| | | | | This commit improves the indentation in the function declaration, function call, and in the assignment expressions.
* Update parsers: gitattributes, t32, wingGitHub2023-10-271-3/+3
|
* Fix indent. of curly expressions and of ],} in BOL (#5580)Ronan Arraes Jardim Chagas2023-10-271-0/+5
|
* Fix Julia indentation after end and with parenthesis at the beginning of ↵Ronan Arraes Jardim Chagas2023-10-271-2/+4
| | | | line (#5579)
* chore(sql): add scannerObserverOfTime2023-10-261-1/+1
|
* Update parsers: glsl, perl, php, sql, t32, wingGitHub2023-10-261-6/+6
|
* refactor: Remove all `(ERROR) @error` capturesPham Huy Hoang2023-10-2580-215/+0
| | | | | | | | | | | | As discussed in PR#5421, capturing `@error` is inconsistent, requiring deep nesting (or priority) in order to correctly have red backgrounds to it. Some queries has this capture, some don't. For consistency purposes, removing all of them is more preferable. For re-enabling error, either add `(ERROR) @error` or `(ERROR _ @error)` to your custom queries.
* Update parsers: kotlin, wingGitHub2023-10-251-2/+2
|
* Update READMEGithub Actions2023-10-241-0/+1
|
* feat(typoscript) Added parser and queries for TypoScript (#5564)Teddytrombone2023-10-246-0/+65
| | | | | | | | | | | | | | | * Added configuration for TypoScript * Removed duplicated code; Applied folding suggestion * Applied suggestions * Update queries/typoscript/highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> --------- Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* Update parsers: liquidsoap, wing (#5568)github-actions[bot]2023-10-241-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* feat(lua): highlight variadic expressions as builtin parameters (#5567)Riley Bruins2023-10-241-0/+2
|
* chore(perl): update parserVeesh Goldman2023-10-232-2/+2
|
* fix(leo): highlights fixes (#5563)r0012023-10-231-3/+9
| | | | | | | | | * make sure affine_group has priority, so parens and comma will not be miscolored; added `annotation` as @attribute * `then` is not used as conditional, so moved to keywords * finalize function highlight added * differentiate between constant and variable variable identifiers
* Update parsers: leo, liquidsoap, perl, wingGitHub2023-10-231-4/+4
|