| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Typo fix and reword doc | Abin Simon | 2021-09-17 | 1 | -3/+2 |
| | | |||||
| * | add keywords to scala highlights (#1662) | Stuart Mashaal | 2021-09-17 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add keywords to scala highlights * special capture for special keywords * add while to 'repeat' capture * pr cleanup, exmaples in CONTRIBUTING.md * add backquotes for consistency in docs * group @repeat keywords, fix null * comment-out 'macro' and 'forSome' * fix 'this' and 'super' keyword * remove accidental files :facepalm: * update revision * fix "super" and "this" * godammit these .metals files are killing me * why did I commit this??? Co-authored-by: Stuart Mashaal <smashaal@hopper.com> | ||||
| * | add @tag.attribute for html like attributes | lmlorca | 2021-07-14 | 1 | -0/+1 |
| | | |||||
| * | Use stylua for autoformat code (#1480) | Santos Gallegos | 2021-07-04 | 1 | -1/+2 |
| | | |||||
| * | feat(keywords) merge return and yield into keyword.return group | antonk52 | 2021-07-04 | 1 | -1/+0 |
| | | |||||
| * | feat(keywords) add keyword.return & keyword.yield | antonk52 | 2021-07-04 | 1 | -0/+2 |
| | | |||||
| * | Improve check-queries (#1253) | Santos Gallegos | 2021-05-31 | 1 | -2/+12 |
| | | | | | | - Add checks for injections. - Allow queries that start with [A-Z] for highlights only. - Don't stop on the first error, finish checking all queries. | ||||
| * | Add text.reference and text.environment | Stephan Seitz | 2021-03-30 | 1 | -1/+4 |
| | | |||||
| * | latex: add TSMath that behaves like vimtex math highlighting | Stephan Seitz | 2021-03-30 | 1 | -0/+1 |
| | | |||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -0/+4 |
| | | | | Closes #236 | ||||
| * | [highlights] Add TSSymbol highlight group | Dennis B | 2021-03-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Addresses issue #892 Ruby and Dart literal symbols will now be highlighted by the new TSSymbol highlight group, which itself will, by default, link to the Vim Identifier highlight group. Vim theme authors can then set their TSSymbol colors. Symbol highlighting can apply to a number of languages as noted in the following Wikipedia page: https://en.wikipedia.org/wiki/Symbol_(programming) Not just for Ruby and Dart. | ||||
| * | HTML: improve highlights & injections | Santos Gallegos | 2021-02-11 | 1 | -0/+1 |
| | | |||||
| * | Remove usages of `@embedded` in highlights | Stephan Seitz | 2021-01-06 | 1 | -10/+15 |
| | | |||||
| * | Python highlights: Add regex injections: re.match(r"...") | Stephan Seitz | 2021-01-03 | 1 | -1/+0 |
| | | |||||
| * | Regex highlights: Add constant highlight for class_character | Stephan Seitz | 2021-01-03 | 1 | -0/+1 |
| | | |||||
| * | Remove textobjects from contributing | Stephan Seitz | 2020-10-23 | 1 | -28/+0 |
| | | |||||
| * | feat(queries): modeline mechanism for base langs | Thomas Vigouroux | 2020-10-11 | 1 | -0/+12 |
| | | | | | | | | | 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/+1 |
| | | | | | | | | | | 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 | -1/+2 |
| | | | | | @exception for Java/JS | ||||
| * | Add TSTag and TSTagDelimiter groups | TravonteD | 2020-09-18 | 1 | -0/+9 |
| | | | | | | These groups will be added for use with xml-like tags such as html and jsx. | ||||
| * | Update CONTRIBUTING.md | Santos Gallegos | 2020-09-17 | 1 | -1/+1 |
| | | | | Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com> | ||||
| * | Update contributing | Santos Gallegos | 2020-09-17 | 1 | -4/+38 |
| | | |||||
| * | Remove @definition.doc captures | Santos Gallegos | 2020-09-17 | 1 | -8/+1 |
| | | | | | | | These aren't really definitions and are being show in the definitions list. We aren't using them at the moment, we could use another group or query file. | ||||
| * | add @none to contributing.md | kiyan42 | 2020-09-15 | 1 | -1/+2 |
| | | |||||
| * | Folds: rename query files to folds.scm to be consistent | Santos Gallegos | 2020-09-14 | 1 | -1/+1 |
| | | | | | We use plural names for all query files except folds. | ||||
| * | ci: check capture names in queries | Thomas Vigouroux | 2020-09-11 | 1 | -24/+35 |
| | | |||||
| * | docs(fold): document and comment | Thomas Vigouroux | 2020-09-01 | 1 | -0/+6 |
| | | |||||
| * | Docs: document `@punctuation.special` | Santos Gallegos | 2020-08-16 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #296 from steelsojka/feat-is-predicate | Steven Sojka | 2020-08-16 | 1 | -0/+1 |
| |\ | | | | | feat(highlights): add is predicate | ||||
| | * | feat(highlights): add is predicate | Steven Sojka | 2020-08-16 | 1 | -0/+1 |
| | | | |||||
| * | | feat(definitions): allow setting of scope | Steven Sojka | 2020-08-16 | 1 | -0/+27 |
| |/ | |||||
| * | Update contributing.md | Akin Sowemimo | 2020-08-09 | 1 | -0/+6 |
| | | |||||
| * | Lua: highlight function name | Santos Gallegos | 2020-08-09 | 1 | -0/+1 |
| | | |||||
| * | Docs: format and fixes | Santos Gallegos | 2020-07-27 | 1 | -17/+25 |
| | | | | | Format the docs to be consisted and some typos. | ||||
| * | Parsers: add reStructuredText | Santos Gallegos | 2020-07-27 | 1 | -0/+15 |
| | | |||||
| * | Add rust locals.scm | Stephan Seitz | 2020-07-13 | 1 | -0/+1 |
| | | |||||
| * | Introduce @definition.import for Python/Javascript | Stephan Seitz | 2020-07-08 | 1 | -1/+2 |
| | | |||||
| * | docs: advertise module-template in CONTRIBUTING.md | Thomas Vigouroux | 2020-07-08 | 1 | -1/+16 |
| | | |||||
| * | Add style-check script | Stephan Seitz | 2020-07-06 | 1 | -0/+12 |
| | | |||||
| * | Update CONTRIBUTING.md | Thomas Vigouroux | 2020-06-23 | 1 | -49/+59 |
| | | | | This makes it more readable | ||||
| * | refactor: use newly introduced consolidated syntax | TravonteD | 2020-06-20 | 1 | -0/+2 |
| | | |||||
| * | Update CONTRIBUTING.md for @doc | Stephan Seitz | 2020-06-07 | 1 | -0/+7 |
| | | |||||
| * | Introduce `@include` | Stephan Seitz | 2020-05-17 | 1 | -0/+1 |
| | | |||||
| * | queries: add C queries | Thomas Vigouroux | 2020-05-16 | 1 | -0/+1 |
| | | | | | Also add a missing `field` capture in locals query. | ||||
| * | Fix typo in CONTRIBUTING.md | Stephan Seitz | 2020-05-08 | 1 | -1/+1 |
| | | |||||
| * | fix(CONTRIBUTING): typos | Thomas Vigouroux | 2020-05-07 | 1 | -5/+5 |
| | | |||||
| * | docs: add contributig draft | Thomas Vigouroux | 2020-05-07 | 1 | -0/+99 |
