hcl/zcl/json
Martin Atkins 42b18cc7c6 json: count whole grapheme clusters as columns for position purposes
This means we can actually point at a column in the console without it
getting misaligned by multi-byte UTF-8 sequences and Unicode combining
characters.
2017-05-27 17:10:51 -07:00
..
ast.go Body.MissingItemRange method 2017-05-21 11:46:58 -07:00
didyoumean_test.go json: parsing of keywords 2017-05-16 06:51:19 -07:00
didyoumean.go json: Generalize "keywordSuggestion" for general name suggestions 2017-05-20 09:45:15 -07:00
doc.go json: initial scanner implementation 2017-05-15 07:02:13 -07:00
navigation_test.go json: ContextString implementation 2017-05-19 19:33:58 -07:00
navigation.go json: ContextString implementation 2017-05-19 19:33:58 -07:00
parser_test.go Body.MissingItemRange method 2017-05-21 11:46:58 -07:00
parser.go Body.MissingItemRange method 2017-05-21 11:46:58 -07:00
peeker.go json: fix buggy peeker.Read 2017-05-16 06:51:19 -07:00
public_test.go json: Allow strings to be treated as HIL templates 2017-05-21 22:34:23 -07:00
public.go json: Allow strings to be treated as HIL templates 2017-05-21 22:34:23 -07:00
scanner_test.go json: count whole grapheme clusters as columns for position purposes 2017-05-27 17:10:51 -07:00
scanner.go json: count whole grapheme clusters as columns for position purposes 2017-05-27 17:10:51 -07:00
structure_test.go Define Body.JustAttributes as returning Attributes 2017-05-21 15:43:41 -07:00
structure.go Ability to look up the variables in an expression 2017-05-22 18:54:23 -07:00
tokentype_string.go json: Generate EOF tokens marking the end of scanning 2017-05-15 07:15:53 -07:00