| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add multiple ; for highlighting | Emilia Simmons | 2023-05-18 | 1 | -2/+2 | |
| | | ||||||
| * | fix(query): allow multiline modeline (inherits/extends) | Emilia Simmons | 2023-05-18 | 1 | -2/+2 | |
| | | ||||||
| * | refactor: add notes for swift | Pham Huy Hoang | 2023-05-19 | 1 | -17/+22 | |
| | | | | Also add enum_class_body | |||||
| * | Update parsers: c_sharp, erlang, glsl, hlsl, nickel, t32 | GitHub | 2023-05-18 | 1 | -6/+6 | |
| | | ||||||
| * | feat(t32): add indent rules (#4782) | Christoph Sax | 2023-05-18 | 11 | -5/+291 | |
| | | ||||||
| * | fixup: use correct require syntax | Pham Huy Hoang | 2023-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | refactor(indent): backport improvements from main | Christian Clason | 2023-05-17 | 1 | -52/+71 | |
| | | | | | | | * replace ts_utils.memoize_by_buftick by simpler implementation * simplify construction of hash map * prefer Neovim APIs | |||||
| * | Update parsers: c | GitHub | 2023-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | fix indent/fold memleak | Pham Huy Hoang | 2023-05-16 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: dart, gitcommit, usd | GitHub | 2023-05-16 | 1 | -2/+5 | |
| | | ||||||
| * | highlights(sql): refactor `count` to generic `invocation` | Matthias Queitsch | 2023-05-15 | 2 | -5/+1 | |
| | | ||||||
| * | fix: force upstreamed predicates | Christian Clason | 2023-05-15 | 1 | -2/+2 | |
| | | ||||||
| * | remove unnecessary ft aus | Pham Huy Hoang | 2023-05-15 | 1 | -6/+10 | |
| | | | | | specify specific plugin files to load | |||||
| * | Added USD as a language + some queries | Colin Kennedy | 2023-05-15 | 12 | -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, query | GitHub | 2023-05-15 | 1 | -2/+2 | |
| | | ||||||
| * | highlights(markup): distinguish heading level in queries | Christian Clason | 2023-05-13 | 5 | -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, ↵ | GitHub | 2023-05-13 | 1 | -12/+12 | |
| | | | | | luap, puppet, smali | |||||
| * | feat: add Odin | Amaan Qureshi | 2023-05-13 | 8 | -0/+379 | |
| | | ||||||
| * | feat(func): update highlights | Amaan Qureshi | 2023-05-13 | 1 | -79/+60 | |
| | | ||||||
| * | fix(nickel): wrong indent on line after top level comment (#4792) | Zheng PiaoDan | 2023-05-13 | 3 | -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 queries | Amaan Qureshi | 2023-05-13 | 2 | -7/+6 | |
| | | ||||||
| * | feat: add indents.scm for nickel (#4790) | Zheng PiaoDan | 2023-05-13 | 4 | -0/+47 | |
| | | ||||||
| * | Update parsers: lua, t32 | GitHub | 2023-05-12 | 1 | -2/+2 | |
| | | ||||||
| * | feat(java): add more foldable nodes | Gregg Jansen van Vüren | 2023-05-11 | 1 | -0/+2 | |
| | | ||||||
| * | Update parsers: latex, lua | GitHub | 2023-05-11 | 1 | -2/+2 | |
| | | ||||||
| * | Update parsers: cuda, hlsl, t32 | GitHub | 2023-05-11 | 1 | -3/+3 | |
| | | ||||||
| * | Update parsers: c_sharp | GitHub | 2023-05-10 | 1 | -1/+1 | |
| | | ||||||
| * | comment: remove user mention highlight | ObserverOfTime | 2023-05-10 | 1 | -5/+0 | |
| | | ||||||
| * | Update parsers: cpp, t32 | GitHub | 2023-05-10 | 1 | -2/+2 | |
| | | ||||||
| * | feat(typescript): add non-null operator | Amaan Qureshi | 2023-05-09 | 1 | -0/+2 | |
| | | ||||||
| * | fix(typescript): remove duplicate capture | Amaan Qureshi | 2023-05-09 | 1 | -3/+0 | |
| | | ||||||
| * | style(rust): better formatting | Amaan Qureshi | 2023-05-09 | 1 | -26/+88 | |
| | | ||||||
| * | feat(rust): distinguish enum members better | Amaan Qureshi | 2023-05-09 | 1 | -0/+12 | |
| | | ||||||
| * | Update parsers: slint | GitHub | 2023-05-09 | 1 | -1/+1 | |
| | | ||||||
| * | feat(sql): add more keywords | Derek Stride | 2023-05-08 | 1 | -2/+6 | |
| | | ||||||
| * | Update parsers: clojure, glsl, ledger, t32 | GitHub | 2023-05-08 | 1 | -4/+4 | |
| | | ||||||
| * | feat: add swift indents (#4756) | Pham Huy Hoang | 2023-05-08 | 5 | -0/+210 | |
| | | ||||||
| * | Update parsers: astro, c, haskell, t32 (#4769) | github-actions[bot] | 2023-05-07 | 1 | -4/+4 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update Capnp (#4713) | Amaan Qureshi | 2023-05-07 | 5 | -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, vimdoc | GitHub | 2023-05-06 | 1 | -3/+3 | |
| | | ||||||
| * | feat(erlang): add new keyword and operator from OTP25 (#4765) | haoxian | 2023-05-06 | 2 | -2/+6 | |
| | | ||||||
| * | ci: add tests for #4632 | Stephan Seitz | 2023-05-05 | 2 | -0/+11 | |
| | | | | | | Issue #4632 might be fixed by https://github.com/UserNobody14/tree-sitter-dart/pull/41 | |||||
| * | Update parsers: bash, dart, haskell, http | GitHub | 2023-05-05 | 1 | -4/+4 | |
| | | ||||||
| * | fix(java): capture type parameter brackets as `@punctuation.delimiter` | Iron-E | 2023-05-04 | 1 | -0/+3 | |
| | | | | It is currently highlighted as `@operator` | |||||
| * | feat(rust): capture debug macros as `@debug` | Iron-E | 2023-05-04 | 1 | -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-E | 2023-05-04 | 1 | -2/+2 | |
| | | | | | | param lists This fixes highlighting of `x > 4`, for example | |||||
| * | feat(c_sharp): add capture for ternary operators | Iron-E | 2023-05-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update parsers: dart, llvm (#4755) | github-actions[bot] | 2023-05-04 | 1 | -2/+2 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | fix: add @combined to markdown html | Pham Huy Hoang | 2023-05-03 | 2 | -2/+2 | |
| | | ||||||
| * | perf(html): onevent attrs (#4752) | Benny Powers | 2023-05-03 | 1 | -2/+1 | |
| | | ||||||
