| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | highlights(go): add some highlights | mohsen | 2023-05-21 | 1 | -4/+10 | |
| | | | | | | | | - added missing operators - added iota constant - added comparable type - edited go keyword types | |||||
| * | highlights(query): prefer lua-match | Christian Clason | 2023-05-21 | 1 | -2/+2 | |
| | | ||||||
| * | Update parsers: cuda, glsl, hlsl, ispc, objc, ocaml, ocaml_interface | GitHub | 2023-05-21 | 1 | -6/+9 | |
| | | ||||||
| * | Update README | Github Actions | 2023-05-20 | 1 | -0/+1 | |
| | | ||||||
| * | feat: add Intel Implicit SPMD Program Compiler (ISPC) | fab4100 | 2023-05-20 | 6 | -0/+267 | |
| | | | | | | | | | | | | | | | * Add ISPC parser config * Add ISPC queries * Update queries/ispc/injections.scm Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> --------- Co-authored-by: Fabian Wermelinger <fab4100@posteo.net> Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> | |||||
| * | fear(cpp): highlight brackets in template_parameter_list | fab4100 | 2023-05-20 | 1 | -0/+3 | |
| | | ||||||
| * | Update parsers: c, gitcommit, scala, sql | GitHub | 2023-05-20 | 1 | -4/+4 | |
| | | ||||||
| * | chore(objc): update folds | Amaan Qureshi | 2023-05-20 | 2 | -3/+3 | |
| | | ||||||
| * | feat: add Objective-C | Amaan Qureshi | 2023-05-19 | 8 | -0/+260 | |
| | | ||||||
| * | Update parsers: dart | GitHub | 2023-05-19 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(typescript): `:` in `switch` statement | Ananda Umamil | 2023-05-18 | 1 | -0/+1 | |
| | | ||||||
| * | allow no spaces for extend/inherit comments | Emilia Simmons | 2023-05-18 | 1 | -2/+2 | |
| | | ||||||
| * | 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> | |||||
