aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add multiple ; for highlightingEmilia Simmons2023-05-181-2/+2
|
* fix(query): allow multiline modeline (inherits/extends)Emilia Simmons2023-05-181-2/+2
|
* refactor: add notes for swiftPham Huy Hoang2023-05-191-17/+22
| | | Also add enum_class_body
* Update parsers: c_sharp, erlang, glsl, hlsl, nickel, t32GitHub2023-05-181-6/+6
|
* feat(t32): add indent rules (#4782)Christoph Sax2023-05-1811-5/+291
|
* fixup: use correct require syntaxPham Huy Hoang2023-05-171-1/+1
|
* refactor(indent): backport improvements from mainChristian Clason2023-05-171-52/+71
| | | | | | * replace ts_utils.memoize_by_buftick by simpler implementation * simplify construction of hash map * prefer Neovim APIs
* Update parsers: cGitHub2023-05-171-1/+1
|
* fix indent/fold memleakPham Huy Hoang2023-05-161-1/+1
|
* Update parsers: dart, gitcommit, usdGitHub2023-05-161-2/+5
|
* highlights(sql): refactor `count` to generic `invocation`Matthias Queitsch2023-05-152-5/+1
|
* fix: force upstreamed predicatesChristian Clason2023-05-151-2/+2
|
* remove unnecessary ft ausPham Huy Hoang2023-05-151-6/+10
| | | | specify specific plugin files to load
* Added USD as a language + some queriesColin Kennedy2023-05-1512-0/+399
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added USD highlight unittests Added USD indentation Added USD indents.scm file Added USD indent rules Simplified USD highlight groups Added explicit highlight groups Added newline Removed after/ftdetect/usda.lua usd/indents.scm - Added inline comments explaining the nodes Fixed USD highlight group unittests Added indentation unittests Simplified USD `@identifier` highlighting Added USD documentation highlight group tests Simplified USD highlight groups Moved USD `@identifier` and `@namespace` highlights into one place Removed and simplified tests/query/highlights/usd Simplified tests/query/highlights/usd more Removed trailing newline Combined USD test files Added `set filetype=usd` to minimal_init.lua
* Update parsers: dart, queryGitHub2023-05-151-2/+2
|
* highlights(markup): distinguish heading level in queriesChristian Clason2023-05-135-53/+43
| | | | | also add a few queries from Helix and remove controversial code block conceal in Markdown
* Update parsers: bicep, c_sharp, cpon, func, gosum, hare, kdl, lua, luadoc, ↵GitHub2023-05-131-12/+12
| | | | luap, puppet, smali
* feat: add OdinAmaan Qureshi2023-05-138-0/+379
|
* feat(func): update highlightsAmaan Qureshi2023-05-131-79/+60
|
* fix(nickel): wrong indent on line after top level comment (#4792)Zheng PiaoDan2023-05-133-5/+11
| | | | | | | | | | | | | | | | | | | | | * fix(nickel): wrong indent on line after top level comment Previous incorrect indentation on line after top level comment: ``` # no indent after this comment { another = 1 } ``` Expected result: ``` # no indent after this comment { another = 1 } ````
* feat(cpon): update queriesAmaan Qureshi2023-05-132-7/+6
|
* feat: add indents.scm for nickel (#4790)Zheng PiaoDan2023-05-134-0/+47
|
* Update parsers: lua, t32GitHub2023-05-121-2/+2
|
* feat(java): add more foldable nodesGregg Jansen van Vüren2023-05-111-0/+2
|
* Update parsers: latex, luaGitHub2023-05-111-2/+2
|
* Update parsers: cuda, hlsl, t32GitHub2023-05-111-3/+3
|
* Update parsers: c_sharpGitHub2023-05-101-1/+1
|
* comment: remove user mention highlightObserverOfTime2023-05-101-5/+0
|
* Update parsers: cpp, t32GitHub2023-05-101-2/+2
|
* feat(typescript): add non-null operatorAmaan Qureshi2023-05-091-0/+2
|
* fix(typescript): remove duplicate captureAmaan Qureshi2023-05-091-3/+0
|
* style(rust): better formattingAmaan Qureshi2023-05-091-26/+88
|
* feat(rust): distinguish enum members betterAmaan Qureshi2023-05-091-0/+12
|
* Update parsers: slintGitHub2023-05-091-1/+1
|
* feat(sql): add more keywords Derek Stride2023-05-081-2/+6
|
* Update parsers: clojure, glsl, ledger, t32GitHub2023-05-081-4/+4
|
* feat: add swift indents (#4756)Pham Huy Hoang2023-05-085-0/+210
|
* Update parsers: astro, c, haskell, t32 (#4769)github-actions[bot]2023-05-071-4/+4
| | | Co-authored-by: GitHub <noreply@github.com>
* Update Capnp (#4713)Amaan Qureshi2023-05-075-52/+1787
| | | | | | | | | | | | | * feat(capnp): update queries from upstream changes * test: add tests for capnp * fix indent queries * ci: fix capnp indent tests --------- Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
* Update parsers: haskell, vim, vimdocGitHub2023-05-061-3/+3
|
* feat(erlang): add new keyword and operator from OTP25 (#4765)haoxian2023-05-062-2/+6
|
* ci: add tests for #4632Stephan Seitz2023-05-052-0/+11
| | | | | Issue #4632 might be fixed by https://github.com/UserNobody14/tree-sitter-dart/pull/41
* Update parsers: bash, dart, haskell, httpGitHub2023-05-051-4/+4
|
* fix(java): capture type parameter brackets as `@punctuation.delimiter`Iron-E2023-05-041-0/+3
| | | It is currently highlighted as `@operator`
* feat(rust): capture debug macros as `@debug`Iron-E2023-05-041-0/+2
| | | | | | | | | | | | | * ref(rust): highlight debug macros as `@debug` E.g. `dbg!` and `debug_assert!` * Update queries/rust/highlights.scm Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> --------- Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
* fix(c_sharp): highlight `<` & `>` as `@punctuation.bracket` only in type ↵Iron-E2023-05-041-2/+2
| | | | | param lists This fixes highlighting of `x > 4`, for example
* feat(c_sharp): add capture for ternary operatorsIron-E2023-05-041-0/+2
|
* Update parsers: dart, llvm (#4755)github-actions[bot]2023-05-041-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* fix: add @combined to markdown htmlPham Huy Hoang2023-05-032-2/+2
|
* perf(html): onevent attrs (#4752)Benny Powers2023-05-031-2/+1
|