| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | C++ highlights: highlight all kinds of optional parameters | Stephan Seitz | 2020-10-13 | 1 | -2/+2 | |
| | | | | | declarator can be a identifier, a reference or a pointer | |||||
| * | feat(queries): modeline mechanism for base langs | Thomas Vigouroux | 2020-10-11 | 1 | -0/+2 | |
| | | | | | | | | | This implements https://github.com/neovim/neovim/pull/13059#issuecomment-704414189 This behaves like modelines and remove the use of the base_language map. Also, this allows to fine-tune what we actually want to include per query, which is better IMO. | |||||
| * | fix(highlights): Add TSNamespace highlight | Stephan Seitz | 2020-10-10 | 1 | -1/+3 | |
| | | | | | | | | | | Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516 | |||||
| * | Add @keyword.operator for operators that are English words and add ↵ | Stephan Seitz | 2020-09-19 | 1 | -2/+20 | |
| | | | | | @exception for Java/JS | |||||
| * | Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages | Stephan Seitz | 2020-09-14 | 1 | -1/+1 | |
| | | ||||||
| * | ci: fix wrong queries | Thomas Vigouroux | 2020-09-11 | 1 | -3/+3 | |
| | | ||||||
| * | feat(C++ highlights): highlight operator_name as function | Stephan Seitz | 2020-09-08 | 1 | -0/+2 | |
| | | ||||||
| * | feat(c/cpp highlights): highlight pointer/reference parameters | Stephan Seitz | 2020-08-24 | 1 | -0/+2 | |
| | | ||||||
| * | C++ highlights: Add initial support for attributes | Stephan Seitz | 2020-08-22 | 1 | -0/+6 | |
| | | ||||||
| * | feat(highlights): add is predicate | Steven Sojka | 2020-08-16 | 1 | -5/+10 | |
| | | ||||||
| * | Fix #286: Highlight C++ raw_string_literal | Stephan Seitz | 2020-08-13 | 1 | -0/+4 | |
| | | ||||||
| * | C++ highlights: Add decltype keyword | Stephan Seitz | 2020-07-20 | 1 | -0/+1 | |
| | | ||||||
| * | C++ highlights: Highlight variadic parameters | Stephan Seitz | 2020-07-20 | 1 | -0/+4 | |
| | | ||||||
| * | highlight(c): fix booleans and types | Thomas Vigouroux | 2020-07-09 | 1 | -1/+3 | |
| | | ||||||
| * | C/C++ highlights: update to new syntax | Stephan Seitz | 2020-07-05 | 1 | -22/+29 | |
| | | | | | This changed the highlight of "switch" to conditional and of "break" to repeat. | |||||
| * | Fix cpp-highlights: wrong capture name used in regex | Stephan Seitz | 2020-06-26 | 1 | -3/+2 | |
| | | ||||||
| * | Change regexes in C/C++ highlights | Stephan Seitz | 2020-06-15 | 1 | -1/+1 | |
| | | ||||||
| * | Update C/C++ highlights to new query syntax | Stephan Seitz | 2020-06-15 | 1 | -11/+11 | |
| | | ||||||
| * | Make =,~,! operators in C highlights | Stephan Seitz | 2020-06-15 | 1 | -5/+0 | |
| | | ||||||
| * | Add cpp/locals.scm | Stephan Seitz | 2020-06-15 | 1 | -3/+8 | |
| | | ||||||
| * | Add C++ highlights.scm | Stephan Seitz | 2020-06-15 | 1 | -0/+97 | |
