-
University of Graz
- Graz, Austria
- https://homepage.uni-graz.at/c.clason
Highlights
- 1 discussion answered
Block or Report
Block or report clason
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
1,187 contributions in the last year
Less
More
Contribution activity
April 2022
Created 44 commits in 3 repositories
Created a pull request in nvim-treesitter/nvim-treesitter that received 8 comments
refactor!: update to Neovim 0.7 APIs
set highlight groups via nvim_set_hl define autocommands via nvim_create_autocmd port plugin/nvim-treesitter.vim to Lua port healthcheck to Lua M…
+165
−147
•
8
comments
Opened 49 other pull requests in 4 repositories
neovim/neovim
22
merged
1
closed
- docs(filetype): proper example for did_load_filetypes
- vim-patch:8.2.{4781,4793}: maxima files are not recognized
- vim-patch:8.2.4790: lilypond filetype not recognized
- vim-patch:75ab590f8504
- vim-patch:8.2.4778: pacman files use dosini filetype
- vim-patch:8.2.4767: openscad files are not recognized
- vim-patch:8.2.4766: KRL files using "deffct" not recognized
- vim-patch:8.2.4747: no filetype override for .sys files
- vim-patch:8.2.4746: supercollider filetype not recognized
- fix(runtime): add syntax file for query
- vim-patch:8.2.4737: // in JavaScript string recognized as comment
- vim-patch:8.2.4733: HEEx and Surface do need a separate filetype
- vim-patch:8.2.4729: HEEx and Surface templates do not need a separate…
- vim-patch:8.2.4721: cooklang files are not recognized
- vim-patch:8.2.4720: ABB Rapid files are not recognized properly
- vim-patch:8.2.4715: Vagrantfile not recognized
- vim-patch:partial:cbaff5e06ec5
- build(deps): bump LuaJIT to HEAD - 5e3c45c43
- vim-patch:8.2.4708: PHP test files are not recognized
- vim-patch:8.2.4701: Kuka Robot Language files not recognized
- docs(options): add more missing 'nofoo' tags
- docs(options): add missing 'nofoo' tags
- vim-patch:8.2.4664: Elvish files are not recognized
nvim-treesitter/nvim-treesitter
3
closed
12
merged
1
open
- fixup: adapt to upstream function
- Revert "chore: deprecate ts_utils.get_node_text"
- fixup: return upstream text
- fix(statusline): fix signature
- fix(statusline): don't use deprecated function
- feat(swift): switch to branch with generated files
- chore!: remove ensure_installed='maintained'
- chore!: remove filetype detection and filetype plugins
- ci: bump tree-sitter to 0.20.6
- chore: bump minimal Nvim version to 0.7 and check
- ci: remove all swift skips
- ci: update windows workflow to 0.7
- julia: update queries to parser changes
- latex: capture math env contents
- latex: update queries
- chore!: deprecate ensure_installed=maintained
Homebrew/homebrew-core
9
closed
nvim-treesitter/playground
1
open
Reviewed 77 pull requests in 3 repositories
nvim-treesitter/nvim-treesitter
25 pull requests
- Update lockfile.json
- fix(ts_utils): fix swap_nodes after get_node_text change
- Update lockfile.json
- fix(statusline): adjust to the new API (query)
- chore: deprecate ts_utils.get_node_text
- Use branch with-generated-files of alex-pinkus/tree-sitter-swift
- Update lockfile.json
-
highlights(java): add support for
text_blocks - feat(vim): highlight unknown commands
- Update lockfile.json
- Update lockfile.json
- Add more filetypes for treesitter-markdown
- chore: remove compat module for vim.ui
- highlights(julia): Update literals
- Update lockfile.json
- add sql syntax parser
- highlights(markdown): fix conceal capture
- highlights(markdown): add conceal to fenced code blocks
- Fix syntax in comment
- ci: don't skip swift anymore
- Update lockfile.json
- Fix backtick typo in highlighting issue template
- julia: update queries to parser changes
- Update lockfile.json
- Update lockfile.json
- Some pull request reviews not shown.
neovim/neovim
20 pull requests
- revert: "man.vim: Ensure 'modifiable' in man#init_pager #11450"
- fix(treesitter): create new parser if language is not the same as cached parser
- vim-patch:75ab590f8504
- docs(terminal): correct sentence on how to enter terminal mode
- vim-patch:8.2.4747: no filetype override for .sys files
- vim-patch:8.2.4746: supercollider filetype not recognized
- fix(runtime): add syntax file for query
- fix(translation): update Ukrainian for the 0.7 release
- docs(byteidxcomp): remove mention of 'encoding' being non-Unicode
- vim-patch:8.2.{4714,4733}
- vim-patch:8.2.4720: ABB Rapid files are not recognized properly
- docs: edit man.vim's help entry.
- vim-patch:partial:cbaff5e06ec5
- vim-patch:8.2.4701: Kuka Robot Language files not recognized
- vim-patch:8.0.1352
- ci: add script to bump versions
-
docs(treesitter):
offset!is not a predicate - feat(treesitter): use better error messages in query
- docs: add missing ampersand
- Quick review fixes for autocmds and keymaps
wbthomason/packer.nvim
1 pull request
Created an issue in nvim-treesitter/nvim-treesitter that received 10 comments
Better control over conceals and highlighting
Currently, conceals are set unconditionally, which is a regression over legacy syntax files which usually gate the more controversial ones (like JS…
10
comments