nvim-treesitter/lua/nvim-treesitter
Colin Kennedy 4c35c0b75d Added USD as a language + some queries
Added USD highlight unittests

Added USD indentation

Added USD indents.scm file

Added USD indent rules

Simplified USD highlight groups

Added explicit highlight groups

Added newline

Removed after/ftdetect/usda.lua

usd/indents.scm - Added inline comments explaining the nodes

Fixed USD highlight group unittests

Added indentation unittests

Simplified USD `@identifier` highlighting

Added USD documentation highlight group tests

Simplified USD highlight groups

Moved USD `@identifier` and `@namespace` highlights into one place

Removed and simplified tests/query/highlights/usd

Simplified tests/query/highlights/usd more

Removed trailing newline

Combined USD test files

Added `set filetype=usd` to minimal_init.lua
2023-05-15 09:28:11 +02:00
..
caching.lua fix: remove wrong/pointless tostring 2023-03-02 00:30:35 -05:00
compat.lua fix(compat): add missing get_node_text, required by playground (#4666) 2023-04-17 11:38:41 +02:00
configs.lua fix: uninstall function in the install.lua 2023-03-24 23:23:02 +01:00
fold.lua style: fill in missing code docs wherever applicable 2023-02-24 01:08:23 -08:00
health.lua fix(checkhealth): use non-deprecated versions if possible 2023-04-16 05:26:14 -07:00
highlight.lua style: fill in missing code docs wherever applicable 2023-02-24 01:08:23 -08:00
incremental_selection.lua style: fill in missing code docs wherever applicable 2023-02-24 01:08:23 -08:00
indent.lua add test 2023-04-08 09:56:06 -07:00
info.lua style: fill in missing code docs wherever applicable 2023-02-24 01:08:23 -08:00
install.lua fix: uninstall function in the install.lua 2023-03-24 23:23:02 +01:00
locals.lua fix: get_range shim for playground 2023-03-24 22:17:04 +00:00
parsers.lua Added USD as a language + some queries 2023-05-15 09:28:11 +02:00
query.lua use indent.X syntax for captures and properties of set directives 2023-03-24 13:07:53 -04:00
query_predicates.lua feat(markdown): configured aliases for fenced code block languages (#4659) 2023-04-18 21:51:14 +09:00
shell_command_selectors.lua fix: add -f to mv to avoid errors when updating 2023-04-26 18:22:53 -04:00
statusline.lua use positive option "allow_duplicates" instead of negative "dedupe" 2023-02-24 14:55:30 -08:00
ts_utils.lua goto_node select last character when in operator-pending mode 2023-02-25 02:26:31 -05:00
tsrange.lua Fix bugs in TSRange 2021-11-01 14:51:53 +01:00
utils.lua style: fill in missing code docs wherever applicable 2023-02-24 01:08:23 -08:00