Chinmay Dalal
|
0b9d19a640
|
Add capture for lambda parameters, remove redundant captures, add -> operator
|
2020-06-23 16:34:56 +05:30 |
|
Chinmay Dalal
|
706c489a1b
|
Fix java query
Co-authored-by: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com>
|
2020-06-23 13:17:49 +05:30 |
|
Chinmay Dalal
|
9a5fbd1a3a
|
Fix java query
|
2020-06-23 11:48:23 +05:30 |
|
Chinmay Dalal
|
bab7fd76f2
|
Fix bracket and whitespace
|
2020-06-21 23:36:02 +05:30 |
|
Chinmay Dalal
|
f7ee3b76d1
|
Improve java parameter capture
|
2020-06-21 23:34:28 +05:30 |
|
Chinmay Dalal
|
3364a303e4
|
Fix capture (java method parameters)
|
2020-06-21 23:32:32 +05:30 |
|
Chinmay Dalal
|
a188d4ff91
|
Fix spaces
|
2020-06-20 17:12:07 +05:30 |
|
Chinmay
|
40cc924bf4
|
Refactor (new syntax)
|
2020-06-20 17:08:04 +05:30 |
|
Chinmay Dalal
|
7372837300
|
Capture parameters in declaration
Idk if it is needed in invocation
|
2020-06-20 12:46:00 +05:30 |
|
Chinmay Dalal
|
031e3e45c4
|
Give credits
|
2020-06-17 18:01:53 +05:30 |
|
Chinmay Dalal
|
3302dd3a5b
|
Give credits
|
2020-06-17 18:01:29 +05:30 |
|
Chinmay Dalal
|
a6c426b2bd
|
Fix types
|
2020-06-15 23:23:17 +05:30 |
|
Chinmay Dalal
|
6a7ad3f011
|
Add java to supported languages
|
2020-06-15 23:12:20 +05:30 |
|
Chinmay
|
d262d4101e
|
Add operators
|
2020-06-15 22:45:56 +05:30 |
|
Chinmay
|
042464c1c5
|
Fix method highlighting
|
2020-06-15 21:48:50 +05:30 |
|
Chinmay
|
d9639e1e5e
|
Add highlights.scm and locals.scm
|
2020-06-11 22:31:45 +05:30 |
|
Thomas Vigouroux
|
85645f5720
|
Merge pull request #69 from theHamsta/go-highlights
Go highlights
|
2020-06-07 13:58:38 +02:00 |
|
Stephan Seitz
|
8436f2b90b
|
Update CONTRIBUTING.md for @doc
|
2020-06-07 12:39:58 +02:00 |
|
Stephan Seitz
|
5a096cb3f1
|
Add call references for Go
|
2020-06-07 12:39:58 +02:00 |
|
Stephan Seitz
|
452447694a
|
Add go locals.scm
|
2020-06-07 12:39:58 +02:00 |
|
Stephan Seitz
|
04040c61c7
|
Add highlights.scm for Go
|
2020-06-07 12:39:58 +02:00 |
|
Kiyan Yazdani
|
a76c7b3b70
|
Merge pull request #75 from theHamsta/html-quoted_attribute_value
html: Highlight (quoted_attribute_value) as @string
|
2020-06-05 19:01:29 +02:00 |
|
Stephan Seitz
|
0ad3872fde
|
html: Highlight (quoted_attribute_value) as @string
|
2020-06-05 18:21:01 +02:00 |
|
Thomas Vigouroux
|
c934ea694c
|
Merge pull request #68 from TravonteD/html
Add html highlight queries
|
2020-06-02 21:15:48 +02:00 |
|
Thomas Vigouroux
|
8763a3163f
|
Merge pull request #67 from TravonteD/css
Add css highlight queries
|
2020-06-02 21:13:43 +02:00 |
|
TravonteD
|
d32d5abb4a
|
Add html highlight queries
|
2020-06-02 15:13:36 -04:00 |
|
TravonteD
|
58f5bdbe01
|
Add css highlight queries
|
2020-06-02 15:11:35 -04:00 |
|
Thomas Vigouroux
|
2c7b416441
|
Merge pull request #73 from theHamsta/python-locals
Update python locals: `list_splat` and `dictionary_splat` define vari…
|
2020-06-02 21:08:17 +02:00 |
|
Stephan Seitz
|
92417aa4ea
|
Update python locals: list_splat and dictionary_splat define variables as parameters
|
2020-06-02 21:13:09 +02:00 |
|
Kiyan Yazdani
|
9feae9c054
|
Merge pull request #71 from stsewd/fix-exampple
Fix example mappings
|
2020-06-02 11:20:45 +02:00 |
|
Santos Gallegos
|
53284f311a
|
Fix example mappings
|
2020-06-01 19:15:28 -05:00 |
|
Thomas Vigouroux
|
d73988a907
|
Merge pull request #66 from theHamsta/python-kw-highlight
Improve Python highlights
|
2020-06-01 08:49:18 +02:00 |
|
Stephan Seitz
|
807d6e11fa
|
Improve Python highlights
- Highlight types in attributes as @type (**Foo**.a)
- Highlight superclasses @type
- Highlight ^[A-Z] as @type
- Highlight isinstance(*, type) as @type
- Highlight default_parameter and keyword_argument as @parameter
- Highlight *args, **kwargs as @parameter
- Highlight -> as @operator
|
2020-05-28 10:42:45 +02:00 |
|
Kiyan Yazdani
|
cdc92965d6
|
Merge pull request #65 from theHamsta/typo-foldexpr
Fix typo in README.md: foldexr -> foldexpr
|
2020-05-26 19:59:13 +02:00 |
|
Stephan Seitz
|
43b30d571a
|
Fix typo in README.md: foldexr -> foldexpr
|
2020-05-26 19:32:33 +02:00 |
|
Kiyan Yazdani
|
c35d8ac4d5
|
Merge pull request #64 from vigoux/feature/folding
Treesitter based code folding.
|
2020-05-25 11:31:24 +02:00 |
|
Thomas Vigouroux
|
c035fb9f5d
|
docs: document folding
|
2020-05-25 11:19:38 +02:00 |
|
Thomas Vigouroux
|
fbade728fe
|
feat: add syntax-based folding
|
2020-05-25 11:19:38 +02:00 |
|
Thomas Vigouroux
|
d1da10ce1c
|
Merge pull request #62 from theHamsta/c-locals
Some improvements to c/locals.scm
|
2020-05-24 23:11:57 +02:00 |
|
Stephan Seitz
|
9f2f792bcd
|
Some improvements to c/locals.scm
- Fix function scope (was declaration only without body)
- Use @definition.var like the other local files
- Add translation_unit scope
|
2020-05-23 22:23:29 +02:00 |
|
Thomas Vigouroux
|
9afad9698e
|
Merge pull request #56 from theHamsta/python-locals
Add python locals.scm
|
2020-05-23 15:19:03 +02:00 |
|
Kiyan Yazdani
|
fb672f2630
|
Merge pull request #61 from theHamsta/cleanup-postspace
Remove postspaces and avoid one global
|
2020-05-22 17:11:59 +02:00 |
|
Stephan Seitz
|
3b3a692e2c
|
Remove postspaces and avoid one global
|
2020-05-22 17:07:28 +02:00 |
|
Kiyan Yazdani
|
d8328b8e1c
|
Merge pull request #60 from klauer/doc_missing_eof
docs: missing EOF for init.vim
|
2020-05-19 19:41:30 +02:00 |
|
K Lauer
|
70224ffc8f
|
docs: missing EOF for init.vim
|
2020-05-19 10:07:56 -07:00 |
|
Stephan Seitz
|
f6bf56974e
|
Introduce @include
|
2020-05-17 21:56:44 +02:00 |
|
Stephan Seitz
|
57424533a7
|
Add python/highlights.scm from tree-sitter-python
|
2020-05-17 21:56:44 +02:00 |
|
Stephan Seitz
|
a5c50262d9
|
Add python locals.scm
|
2020-05-16 19:32:02 +02:00 |
|
Kiyan Yazdani
|
45400888ad
|
Merge pull request #53 from vigoux/c-queries
Add C queries
|
2020-05-16 15:02:12 +02:00 |
|
Thomas Vigouroux
|
89e593b910
|
docs: update README
|
2020-05-16 14:47:17 +02:00 |
|