diff options
| author | Jefferson González <jgmdev@gmail.com> | 2024-08-09 17:17:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-09 17:17:04 -0400 |
| commit | 1260d8dee30c7aa637ef5d085b2dadfd3ce4d79b (patch) | |
| tree | fa9e7d1a700dbf3f920c534eae5e910bec6b0f18 /data/plugins/language_python.lua | |
| parent | 60829aee2332fcd4170d0f09e1f9df54e15a17fd (diff) | |
| download | pragtical-1260d8dee30c7aa637ef5d085b2dadfd3ce4d79b.tar.gz pragtical-1260d8dee30c7aa637ef5d085b2dadfd3ce4d79b.zip | |
Improvements to c/c++ language plugins (#128)
* Match enum names same as with structs and unions
* Match single line type declarations to better match code like:
```c
custome_type*
function_name (type *param_name)
{
/*...*/
}
```
* Added matching of single line param declaration without modifiers
* Allow spaces between function name and parameters list
* Also distinguish upper case constants when used as function calls
* Added matching of generic type declarations
Diffstat (limited to 'data/plugins/language_python.lua')
0 files changed, 0 insertions, 0 deletions
